Commit Graph

18813 Commits

Author SHA1 Message Date
Pedro Algarvio
2f3aa98bd3 Provide a script to update the source translation templates to Transifex. 2013-10-14 18:28:08 +01:00
Pedro Algarvio
85211daa41 Use /usr/bin/env python as opposed to /usr/bin/python. 2013-10-14 12:29:41 +01:00
Pedro Algarvio
911709e682 Add a script to setup the transifex client config file. 2013-10-14 12:28:38 +01:00
Joseph Hall
0e1cd880dc Merge pull request #7800 from terminalmage/issue7656
Fix yumpkg*.mod_repo
2013-10-14 03:50:34 -07:00
Pedro Algarvio
10c650e840 Merge pull request #7798 from techhat/parted
Sanitize inputs for parted module
2013-10-14 03:03:14 -07:00
Pedro Algarvio
22321eed83 Merge pull request #7804 from holmboe/rope-prj
Ignore rope project files
2013-10-14 02:59:23 -07:00
Pedro Algarvio
e19d226bbb Merge pull request #7805 from holmboe/not-sticky
Sticky bit not effective anymore
2013-10-14 02:58:23 -07:00
Henrik Holmboe
45d6b1b2d1 Sticky bit not effective anymore
The group or other does not have write permissions anymore, so sticky
bit is irrelevant and confusing.
2013-10-14 10:33:45 +02:00
Henrik Holmboe
f30999c5bf Ignore rope project files
Rope is used in Emacs elpy and others.
2013-10-14 10:10:26 +02:00
Erik Johnson
9ec63055e3 Fix yumpkg*.mod_repo
The kwargs are used to determine which values to assign to the repo
file, but additional "hidden" kwargs are passed to these functions, ones
with keys starting with a double underscore. This commit filters those
arguments out so that they don't get written to the repo file.
2013-10-13 21:34:49 -05:00
Joseph Hall
fe070b0d95 Sanitize inputs for parted module 2013-10-13 16:48:40 -06:00
Pedro Algarvio
bf484b94bf Merge pull request #7796 from s0undt3ch/features/i18n-documentation
It's a link!
2013-10-13 13:10:13 -07:00
Pedro Algarvio
2ca73d1a6e It's a link! 2013-10-13 21:09:19 +01:00
Pedro Algarvio
563fdbcd10 Merge pull request #7793 from s0undt3ch/features/i18n-documentation
[READ THE BODY] Explain how to help out translating the documentation.
2013-10-13 12:49:08 -07:00
Pedro Algarvio
4aa611c319 Final translation documentation update. 2013-10-13 19:46:52 +01:00
Pedro Algarvio
2ba350b607 Even the translation templates won't be stored in git. 2013-10-13 19:46:16 +01:00
Pedro Algarvio
62929d3335 We switched translation service. 2013-10-13 11:55:38 +01:00
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