Commit Graph

30871 Commits

Author SHA1 Message Date
Joseph Hall
3fe1be7d6e Merge pull request #12910 from pengyao/generate_password
Add generate_password to shadow module
2014-05-21 07:45:31 -06:00
Joseph Hall
030677f295 Merge pull request #12918 from whiteinge/doc-cmd-equal-sign
Added note about using = in cmd.run commands
2014-05-21 07:42:34 -06:00
Joseph Hall
8f3696e340 Merge pull request #12929 from whiteinge/doc-boto-rst-fixes
Tidied up some rST syntax in the boto state modules
2014-05-21 07:41:44 -06:00
Joseph Hall
e50ac752ec Merge pull request #12930 from whiteinge/doc-salt-doc
Doc salt doc
2014-05-21 07:41:23 -06:00
Joseph Hall
a7d578aaee Merge pull request #12934 from gtmanfred/develop
do deep copy before creating CloudClient
2014-05-21 07:40:27 -06:00
Daniel Wallace
d151b378dc do deep copy before creating CloudClient 2014-05-21 08:21:13 -05:00
Joseph Hall
46e526cf66 Merge pull request #12924 from gtmanfred/cloud
Include salt cloud modules configurations from pillars
2014-05-21 06:12:23 -06:00
Pedro Algarvio
faa44aa77a Merge pull request #12931 from terminalmage/docs
Correct inaccuracies in gitfs walkthrough
2014-05-21 12:56:58 +01:00
Erik Johnson
93245d1e0e Correct inaccuracies in gitfs walkthrough
Also, added some information on upcoming features
2014-05-21 01:35:00 -05:00
Erik Johnson
8d4370accc Fix indentation
This brings the note about the gitfs walthrough outside of the YAML
code-block.
2014-05-21 01:34:28 -05:00
Seth House
a3f858b7df Tidied up some rST syntax in the boto state modules 2014-05-20 23:57:13 -06:00
Seth House
8a3cce4620 Added documentation on how to write Salt documentation
Closes #12792
2014-05-20 23:50:52 -06:00
Seth House
64b8fb6a81 Added label to the docs for writing execution modules 2014-05-20 23:30:02 -06:00
Daniel Wallace
d2c970cdb5 should be using pop for a clean update later 2014-05-20 23:30:49 -05:00
Seth House
b30732ce63 Merge pull request #12927 from gravyboat/develop
Updated the quickstart so we can get rid of the standalone minion docs.
2014-05-20 21:35:38 -06:00
Forrest Alvarez
b588393a7b Updated the quickstart so we can get rid of the standalone minion docs. 2014-05-21 03:33:09 +00:00
Daniel Wallace
c43403c4d9 copy pillars before acting on them
If we do the .pop() then they dictionary won't exist the next time
we come back to it when we do multiple calls to the cloud module inside
cloud states.
2014-05-20 22:26:06 -05:00
Seth House
4e483bff23 Merge pull request #12926 from gravyboat/develop
Updated the troubleshooting index with some link fixes for 12791.
2014-05-20 20:44:04 -06:00
Forrest Alvarez
8c8060e6ea Updated the troubleshooting index with some link fixes for 12791. 2014-05-21 02:42:12 +00:00
Erik Johnson
7cedb9ef47 Merge pull request #12925 from hulu/simplify-conds
simplify conditions in utils.network due to short-circuit eval
2014-05-20 20:05:12 -05:00
Daniel Wallace
87bd50f01a if cache dir doesn't exist, make it 2014-05-20 19:22:02 -05:00
Daniel Wallace
80459b57b1 Cloud profiles need the profile name inside 2014-05-20 19:12:31 -05:00
Chris Rebert
4b6b7eaec0 simplify conditions in utils.network due to short-circuit eval 2014-05-20 17:05:15 -07:00
Daniel Wallace
9bfdb1de72 We use cloud instead of clouds everywhere else 2014-05-20 18:32:19 -05:00
Daniel Wallace
1e62d0f9bf format the profiles like salt-cloud is expecting them
inside the provider.
2014-05-20 18:31:33 -05:00
Daniel Wallace
19e791f31d space pillar data better 2014-05-20 17:59:36 -05:00
Daniel Wallace
ce6155a272 Overwrite opts with what is in the pillars
I want to include all the things from the pillars, and have them
override everything that would be in the cloud configs.  We can make it
so that they do not update variables if it is already defined in
/etc/salt/cloud*, but I feel this way is better.
2014-05-20 17:57:24 -05:00
Daniel Wallace
4d54796c3c Document using Pillars for cloud config 2014-05-20 17:56:48 -05:00
Daniel Wallace
42bfb64d1f Allow cloud information to come from pillar data 2014-05-20 17:45:34 -05:00
Seth House
2dc7feb4d6 Merge pull request #12923 from lyft/boto-documentation
Adding boto_* modules and states to documentation.
2014-05-20 16:07:43 -06:00
Ryan Lane
92f21c7b05 Adding boto_* modules and states to documentation. 2014-05-20 18:06:17 -04:00
Joseph Hall
11762f2ea9 Merge branch 'yanatan16-patch-linode-libcloud-args' into develop 2014-05-20 15:39:41 -06:00
Joseph Hall
f29e1a06ec Cleaning up whitespace 2014-05-20 15:39:30 -06:00
Jon Eisen
d4a49e4bca Allow arbitrary libcloud args in salt cloud profile 2014-05-20 14:15:03 -07:00
Joseph Hall
0ac13b73f6 Merge pull request #12919 from gtmanfred/develop
revert 00bd39fd8d
2014-05-20 14:32:46 -06:00
Daniel Wallace
9abb33f883 revert 00bd39fd8d 2014-05-20 15:29:53 -05:00
Seth House
80cf8e5f12 Added note about using = in cmd.run commands
Refs #5884
2014-05-20 13:43:00 -06:00
pengyao
2b8fa6cf26 adjust salt to crypt_salt for gen_hash 2014-05-21 01:09:36 +08:00
pengyao
059a7a2f76 compatible lower Crypto version
RHEL6/CentOS python-Crypto is v2.0.1
2014-05-21 00:59:37 +08:00
pengyao
60cf38f64a Use salt.utils.pycrypt to generate hashed password 2014-05-21 00:55:25 +08:00
pengyao
65731fff94 Add algorithm argument to get_hash 2014-05-21 00:13:18 +08:00
Joseph Hall
7bcd17129d Merge pull request #12909 from s0undt3ch/develop
The helper method is now released
2014-05-20 08:15:49 -06:00
Joseph Hall
37cb27cc9d Merge pull request #12888 from crook/aliyun
Add Aliyun provider for salt-cloud
2014-05-20 07:50:41 -06:00
pengyao
c26c9afb24 Add generate_password to shadow module 2014-05-20 18:06:21 +08:00
Pedro Algarvio
5a8575dbb9 The helper method is now released 2014-05-20 10:53:47 +01:00
Thomas S Hatch
0efb50cde6 Merge pull request #12885 from ranl/win_useradd_userprofile
win_useradd: getting %USERPROFILE% from the registry
2014-05-20 06:32:13 +02:00
Seth House
7d484dc86a Restore trackalyzer stuff; opt-in within on_saltstack conditional 2014-05-19 18:29:09 -06:00
Ray Chen
542b437891 pylint coding format 2014-05-20 08:27:09 +08:00
David Boucha
956a3d878f Merge pull request #12905 from UtahDave/develop
add windows 2014.1.4 installer links to docs
2014-05-19 18:24:33 -06:00
David Boucha
6b60f45afe add windows 2014.1.4 installer links to docs 2014-05-19 18:22:52 -06:00