Nitin Madhok
bb21304b34
Improving docs for salt.states.htpasswd
2014-07-08 12:39:53 -04:00
Nitin Madhok
f03c2f5902
Improving docs for salt.states.host
2014-07-08 12:38:06 -04:00
Nitin Madhok
6b23b40d94
Improving docs for salt.states.file
2014-07-08 12:24:35 -04:00
Thomas S Hatch
501f5836a7
Merge pull request #14025 from nmadhok/improve-cron-state-docs
...
Improving docs for salt.states.cron
2014-07-08 10:16:34 -06:00
Mike Place
7b9c313773
Check for gpg binary
2014-07-08 10:16:05 -06:00
Nitin Madhok
a89dd5f9a4
Improving docs for salt.states.cron
2014-07-08 11:53:20 -04:00
Colton Myers
bee0429d2e
Merge pull request #14024 from basepi/2014.1.6releasedate
...
Update the release date for 2014.1.6
2014-07-08 09:29:24 -06:00
Colton Myers
437b4816ca
Update the release date for 2014.1.6
2014-07-08 09:28:58 -06:00
Joseph Hall
64d61e6c64
Merge pull request #14022 from johngrasty/develop
...
Update smf.py to fix availability check on SmartOS
2014-07-08 06:17:51 -06:00
johngrasty
a3460546b9
Fixed the trailing whitespace.
2014-07-08 03:23:52 -04:00
johngrasty
c354e076aa
Update smf.py to fix availability check on SmartOS
...
Checking availability uses the services name, not the package name. The get_all function (which is used by available and missing functions) returns the service name. While to install the package, you need the package name. For example, for nginx, you have pkgsrc/nginx for the service name and nginx for the package name.
/usr/bin/svcs -H -o SVC <packagename> will take the package name and return abbreviated service name which can then be compared against the service list returned by the get_all function.
This fix works on SmartOS, but it was not compared to other SMF distributions. Therefore, the fix was confined to SmartOS.
2014-07-08 02:28:47 -04:00
Thomas S Hatch
9c54ce0530
lint
2014-07-07 23:10:20 -06:00
Thomas S Hatch
5ed95d261e
lower the ioflo_period for the minion to lower cpu time
2014-07-07 23:00:19 -06:00
Thomas S Hatch
8ac32da68f
Add auto_accept and auto_reject files into raetkey
2014-07-07 22:44:50 -06:00
Thomas S Hatch
d4d0502970
Move the auto_accept and auto_reject logic into masterapi
2014-07-07 22:21:35 -06:00
Thomas S Hatch
5d8f0fdbfa
fix minion daemonize for raet
2014-07-07 22:03:42 -06:00
Thomas S Hatch
abf42dfc6f
finish change in cherrypy api interface
2014-07-07 21:42:26 -06:00
Thomas S Hatch
7a9db075e2
Start fixing the salt api events to be raet aware correctly
2014-07-07 21:39:33 -06:00
Thomas S Hatch
22245cb8a8
Merge pull request #14014 from andrew-vant/pip-cert-support
...
Added cert option to pip.installed.
2014-07-07 21:33:53 -06:00
Thomas S Hatch
e1508f5517
Merge pull request #14018 from alex-leonhardt/fix_cert_version
...
Fix cert version
2014-07-07 17:15:51 -06:00
Thomas S Hatch
82368f8fdb
Merge pull request #14017 from whiteinge/salt-loader-abs-basepath
...
Use an absolute path when using SALT_BASE_PATH
2014-07-07 17:14:34 -06:00
Thomas S Hatch
7ba7c2d32e
Merge pull request #14013 from alex-leonhardt/fix_tls_create_self_signed_cert
...
fix #14011 - self_signed_cert also need the correct ssl version set
2014-07-07 16:49:00 -06:00
Thomas S Hatch
a3f9e89072
Merge pull request #14012 from rallytime/output_grains_tests
...
Test for unicode characters in grains outputter
2014-07-07 16:48:23 -06:00
Alex Leonhardt
e947db3cc0
#14015 - ensure that cert version is the same as the ca (v3)
2014-07-07 23:25:16 +01:00
Seth House
dbf5f8b6a4
Use an absolute path when using SALT_BASE_PATH
...
Salt's loader will skip non-absolute paths and relative paths are
generated with certain kinds of light Salt invocations such as in the
Python shell or in unit tests.
2014-07-07 15:24:27 -07:00
Thomas S Hatch
09366515dc
Merge pull request #14016 from rallytime/fix_bad_copypaste
...
Fix typo in email from bad copy-paste
2014-07-07 16:16:47 -06:00
rallytime
d5c2a92d24
Fix typo in email from bad copy-paste
2014-07-07 16:12:11 -06:00
Colton Myers
330a2d3bb8
Merge pull request #14010 from cachedout/gpg_bin_check
...
gnupg test fix
2014-07-07 16:00:29 -06:00
Thomas S Hatch
c1d151067d
verify the raet cacedir in tests
2014-07-07 15:56:16 -06:00
Andrew Vant
62fd6c1b37
Added cert option to pip.installed.
2014-07-07 21:53:53 +00:00
Thomas S Hatch
0ee755e66d
Ensure that the raet cachedir is created in the verify_env
2014-07-07 15:52:43 -06:00
Alex Leonhardt
99b6ce535a
fix #14011 - self_signed_cert also need the correct ssl version set
2014-07-07 22:48:43 +01:00
rallytime
b4f98fc505
fix email address
2014-07-07 15:44:36 -06:00
rallytime
e1b6a2a9f1
Remove unnecessary line
2014-07-07 15:37:07 -06:00
rallytime
9aceee587c
Test for unicode characters in grains outputter
2014-07-07 15:35:10 -06:00
Mike Place
44a06ef7f0
Fix gpg test
2014-07-07 15:26:27 -06:00
Mike Place
13e32e815e
Fixed silly mistake
2014-07-07 15:15:50 -06:00
Thomas S Hatch
47f3e269fe
Merge pull request #14009 from cro/add_full_pubkey2
...
Add full gpg key
2014-07-07 15:07:51 -06:00
Thomas S Hatch
1d008ba008
Merge pull request #14006 from nmadhok/improve-boto_asg-state-docs
...
Improving docs for boto states
2014-07-07 15:07:24 -06:00
Thomas S Hatch
3e1b6b22d2
Merge pull request #14004 from nmadhok/improve-cmd-state-docs
...
Improving state docs for cmd
2014-07-07 15:04:05 -06:00
Thomas S Hatch
eb27c26fd3
Merge pull request #14001 from nmadhok/improve-dockerio-module-docs
...
Improving docs and fixing errors in dockerio module
2014-07-07 15:03:28 -06:00
Nitin Madhok
11a88fb7e8
Correcting spellings
2014-07-07 17:01:35 -04:00
Thomas S Hatch
032d54cbf7
Merge pull request #13998 from makinacorpus/ssl2
...
Fix #13997
2014-07-07 14:58:41 -06:00
Thomas S Hatch
9dd4b4ed42
Merge pull request #13870 from Sacro/updating-chocolatey-extension
...
Chocolatey.bat doesn't exist in 0.9.8.24
2014-07-07 14:57:59 -06:00
Nitin Madhok
746e46907e
Improving docs for boto_sqs state
2014-07-07 16:57:37 -04:00
Thomas S Hatch
976069fbdb
Merge pull request #13994 from terminalmage/issue13976
...
Fix shadowing in boto_elb module
2014-07-07 14:57:04 -06:00
Thomas S Hatch
e370a8da89
Merge pull request #13993 from tserong/patch-1
...
Pass --all when invoking `systemctl list-units`
2014-07-07 14:56:48 -06:00
Thomas S Hatch
5fdd29163e
Merge pull request #13989 from thematthopkins/virtualbox_shared_folder_win2k3
...
Expands fix for skipping loading security descriptors on filesystems where they aren't present to work on win2k8+ and Directories
2014-07-07 14:56:26 -06:00
Nitin Madhok
1e789c4808
Improving docs for boto_secgroup state
2014-07-07 16:54:14 -04:00
Nitin Madhok
5ed2801f9a
Improving docs for boto_route53 state
2014-07-07 16:51:32 -04:00