Commit Graph

3669 Commits

Author SHA1 Message Date
Jens Rantil
0c89b451e7 Small documentation fix.
"Programmer interface" => "Programming interface".
2012-03-21 00:35:50 +01:00
Thomas S Hatch
ec75f1a3ae don't fail out on ssh keys without options 2012-03-20 16:41:06 -06:00
Thomas S Hatch
f132a9abbb fix dict ref in requisite in 2012-03-20 16:36:24 -06:00
Thomas S Hatch
32b235d084 there are bleeding issues with running reconcile_extend only once
This change both simplifies the process and lower the number of
operations and shortens the search scope for the compile
2012-03-20 16:02:45 -06:00
Thomas S Hatch
0a5ca1eb6c Merge branch 'develop' of github.com:saltstack/salt into develop 2012-03-20 15:05:39 -06:00
Thomas S Hatch
6f247fe871 some monor additions to the release document 2012-03-20 15:05:13 -06:00
Thomas S Hatch
ea369e9382 Merge pull request #975 from archme/patch-2
1. Make refresh_db() "locale aware"
2012-03-20 13:43:24 -07:00
archme
44a7bf87f9 1. Make refresh_db() "locale aware"
2. Fix: ret[key] was set to "downloading" instead of <repo name>
2012-03-20 21:41:36 +01:00
Thomas S Hatch
608151192c Add a doc on the extend declaration 2012-03-20 14:23:49 -06:00
Thomas S Hatch
751a9ef8ce set spell in vim needs more [ power 2012-03-20 13:57:21 -06:00
Thomas S Hatch
f2599cbf75 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-03-20 13:54:35 -06:00
Thomas S Hatch
d3aff46461 Add info about running states from the minion 2012-03-20 13:53:01 -06:00
Thomas S Hatch
28ea48b931 Merge pull request #974 from trane/develop
Develop
2012-03-20 12:30:26 -07:00
Thomas S Hatch
d625e5477e Add requisite in to 0.9.8 release notes 2012-03-20 13:25:56 -06:00
Andrew Kuhnhausen
15a3a124fc Remove redudant options check
Now that we are handling option parsing separately, no need for the option check
2012-03-20 13:19:36 -06:00
Andrew Kuhnhausen
ae8d2a3291 Add second param to search()
Somehow forgot this from the transition from dev branch to develop
2012-03-20 13:05:47 -06:00
Andrew Kuhnhausen
2d9b2ba86b Refactor ssh verify line to smartly parse extra options
Lines in an ssh auth key can begin like this:
tunnel="1",command="sh /etc/netstart tun1" ssh-rsa
Need to separate the parsing of options from the key. This patch groups the ssh
auth key line into two parts, [{options}* key]
2012-03-20 13:01:23 -06:00
Thomas S Hatch
cbe04a5095 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-03-20 12:24:17 -06:00
Thomas S Hatch
750af09560 Change to only run reconcile_extend once 2012-03-20 12:23:48 -06:00
Thomas S Hatch
19f8d94a8b Merge pull request #973 from trane/develop
Develop
2012-03-20 11:21:22 -07:00
Thomas S Hatch
5935f42426 left some print statements in there... 2012-03-20 12:10:14 -06:00
Thomas S Hatch
8417f34864 requisite_in statements work! 2012-03-20 12:09:10 -06:00
Andrew Kuhnhausen
67278352b9 Fix len of comps check
Debugging revealed that comps array will be len 3 or 4 depending on if there are
options enabled.
2012-03-20 12:05:16 -06:00
Andrew Kuhnhausen
a06f5f9f8e Merge branch 'develop' of https://github.com/saltstack/salt into develop 2012-03-20 11:49:48 -06:00
Andrew Kuhnhausen
bb2a466781 Handle keys with spaces (refs #852)
This patch is built on the assumption that we will at most have 4 things to add
to an auth line: enc key{ keypart2} comment
2012-03-20 11:47:40 -06:00
Thomas S Hatch
3feb8e8dab fix typo in set creation 2012-03-20 11:42:35 -06:00
Thomas S Hatch
a6736ba453 missing : 2012-03-20 11:38:45 -06:00
Thomas S Hatch
203ffe4e06 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-03-20 11:36:14 -06:00
Thomas S Hatch
eff8b3e143 Merge pull request #972 from trane/develop
Develop
2012-03-20 10:32:19 -07:00
Thomas S Hatch
1a9977693a Initial addition of requisite in statements - not pugged in yet!
This is the initial and barely tested commit for this feature, more to
come, but this allows for a "requisite in" statement. This makes it
possible to extend other requisites without making the big extend
block. It looks like this:

http:
  service:
    - running
  pkg:
    - installed
    - watch_in:
      - service: http

make sure to include things that you req_in!
2012-03-20 11:31:04 -06:00
Andrew Kuhnhausen
00bbcd25b9 Add checks to ecdsa in other methods
ecdsa does not begin with ssh- like rsa/dsa.
2012-03-20 11:26:23 -06:00
Andrew Kuhnhausen
6f50b6e2ed Add eliptic dsa encoding to ssh module
Eliptic dsa encoding has different properties than rsa/dsa. Its encoding string
begins with ecdsa-sha2-nistp{256,384,521}.
2012-03-20 11:19:50 -06:00
Thomas S Hatch
223767fa98 Merge pull request #968 from SEJeff/last-minute-fixes
Last minute fixes
2012-03-20 09:01:40 -07:00
Thomas S Hatch
5b159230ac Merge pull request #970 from nwjsmith/develop
Work around Python 2.6 bug involving relative paths from root
2012-03-20 08:29:52 -07:00
Nate Smith
9d6757f5c3 Work around Python 2.6 bug involving relative paths from root
* In Python 2.6, calling `os.path.relpath('/foo/bar', '/')` incorrectly
  returns a path `../foo/bar`. In Python 2.7 this is fixed, but this
  commit adds a workaround that works in both 2.6 and 2.7.
2012-03-20 10:35:53 -04:00
Thomas S Hatch
1ea873d379 Merge pull request #969 from UtahDave/add_windows_docs
Add Windows Minion Installation docs
2012-03-20 00:15:34 -07:00
David Boucha
ba09db25a9 Updated Windows Installation docs
This worked well for me. I need some people to attempt to follow these directions.
2012-03-20 01:00:13 -06:00
David Boucha
eab62c2cf8 First Windows Installation page 2012-03-20 01:00:13 -06:00
Thomas S Hatch
49c3160144 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-03-19 22:16:36 -06:00
Thomas S Hatch
345a6383e1 fix typo in man pages on Range target 2012-03-19 22:16:15 -06:00
Jeff Schroeder
545dca0751 Fix a issue with multi-value sysctls
Following state file to reproduce:

    net.ipv4.tcp_rmem:
      sysctl:
        - present
        - value: 4096 87380 16777216

    net.ipv4.tcp_wmem:
      sysctl:
        - present
        - value: 4096 87380 16777216

Without this patch, these two sysctls will be constantly
set over and over again each time state.highstate is called
2012-03-19 21:07:17 -07:00
Jeff Schroeder
7d657ef413 Properly create empty files in file.managed when source=None 2012-03-19 21:07:17 -07:00
Jeff Schroeder
1fc4bf1202 Very minor refactor and cleanup of the 'cmd' module 2012-03-19 21:07:17 -07:00
Jeff Schroeder
997cf27185 Very minor refactor of the file module 2012-03-19 21:07:17 -07:00
Jeff Schroeder
d5f38c340e Merge pull request #967 from UtahDave/update_0.98_release_windows
Add a little to the Windows release notes.
2012-03-19 20:53:36 -07:00
David Boucha
ca002556b6 Add a little to the Windows release notes. 2012-03-19 21:19:49 -06:00
Thomas S Hatch
ba77357028 change user to create homedir by default 2012-03-19 17:30:43 -06:00
Thomas S Hatch
038d040588 make the user state pass kwargs 2012-03-19 16:43:19 -06:00
Thomas S Hatch
82426ba9a4 Correct repair of salt-call -g 2012-03-19 16:30:35 -06:00
Thomas S Hatch
9600435b92 Repair break in salt-call -g 2012-03-19 16:28:57 -06:00