Thomas S Hatch
aae1bba549
switch over to using the safe json routine in utils
2013-10-12 17:01:46 -06:00
Thomas S Hatch
8e644ddb5a
strip out unused process method
2013-10-12 17:00:37 -06:00
Thomas S Hatch
79ef0c1263
pass opts into the shell object
2013-10-12 16:44:05 -06:00
Thomas S Hatch
e4e1d4e8e6
Add opts to shell object
2013-10-12 16:44:05 -06:00
Pedro Algarvio
7a3740bd5e
Explain how to help out translating the documentation.
2013-10-12 23:33:05 +01:00
Pedro Algarvio
cf3690152d
Merge pull request #7792 from s0undt3ch/features/i18n-documentation
...
VCS message catalog templates.
2013-10-12 15:31:34 -07:00
Pedro Algarvio
23559d4240
Add the message catalog template files.
2013-10-12 23:22:44 +01:00
Pedro Algarvio
77b77a30f9
Generate the gettext
message catalog templates on the right place.
2013-10-12 23:19:05 +01:00
Pedro Algarvio
fba3d05562
Translation will be hosted remotely.
2013-10-12 23:18:54 +01:00
Thomas S Hatch
a2ca32b09f
Don't ignore host keys by default
...
There is some pretty to add here, but while ignoring host keys the
needed vectors for ssh security are not all in place
2013-10-12 16:17:35 -06:00
Erik Johnson
c57572d98d
Fix documentation page for win_dns_client state
...
When I added this, it was copied from the one I created for win_system,
but it was not updated to be specific to win_dns_client, resulting in in
build warnings and incorrect documentation on docs.saltstack.com.
2013-10-12 15:26:12 -05:00
Thomas S Hatch
ef3d04b1b3
Add initial routine to find json at the end of a string
2013-10-12 12:58:36 -06:00
Thomas S Hatch
bea94612b5
Merge pull request #7790 from crax/develop
...
should also strip trailing '/' from source uri
2013-10-12 11:57:30 -07:00
crax
db3c79f7c2
should also strip trailing '/' from source uri
2013-10-13 02:51:07 +08:00
Pedro Algarvio
0d457662ef
Also delete compiled message catalogs.
2013-10-12 19:39:24 +01:00
Thomas S Hatch
c6d34f1acf
pass hash and hash type into state.pkg
2013-10-12 12:24:25 -06:00
Thomas S Hatch
bab92775a5
Mandate has data in state.pkg
2013-10-12 12:15:50 -06:00
Thomas S Hatch
664d1a1cac
generate hash for state_pkg and pass it into routine
...
This allows for the checksum of the state_pkg tarball to be verified in
the target minion routine
2013-10-12 12:10:14 -06:00
Thomas S Hatch
4348392860
move the state package into .salt directory
2013-10-12 11:47:51 -06:00
Thomas S Hatch
c28b90337e
Merge pull request #7789 from terminalmage/docs
...
Add code-block formatting to git_pillar docstring
2013-10-12 10:25:31 -07:00
Thomas S Hatch
0359db9b46
Add hooks to geenrate the thin sum and pass to the shim
2013-10-12 11:24:19 -06:00
Thomas S Hatch
c58e56811d
Add function to generate the hash of the thin tarball
2013-10-12 11:15:14 -06:00
Thomas S Hatch
8f92b6b2cb
Add untaring the thin tarball into the shim
...
Also add hooks in to checksum the thin tarball
2013-10-12 11:07:34 -06:00
Erik Johnson
25d6d37f30
Version 0.16.4 is no longer in future tense
2013-10-12 11:35:02 -05:00
Erik Johnson
895c648e10
Add code-block formatting to git_pillar docstring
...
Without it, the dash in the YAML data gets interpreted by sphinx as a
bullet point, which could be confusing to thos wishing to use this
external pillar.
2013-10-12 11:29:23 -05:00
Thomas S Hatch
aa4bb77ef2
The .salt directory should be owned by the ssh login user
...
Since the ssh login user is used to drop the deployment file they need
write permissions, and since the login user can sudo they have rights to
manage the salt runs. When salt runs as root it will still have access
to said files.
We still need more validation around the integrety of the passed files
2013-10-12 09:57:48 -06:00
Thomas S Hatch
c33049d438
restore the cmd_block deploy seq
2013-10-12 09:44:48 -06:00
Thomas S Hatch
838df9f653
don't bail out on per errros, they are not from the shim
2013-10-12 09:08:01 -06:00
Thomas S Hatch
3c59e9f881
Fix two bugs:
...
1) ssh-copy-id is a bit of a pill, fall back to try the multiple
formats suppoerted by ssh-copy-id
2) Escaping the heredoc causes it to fail, we need to find a better
way to only escape if it is a raw command
2013-10-12 09:06:48 -06:00
Thomas S Hatch
99dff2e3f3
Merge pull request #7785 from shadowfax-chc/hgfs-events
...
Added events for hgfs. Closes #7778
2013-10-12 07:49:54 -07:00
Thomas S Hatch
1e3f197726
Merge pull request #7787 from techhat/cmdinjection
...
Sanitize inputs for bluetooth functions
2013-10-12 07:48:18 -07:00
Thomas S Hatch
1a5783ba84
Merge pull request #7784 from drawsmcgraw/develop
...
Added an example for the 'use' requisite.
2013-10-12 07:47:47 -07:00
Joseph Hall
07972eb0a6
Sanitize inputs for bluetooth functions
2013-10-12 07:15:04 -06:00
shadowfax-chc
df8ff49213
Added svnfs config items
2013-10-12 02:35:50 -04:00
shadowfax-chc
4561a80a8d
Added events for hgfs. Closes #7778
2013-10-12 00:48:26 -04:00
drawsmcgraw
5e765ad837
Added an example for the 'use' requisite.
2013-10-12 00:31:58 -04:00
Thomas S Hatch
c60883a0f4
Merge pull request #7769 from s0undt3ch/features/i18n-documentation
...
Add support for other documentation languages.
2013-10-11 19:59:36 -07:00
Thomas S Hatch
0c599d773d
Merge pull request #7782 from davidjb/develop
...
Fix minor typo in state logging
2013-10-11 19:57:51 -07:00
Thomas S Hatch
b73677435b
Merge pull request #7779 from techhat/cmdinjection
...
Condense df sanitization
2013-10-11 19:57:22 -07:00
Thomas S Hatch
a1423b974b
Merge pull request #7777 from shadowfax-chc/develop
...
Ported gitfs cache fixes from #7749 into hgfs. refs #3665 .
2013-10-11 19:56:39 -07:00
shadowfax-chc
d188215fcf
Adapted gitfs and hgfs cache purging to svnfs.
2013-10-11 22:52:38 -04:00
David\ Beitey
39627de927
Fix minor typo in state logging
2013-10-12 12:48:45 +10:00
Joseph Hall
6a9752cdb1
Condense df sanitization
2013-10-11 20:24:28 -06:00
shadowfax-chc
a3b91e8125
Ported gitfs cache fixes from #7749 into hgfs. refs #3665 .
2013-10-11 22:15:05 -04:00
Thomas S Hatch
aca78f3144
Merge pull request #7776 from techhat/cmdinjection
...
Fix command injection flaw in disk.inodeusage
2013-10-11 18:50:46 -07:00
Joseph Hall
8e5afe59ce
Fix command injection flaw in disk.inodeusage
2013-10-11 19:43:14 -06:00
Thomas S Hatch
336ebcc2f2
Merge pull request #7771 from cachedout/develop
...
Adding some color to sys.doc
2013-10-11 18:41:39 -07:00
Thomas S Hatch
ef95a2fc89
Merge pull request #7770 from basepi/minepillar7197
...
Remove pillar matching for mine.get
2013-10-11 18:38:43 -07:00
Thomas S Hatch
6d8ef68b60
Merge pull request #7774 from techhat/cmdinjection
...
Fix command injection vulnerability in disk.usage
2013-10-11 18:37:50 -07:00
Joseph Hall
7f190ff890
It is better to die(), than to return falsely.
2013-10-11 19:31:11 -06:00