Thomas S Hatch
c1c7a24a9f
Merge pull request #769 from UtahDave/develop
...
Basic Windows Registry management
2012-02-25 20:27:13 -08:00
David Boucha
a7251ba856
Basic Windows Registry management
...
Squashed commit of the following:
commit 6cf776ebbb7d742934a0ab2bd823fd360b8868ce
Author: David Boucha <boucha@gmail.com>
Date: Sat Feb 25 20:30:36 2012 -0700
Basic Windows Registry management completed
commit f18a2e99396bcc0154fc0a20be8800f166f5acb5
Author: David Boucha <boucha@gmail.com>
Date: Sat Feb 25 17:34:54 2012 -0700
Add reg.read_key
commit e8cecf96c31f9c2a545614a5a901c26125197887
Author: David Boucha <boucha@gmail.com>
Date: Sat Feb 25 15:25:09 2012 -0700
Add reg.py for managing Registry settings in Windows
2012-02-25 20:51:52 -07:00
Thomas S Hatch
3d342ecfa0
Merge pull request #767 from archtaku/develop
...
add recursive ownership management to file.directory
2012-02-25 17:47:02 -08:00
Erik Johnson
ef484d39aa
add recursive ownership management to file.directory
2012-02-25 19:29:43 -06:00
Thomas S Hatch
e224a60388
Merge pull request #766 from uggedal/develop
...
More concise handling of extend members across states.
2012-02-25 16:43:21 -08:00
Eivind Uggedal
706b980e66
More concise handling of extend members across states.
2012-02-26 01:41:48 +01:00
Thomas S Hatch
e29eee2fe6
Merge pull request #765 from uggedal/develop
...
Fix bug where only the last extend across a highstate was realized.
2012-02-25 16:38:20 -08:00
Eivind Uggedal
17f2ac717d
Fix bug where only the last extend across a highstate was realized.
2012-02-26 01:36:00 +01:00
Thomas S Hatch
69958807ad
The shadow module != file
2012-02-25 17:00:48 -07:00
Thomas S Hatch
df4c8ed760
Add run_num to 0 sls file return
2012-02-25 15:15:05 -07:00
Thomas S Hatch
1211cfff34
Add openvz ps option
2012-02-25 15:00:40 -07:00
Seth House
f01a76546e
Removed old grains doc from toctree
...
Should have been in 084f8a7
.
2012-02-25 14:56:29 -07:00
Seth House
bca4c2ff12
Added document-level headings to platform-specific headings
2012-02-25 14:56:29 -07:00
Seth House
be81d5dde5
Removed duplicate global labels from install tutorials
2012-02-25 14:56:28 -07:00
Seth House
2ed2241ff7
Moved platform-specific tutorials into the installation instructions
2012-02-25 14:56:28 -07:00
Seth House
d9b17cede2
Re-added the installation docs
...
Since RTD build the latest docs as the default available docs having the
installation instructions along with the rest of the docs is really the
best place for them to live.
Fixes #762
Fixes #763
2012-02-25 14:55:44 -07:00
Thomas S Hatch
61edeecdf6
Add providers doc
2012-02-25 01:52:48 -07:00
Thomas S Hatch
738ec9b029
change redirect to provider
...
Jeff wins, redirect is not provider (I am still open to suggestions
since I would like something else, but this is making the most
sense so far)
2012-02-25 01:35:09 -07:00
Seth House
71b25d7d16
Merge branch 'doc-targeting' into develop
2012-02-25 01:24:45 -07:00
Seth House
084f8a7259
Added and organized documents on ways of targeting minions
2012-02-25 01:15:57 -07:00
Thomas S Hatch
cd75bdd485
I would rather not talk about it
2012-02-25 00:38:28 -07:00
Thomas S Hatch
ff267ce187
fix ref to dict in grain matching addition
2012-02-25 00:32:29 -07:00
Thomas S Hatch
29a9992c5f
Fix glob matching to use fnmatch
2012-02-25 00:29:16 -07:00
Thomas S Hatch
62df7c2d66
Fix docstrings in the rh_service module
2012-02-25 00:21:46 -07:00
Thomas S Hatch
23089ed7a7
Fix issues in code from previous commit
...
I might need to get some sleep in...
2012-02-25 00:11:11 -07:00
Thomas S Hatch
b72fa96756
Add support for matching grains that are in a list
...
Fixes #752 , Before this matching grains in a list was difficult at
best. Now matching will match any individual member of a list. This
makes adding a roles grain much easier!
2012-02-25 00:09:30 -07:00
Seth House
6564683052
Updated legacy reference to the minion id as 'hostname'
2012-02-24 23:44:31 -07:00
Seth House
8070d1f479
Made steps 1 & 2 more explicitly tutorials
2012-02-24 23:44:31 -07:00
Thomas S Hatch
c9aa48abb9
Merge pull request #755 from UtahDave/develop
...
Add ability for Salt States to manage groups on Windows
2012-02-24 22:38:02 -08:00
David Boucha
1dc48fc940
Add ability for Salt States to manage groups on Windows
2012-02-24 23:33:14 -07:00
Seth House
99ec9edd79
Move ternary expressions out of format() calls in pip
...
This would break if you didn't specify a virtualenv and a requirements
file when calling out to pip.
Fixes #754 . Thanks for the report @araddon!
2012-02-24 23:28:42 -07:00
Thomas S Hatch
5068ba8c7a
Merge pull request #748 from UtahDave/develop
...
Add ability for Salt States to manage users on Windows
2012-02-24 21:59:52 -08:00
Thomas S Hatch
27fe9a438c
Merge pull request #753 from archtaku/develop
...
Fix bug with copying nonexistant files using cp.get_file
2012-02-24 21:59:04 -08:00
David Boucha
802b547ff4
Fixed comments and simplified some code per SEJeff's suggestions
2012-02-24 22:17:18 -07:00
Erik Johnson
5379d5da68
use hash_file to confirm file's existence before attempting to retrieve it
2012-02-24 18:07:40 -06:00
Erik Johnson
470c0d82d8
Merge branch 'develop' of https://github.com/saltstack/salt into develop
2012-02-24 18:06:49 -06:00
David Boucha
0daf69df96
Add win_shadow.py and some other changes so that Salt States can manage users on Windows
2012-02-24 00:08:50 -07:00
David Boucha
00dc99634a
Removed password and added other default options to add()
...
This allows for users to be managed by Salt States
2012-02-23 23:52:52 -07:00
Thomas S Hatch
edf1a43923
chage default user logic to create usable login users by default
2012-02-23 14:19:03 -07:00
Thomas S Hatch
a5e8d40523
Merge pull request #745 from mnemonikk/develop
...
make gem and rvm modules conform to pep8
2012-02-23 08:11:41 -08:00
Anselm Helbig
a7a40ca539
make gem and rvm modules conform to pep8
2012-02-23 17:04:38 +01:00
Thomas S Hatch
cd031782cd
Merge pull request #743 from mnemonikk/develop
...
added modules and state modules for rubygem and rvm support; see #667
2012-02-23 06:41:24 -08:00
Thomas S Hatch
d76d312637
Merge pull request #744 from fatbox/parse_network
...
Parse network interface data better
2012-02-23 06:35:57 -08:00
Evan Borgstrom
71c9845f42
Refine & refactor
2012-02-23 09:30:50 -05:00
Anselm Helbig
1cd0b22c57
added modules and state modules for rubygem and rvm support; see #667
2012-02-23 15:09:14 +01:00
Evan Borgstrom
6dc7ab29ad
Start of parse_network work, but now I'm stuck. Off to github to open an issue...
2012-02-22 21:43:58 -05:00
Thomas S Hatch
b65310af77
Merge pull request #738 from benhosmer/develop
...
adding the option to delete all keys using salt-key option
2012-02-22 07:31:54 -08:00
Ben Hosmer
e02197baef
adding the option to delete all keys using salt-key option
2012-02-22 07:59:23 -05:00
Thomas S Hatch
f15eb64276
initialize the ret value in the correct scope
2012-02-22 01:37:29 -07:00
Thomas S Hatch
5f7d69100d
Added the -i option to run Salt in iter mode
...
iter mode uses the new iter methods to return data to the terminal as it
arives, this makes the command execution much more fluid
2012-02-22 01:27:44 -07:00