Commit Graph

3647 Commits

Author SHA1 Message Date
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
Thomas S Hatch
47915e7309 Add **kwargs to pw_user to absorb extra data sent from state 2012-03-19 16:12:23 -06:00
Thomas S Hatch
a196617100 Add -n to freebsd pw usermod 2012-03-19 15:45:44 -06:00
Thomas S Hatch
1655ab59e0 fixed this issue where using a dot is now much cleaner 2012-03-19 15:30:42 -06:00
Thomas S Hatch
91779f76bd Merge pull request #966 from blast-hardcheese/develop
The apt module now has a non-standard external dep
2012-03-19 13:54:22 -07:00
blast_hardcheese
24c97295f6 The apt module now has a non-standard external dep
Before this note gets lost in time, let's document it.
2012-03-19 13:51:48 -07:00
Thomas S Hatch
ede93bbd2a Merge pull request #956 from fxdgear/develop
Initial stab at a postgres module and state for Salt
2012-03-19 12:09:51 -07:00
Thomas S Hatch
a8f48832af Update live manpages for 0.9.8 2012-03-19 13:02:36 -06:00
Thomas S Hatch
66cb8daba7 Update salt-syndic manpage 2012-03-19 12:58:15 -06:00
Thomas S Hatch
bf6117cb53 update salt-minion manpage 2012-03-19 12:57:46 -06:00
Thomas S Hatch
efca4be049 update salt-master manpage 2012-03-19 12:54:49 -06:00
Thomas S Hatch
91ecf8e550 update manpage salt-call 2012-03-19 12:47:05 -06:00
Thomas S Hatch
66f2674f8b update salt-key manpage 2012-03-19 12:44:24 -06:00
Thomas S Hatch
eda3377da7 Add new components to salt-cp manpage 2012-03-19 12:41:21 -06:00
Thomas S Hatch
297968df74 update salt manpage 2012-03-19 12:38:23 -06:00
Thomas S Hatch
dd9b278d2a only honor enable if all of enable it available 2012-03-19 11:27:09 -06:00
Thomas S Hatch
e2d634f06e fix Cython error 2012-03-19 10:50:09 -06:00
Thomas S Hatch
ec9c8e4be8 bump version to 0.9.8 2012-03-19 10:37:10 -06:00
Thomas S Hatch
5a594b5848 Add run_num verification 2012-03-19 10:25:41 -06:00
Seth House
831a6d4730 Merge branch 'doc-update' into develop 2012-03-19 06:14:35 -06:00
Seth House
7d1bc6debb Added link to the perlgeek IRC logs 2012-03-19 06:07:08 -06:00
Seth House
9fdc5a6917 Silence autosummary warnings about the virtual modules
This change also explicitly shows which modules are virtual.
2012-03-19 05:59:20 -06:00
Seth House
a7749524a4 Fixed old references to grains doc 2012-03-19 05:46:20 -06:00