Commit Graph

6689 Commits

Author SHA1 Message Date
Thomas S Hatch
f49ae7007e Merge pull request #2158 from KrisSaxton/develop
added LDAP module and ext_pillar backend
2012-10-03 17:14:18 -07:00
Kris Saxton
0c157c5ea4 added LDAP module and ext_pillar backend 2012-10-04 00:19:18 +01:00
Thomas S Hatch
9fc283b89b Merge pull request #2157 from s0undt3ch/issues/2151
Fix #2151
2012-10-03 16:10:25 -07:00
Pedro Algarvio
2b60f0f93c Log a message if neither dmidecode not lspci produce output. Refs #2151. 2012-10-03 23:34:24 +01:00
Pedro Algarvio
6db627a829 Fix bug from last commit, quiet not defined on run_all. 2012-10-03 22:20:26 +01:00
Pedro Algarvio
221e9dc11f Warn the user about grains not accurate in some situations and try to work around that. Fixes #2151.
* Worked around the egg and the chicken problem regarding imports so that we can log on the grains module.
* Added `salt.modules.cmdmod._run_all_quiet` which mimics `salt.modules.cmdmod._run_quiet` except it returns the whole command run info dict.
* If `dmidecode` is not executed properly, default to `lspci` instead of producing bad results.
2012-10-03 22:15:47 +01:00
Thomas S Hatch
ad6f2b84fb Merge branch 'develop' of github.com:saltstack/salt into develop 2012-10-03 14:04:59 -06:00
Thomas S Hatch
f75427b13e Add tops package to setup.py 2012-10-03 14:04:41 -06:00
Thomas S Hatch
dbed504d17 Add tops package to setup.py 2012-10-03 13:58:08 -06:00
Thomas S Hatch
dca280a232 Add auth package to setup.py 2012-10-03 13:57:36 -06:00
Thomas S Hatch
06d1bf52fd Merge pull request #2156 from herlo/develop
moved salt.spec to 0.10.3 and added systemd scriptlets
2012-10-03 09:56:41 -07:00
Clint Savage
0086c9d48c moved salt.spec to 0.10.3 and added systemd scriptlets 2012-10-03 10:29:00 -06:00
Thomas S Hatch
ea23a6db6a Merge pull request #2155 from herlo/develop
salt should pass numbers appropriately, but just in case
2012-10-03 09:27:31 -07:00
Thomas S Hatch
66e89045f5 Add new auth object to clearfuncs in the master 2012-10-02 16:33:57 -06:00
Thomas S Hatch
38dca085a8 Initial conf for external auth (no worky yet) 2012-10-02 15:03:30 -06:00
Thomas S Hatch
9d50e7d659 Add initial token support 2012-10-02 14:51:04 -06:00
Thomas S Hatch
c6c3091892 Add mk_token method 2012-10-02 14:21:10 -06:00
Thomas S Hatch
39ef42bf98 Add auth interface 2012-10-02 13:37:55 -06:00
Thomas S Hatch
858d086995 Args got flipped in eventlisten 2012-10-02 13:26:23 -06:00
Thomas S Hatch
b801f86bfe Merge branch 'develop' of github.com:saltstack/salt into develop 2012-10-02 12:36:49 -06:00
Thomas S Hatch
91efb21fba Add format_call function to utils 2012-10-02 12:35:09 -06:00
Thomas S Hatch
a883207d84 change auth to use gen_functions 2012-10-02 12:07:24 -06:00
Thomas S Hatch
498e112b65 Merge pull request #2154 from archtaku/develop
fix function definition for _check_recurse
2012-10-02 10:56:18 -07:00
Thomas S Hatch
8ced9ac731 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-10-02 11:55:48 -06:00
Thomas S Hatch
05985b89cf Change name to token_dir 2012-10-02 11:55:19 -06:00
Thomas S Hatch
5511857758 add tokens dir to master opts 2012-10-02 11:54:15 -06:00
Erik Johnson
e88de2a6df fix function definition for _check_recurse
I had initially moved this to the file module along with other pieces
that were moved to implement issue #817, but moved it back to the file
state and did not put the leading underscore back in the function
definition.
2012-10-02 12:52:20 -05:00
Thomas S Hatch
353aa16919 Merge pull request #2153 from archtaku/develop
Fix references to __manage_mode()
2012-10-02 10:31:34 -07:00
Erik Johnson
e510916acf Fix references to __manage_mode() 2012-10-02 12:22:45 -05:00
Thomas S Hatch
70ec8677b0 Merge pull request #2140 from archtaku/develop
Implement new cron.file state (#817)
2012-10-02 09:50:20 -07:00
Thomas S Hatch
f7f053b3b2 Merge pull request #2152 from alejandrogomez/typo
Fix typo in states tutorial part 3
2012-10-02 09:33:33 -07:00
Thomas S Hatch
6a1a17ee2d Merge pull request #2150 from anentropic/patch-1
Update doc/topics/tutorials/bootstrap_ec2.rst
2012-10-02 09:26:27 -07:00
Thomas S Hatch
3deb9ceead Merge pull request #2149 from s0undt3ch/develop
Improve our tests runner.
2012-10-02 09:22:14 -07:00
Thomas S Hatch
8ca7e8368f Merge pull request #2148 from romeotheriault/update-solaris-docs-for-0.10.3
Update solaris docs for 0.10.3
2012-10-02 09:04:49 -07:00
Alejandro Gómez
0112549c00 Fix typo in states tutorial part 3 2012-10-02 18:01:44 +02:00
Clint Savage
28ee396aa1 salt should pass numbers appropriately, but just in case 2012-10-02 08:34:40 -06:00
anentropic
ee2f597c95 Update doc/topics/tutorials/bootstrap_ec2.rst
'E: Unable to locate package salt'

I think you have to install `salt-master` and `salt-minion` packages as shown on the Ubuntu install page: http://docs.saltstack.org/en/latest/topics/installation/ubuntu.html

(I assume we're on Ubuntu since we're also using Canonical CloudInit and the `apt-get` command is used)
2012-10-02 14:27:29 +02:00
Pedro Algarvio
4c456864db Improve our tests runner.
* Show an error when the user tries to use `--xml` and `xmlrunner` is not installed.
* Add support to generate HTML reports of the tests coverage.
2012-10-02 13:04:22 +01:00
Thomas S Hatch
ea92ca3752 Merge branch 'develop' of github.com:saltstack/salt into develop 2012-10-01 22:44:18 -06:00
Thomas S Hatch
d6760f5a17 Start auth core setup 2012-10-01 22:43:43 -06:00
Romeo Theriault
b7b1552691 reformat a bit 2012-10-01 16:58:40 -10:00
Romeo Theriault
0d936f072f update solaris docs for 0.10.3 2012-10-01 16:49:32 -10:00
Thomas S Hatch
f10cf33b83 Merge pull request #2146 from f0rk/f0rk/optional_arguments_docs
Generic keyword argument usage documentation
2012-10-01 18:16:02 -07:00
Erik Johnson
97bffc8254 Make cron.raw_cron support Solaris crontab command 2012-10-01 19:36:52 -05:00
Ryan P. Kelly
e08cd261ff Generic keyword argument usage documentation 2012-10-01 20:13:34 -04:00
Erik Johnson
56cd4ad17d use _get_cron_cmdstr() in _write_cron_lines() 2012-10-01 19:09:27 -05:00
Thomas S Hatch
90835562f4 Add initial pam authentication module 2012-10-01 16:23:05 -06:00
Thomas S Hatch
515ac15ff1 Add helper function for the pluggable auth interface 2012-10-01 16:10:44 -06:00
Pedro Algarvio
54fc7f90fa Fix log calls. 2012-10-01 21:32:50 +01:00
Thomas S Hatch
f7be7bb6b0 Allow the base path to be explicitly defined 2012-10-01 12:54:44 -06:00