Pedro Algarvio
aa721e89cf
Fix integration.shell.call.CallTest.test_default_output
.
2013-02-06 05:13:39 +00:00
Pedro Algarvio
df2ac900c3
Fix pydsl unittest skip message + PEP8.
2013-02-06 05:10:47 +00:00
Thomas S Hatch
dd76691888
Merge pull request #3605 from baijum/doc
...
pillar is no more an experimental add on
2013-02-05 18:38:18 -08:00
Baiju Muthukadan
b135b88f6c
pillar is no more an experimental add on
2013-02-06 07:37:46 +05:30
Thomas S Hatch
c054b208b1
Merge pull request #3604 from ydavid365/osx-install-updated
...
Osx install updated
2013-02-05 16:21:43 -08:00
ydavid365
462112464d
removed first-person. added max_open_files directive.
2013-02-05 16:17:39 -08:00
Thomas S Hatch
d6968c9118
The backend code did not exist to make this easier before
...
But now this can be handled much more quickly, I expect that this
will be the solution for #3281 as well but I need @AlejandroTrev
to test since I don't have an AD enabled Linux server at my disposal!
2013-02-05 17:10:08 -07:00
Thomas S Hatch
34bc68d3a1
Merge pull request #3603 from ydavid365/rhel-fedora-install-docs
...
minion, not master.
2013-02-05 16:07:18 -08:00
ydavid365
a97ef17309
further instructions cleanup
2013-02-05 16:06:10 -08:00
ydavid365
291fbb5fe1
udpated osx instructions...
2013-02-05 15:54:22 -08:00
ydavid365
36a881a2ca
minion, not master.
2013-02-05 15:44:13 -08:00
Thomas S Hatch
7ac5d5df9b
Merge pull request #3591 from ydavid365/rhel-fedora-install-docs
...
split fedora and rhel documentation. updated index.
2013-02-05 15:25:12 -08:00
Thomas S Hatch
4c9ecfd674
Fix #3592
2013-02-05 15:54:56 -07:00
Thomas S Hatch
7a9b209e01
Merge pull request #3601 from techhat/iptables
...
Break the chain out from the rule
2013-02-05 14:24:22 -08:00
Thomas S Hatch
340066e51c
Merge pull request #3600 from dahpgjgamgan/develop
...
additional info about building windows installer
2013-02-05 14:23:31 -08:00
Joseph Hall
e372a9a71d
Break the chain out from the rule
2013-02-05 15:04:23 -07:00
Jan Duzinkiewicz
d53605b2a7
additional info about building windows installer
2013-02-05 23:00:10 +01:00
Thomas S Hatch
ce1f833a04
Merge pull request #3598 from giantlock/develop
...
Try to make some tests for sysctl module
2013-02-05 13:23:26 -08:00
Denis Generalov
9325ec7bba
Try to make some tests for sysctl module
2013-02-06 00:57:53 +04:00
Thomas S Hatch
da942eada2
Merge pull request #3589 from Cerales/ipc_uri_error_reporting
...
Add a useful error message for IPC URI length failure
2013-02-05 11:49:35 -08:00
Cerales
a196b4119e
Add a useful error message when the salt minion must exit because the
...
IPC URI is too long.
Using isinstance() is a bit messay, but I didn't want to step on the
toes of handling the KeyboardInterrupt.
2013-02-05 12:46:51 -07:00
Thomas S Hatch
3e093c2f2a
Merge pull request #3595 from archtaku/quickfix
...
Fix "variable referenced before assignment" error
2013-02-05 10:46:27 -08:00
Erik Johnson
81a4660cad
Fix "variable referenced before assignment" error
2013-02-05 12:44:13 -06:00
Thomas S Hatch
93b80b5dce
Merge pull request #3590 from ydavid365/patch-2
...
'schedule' typo.
2013-02-05 10:40:42 -08:00
Thomas S Hatch
1fe0015c90
update pillar docs
2013-02-05 11:07:44 -07:00
ydavid365
18aebcdaf4
split fedora and rhel documentation. updated index.
2013-02-05 02:40:59 -08:00
John Albietz
1928502214
'schedule' typo.
2013-02-05 02:27:31 -08:00
Cerales
d00a073e32
Add a useful error message when the salt minion must exit because the
...
IPC URI is too long.
Using isinstance() is a bit messay, but I didn't want to step on the
toes of handling the KeyboardInterrupt.
2013-02-05 20:37:20 +11:00
Thomas S Hatch
03b9ad2727
should match basestring
2013-02-05 00:30:07 -07:00
Thomas S Hatch
f36b93695e
Merge pull request #3588 from kjkuan/fix_getting_file_client
...
Make getting the fileclient a bit more robust and remove unused PILLAR var.
2013-02-04 19:52:36 -08:00
Jack Kuan
b8a151cb7b
Make getting the fileclient a bit more robust and remove unused PILLAR
...
variable.
2013-02-04 22:07:41 -05:00
Thomas S Hatch
a4dc38880f
Fixed crazy sauce....
2013-02-04 13:52:24 -07:00
Thomas S Hatch
436012aeb8
Fix #3579
...
salt 'node' state.sls pillar=$(cat /some/yamlorjson/file)
2013-02-04 13:43:03 -07:00
Thomas S Hatch
2073fa2700
Allow pillar data to be passed into the State compiler directly
2013-02-04 13:43:03 -07:00
Thomas S Hatch
44fad39080
Merge pull request #3586 from MTecknology/develop
...
Changed log level from exception to warning.
2013-02-04 12:40:37 -08:00
Thomas S Hatch
f4005c0e0f
Merge pull request #3546 from kjkuan/pydsl_include
...
Add support for #3483
2013-02-04 11:58:22 -08:00
Michael Lustfield
6f1a72eaf6
Changed log level from exception to warning.
2013-02-04 13:50:24 -06:00
Thomas S Hatch
5064a6348d
Merge pull request #3585 from MTecknology/develop
...
Added log when debconf-utils is not installed on a Debian system.
2013-02-04 11:46:53 -08:00
Michael Lustfield
547e923756
Added log when debconf-utils is not installed on a Debian system.
2013-02-04 13:45:11 -06:00
Seth House
3c60e9a3c4
Merge pull request #3584 from techhat/repodocs
...
Adding documentation for pkg (repos) and lowpkg
2013-02-04 11:29:12 -08:00
Joseph Hall
28c5d4a306
Adding documentation for pkg (repos) and lowpkg
2013-02-04 12:18:12 -07:00
Thomas S Hatch
8404f29faf
This has been refactored since I wrote the TODO over a year ago
...
Also make the command missing execution get skipped on windows,
this still needs to be skipped on ARM per #3576
2013-02-04 12:18:03 -07:00
Thomas S Hatch
f37a1ca226
Merge pull request #3582 from l2ol33rt/develop
...
Fix for Oracle Linux os grains definitions
2013-02-04 11:12:26 -08:00
Robert Hernandez
05d143cbfc
Fix for Oracle Linux os grains definitions
2013-02-04 10:13:54 -08:00
David Boucha
c603b2bad2
Merge pull request #3573 from techtonik/patch-1
...
Fix easy_install'ation on Windows
2013-02-04 09:56:20 -08:00
David Boucha
67f99d9140
Merge pull request #3580 from sontek/M2Crypto-docs
...
added information about the fedora_setup.sh script M2Crypto provides
2013-02-04 09:32:16 -08:00
John Anderson
6a36966d57
added information about the fedora_setup.sh script M2Crypto provides
2013-02-04 12:29:32 -05:00
Thomas S Hatch
04a4ce45a6
Add comment on why this yaml.load ref is safe
2013-02-04 10:23:51 -07:00
Thomas S Hatch
a411a5b147
Merge pull request #3578 from jaustinpage/add-token-auth-to-keystone
...
Add token auth to keystone
2013-02-04 08:54:11 -08:00
Thomas S Hatch
9e1001cb3b
Fix some spelling
2013-02-04 09:40:21 -07:00