Commit Graph

26852 Commits

Author SHA1 Message Date
Thomas S Hatch
f1e8011e6f Merge pull request #10841 from cachedout/#10812
Allow state concurrency
2014-02-27 15:46:31 -07:00
Thomas S Hatch
3da1b0e07a Merge pull request #10843 from cachedout/gravyboat
Update AUTHORS
2014-02-27 15:44:18 -07:00
Thomas S Hatch
9658aaa27b Clean up pillar walkthrough 2014-02-27 15:43:24 -07:00
Mike Place
c80807c3bb Add Nicole to AUTHORS 2014-02-27 15:42:31 -07:00
Mike Place
10b5bf4cf3 Add @gravyboat to AUTHORS. 2014-02-27 15:41:24 -07:00
Thomas S Hatch
8a3de9154c Merge pull request #10692 from stevage/pillar-tutorial
Improvements to the Pillar Walkthrough as per #10467
2014-02-27 15:30:24 -07:00
Thomas S Hatch
52d3e6d83f Merge pull request #10839 from borgstrom/pyobjects_ids
Pyobjects ids
2014-02-27 15:29:06 -07:00
Thomas S Hatch
0385a8bc28 Merge pull request #10828 from ticosax/mogrify-extension-name
Mogrify name of extensions
2014-02-27 15:28:37 -07:00
Mike Place
86d1cbe652 Allow state concurrency 2014-02-27 15:02:19 -07:00
Mike Place
6a318faee3 Merge pull request #10836 from rallytime/mac_group_test
Wrote the rest of the mac_group unit tests
2014-02-27 14:13:58 -07:00
Evan Borgstrom
aedb4a3a74 Oops. 977d9ef was wrong. The indent was right the first time. Undoing. 2014-02-27 16:08:43 -05:00
Evan Borgstrom
977d9ef651 Fix incorrect indent on else statement 2014-02-27 16:07:53 -05:00
Evan Borgstrom
cc8e25e316 Rebuild StateRegistry storage so IDs across modules work
As it stands the following will fail as we didn't allow duplicate IDs
under any circumstances:

    with Pkg.installed("nginx"):
    	Service.running("nginx")

This commit changes the way the StateRegistry stores states to allow the
above example to work properly.

Now it behaves much more closely to the YAML + Jinja renderer.
2014-02-27 15:52:14 -05:00
Samuel Smith
d4775819f7 Merge pull request #10837 from SmithSamuelM/sam_raet_12
Sam raet 12 Added persitence classes for Raet in keeping.py
2014-02-27 13:07:30 -07:00
Samuel M Smith
31ef442ae0 Merge remote-tracking branch 'upstream/develop' into sam_raet_12 2014-02-27 13:06:19 -07:00
rallytime
86f24555c5 pylint fixes 2014-02-27 13:05:16 -07:00
Samuel M Smith
445090af02 Rename KeyKeep to SafeKeep 2014-02-27 13:05:05 -07:00
Evan Borgstrom
2e6371f65b Add test for duplicates, now to fix it 2014-02-27 15:04:27 -05:00
Samuel M Smith
5eb6812343 added persistence objects to stack for road device and key data 2014-02-27 13:01:43 -07:00
Thomas S Hatch
3813934f4a http://www.youtube.com/watch?v=v7NzBTRzCkg 2014-02-27 12:58:39 -07:00
Thomas S Hatch
b3f99f9833 Merge pull request #10776 from ticosax/fix-states.dockerio.run
Fix states.dockerio.run
2014-02-27 12:55:23 -07:00
Thomas S Hatch
772c213976 Merge pull request #10820 from bbinet/influxdb
Add InfluxDB salt module and states
2014-02-27 12:54:54 -07:00
rallytime
7eed870258 Wrote the rest of the mac_group unit tests 2014-02-27 12:54:45 -07:00
Thomas S Hatch
e15e32402b Merge pull request #10834 from cachedout/pydsl_perm
Fix another bad perm.
2014-02-27 11:46:08 -07:00
Thomas S Hatch
67f8637f04 Merge pull request #10833 from cachedout/perm_test
Warn us about suspect perms.
2014-02-27 11:45:56 -07:00
Mike Place
37065d629c Fix another bad perm. 2014-02-27 11:38:34 -07:00
Mike Place
b94ba19e60 Warn us about suspect perms.
I've found cases where people have been setting permissions for files
and then those permissions are being pushed into git. This is annoying
at best and potentially dangerous at worst.

This test walks the tree and warns us about anything that's out of
order.
2014-02-27 11:33:27 -07:00
Thomas S Hatch
a419831037 Merge pull request #10766 from s0undt3ch/features/freezedata
Reduce scaling issues with `deepcopy`'ing.
2014-02-27 11:32:57 -07:00
Forrest
52c4928209 Merge pull request #1 from cachedout/bp_grammar
Merging this in, not sure why cachedout wasn't able to when he tried last night.
2014-02-27 11:01:48 -07:00
Samuel M Smith
24d999d687 added convenience getter method 2014-02-27 10:53:48 -07:00
Samuel M Smith
f4ab42563e added fetch by name 2014-02-27 10:35:55 -07:00
Samuel M Smith
8f86c47076 Fixed transaction tuple logic on join so it used the host address tuple (host,port) for ld if ld == 0
and the remote host address tuple for rd when rd == 0
This is so multiple devices can join at the same time
2014-02-27 10:32:04 -07:00
Thomas S Hatch
8a96cc4975 Merge pull request #10832 from cachedout/ps_perm
ps perm
2014-02-27 10:30:26 -07:00
Thomas S Hatch
762cf543bb Merge pull request #10829 from ticosax/add-states.webutil
Add a state to control presence of user inside arbitrary htpasswd file
2014-02-27 10:30:02 -07:00
Thomas S Hatch
bb8edcfa36 Merge pull request #10821 from JensRantil/service-command-not-path
Hygiene: service command is not part of path
2014-02-27 10:28:21 -07:00
Thomas S Hatch
c4740d6ab8 Merge pull request #10813 from gtmanfred/keep_symlinks
Keep symlinks
2014-02-27 10:24:07 -07:00
Thomas S Hatch
8935f5e0e1 Merge pull request #10815 from ryan-lane/add-timeout-to-publish-runner
Give publish.runner module call a timeout
2014-02-27 10:17:56 -07:00
Thomas S Hatch
ad67a1dbf1 Merge pull request #10818 from s0undt3ch/hotfix/bootstrap-script
Update to latest bootstrap script, v2014.02.27
2014-02-27 10:17:28 -07:00
Thomas S Hatch
6353e400ed Merge pull request #10824 from techhat/issue10823
Remove outdated ec2 tutorial
2014-02-27 10:17:05 -07:00
Mike Place
edb5dd7305 It looks like the permission for the ps module were inadvertently
changed during a update to the documentation. This changes the
behavior back to match other exec mods.
2014-02-27 09:52:48 -07:00
Mike Place
6af1f4ef2d Merge pull request #10831 from borgstrom/develop
Pyobjects documentation improvements
2014-02-27 09:29:58 -07:00
Samuel M Smith
b24ab99649 tested keeping.py basic working nnow 2014-02-27 09:19:26 -07:00
Evan Borgstrom
c4ba736615 Pyobjects documentation improvements
This makes a simple enhancement to the module documentation for
pyobjects and also updates inline comments throughout the renderer.
2014-02-27 11:14:39 -05:00
Mike Place
cc7ef8df54 Merge pull request #10827 from jeroentbt/patch-1
fix typos
2014-02-27 08:06:46 -07:00
Nicolas Delaby
b08239d46f escape name of extensions
Bug triggered when trying to install `uuid-ossp` extension
2014-02-27 16:06:40 +01:00
Nicolas Delaby
2d868bb29d Add a state to control presence of user inside arbitrary htpasswd file 2014-02-27 16:04:42 +01:00
jeroen tiebout
39b1831056 fix typos 2014-02-27 16:03:05 +01:00
Joseph Hall
da576e231d Merge pull request #10825 from JensRantil/spellfix
Fix typo: maintinance => maintenance
2014-02-27 07:18:49 -07:00
Jens Rantil
302629bc72 Fix typo: maintinance => maintenance 2014-02-27 14:59:24 +01:00
Joseph Hall
1e674454de Remove outdated ec2 tutorial 2014-02-27 06:49:20 -07:00