Commit Graph

4231 Commits

Author SHA1 Message Date
Thomas S Hatch
aafd9477df Make use and use_in not set up watchers 2012-04-18 18:08:14 -06:00
Thomas S Hatch
94906acdd3 Start refactoring file.managed state 2012-04-18 18:04:27 -06:00
Jeff Hutchins
c35c272c77 Update yaml 2012-04-18 16:52:05 -06:00
Jeff Hutchins
e58c934ba4 Vlan changes. 2012-04-18 16:51:45 -06:00
Thomas S Hatch
c537276670 Add test to file.touch 2012-04-18 16:12:10 -06:00
Jeff Hutchins
b0b8e5afff New yaml definitions. 2012-04-18 15:49:21 -06:00
Thomas S Hatch
58865de911 Add test to file.{comment,uncomment,sed,append} 2012-04-18 15:37:37 -06:00
Jeff Hutchins
0870663ad9 Add some documentation. 2012-04-18 15:31:02 -06:00
Jeff Hutchins
531cb0d262 Add some minor documenting. 2012-04-18 15:21:15 -06:00
Thomas S Hatch
fe65d9c352 Add checks for file.absent and file.symlink 2012-04-18 15:17:36 -06:00
Jeff Hutchins
150986f08a Add VLAN option ifcfg scripts. 2012-04-18 15:17:26 -06:00
Jeff Hutchins
65cc0ccb58 Added creation of vlan interfaces. 2012-04-18 15:12:54 -06:00
Thomas S Hatch
216a80ecf7 return test info 2012-04-18 15:04:53 -06:00
Jeff Hutchins
acc3e445d9 Use bonding opts. 2012-04-18 14:50:51 -06:00
Jeff Hutchins
9f9a007e16 Fixed typo in bonding option parsing. 2012-04-18 14:50:10 -06:00
Thomas S Hatch
d8093350c0 Add target to file stats 2012-04-18 14:18:59 -06:00
Thomas S Hatch
69a22af7de Set the identity on the minions
This prevents ram overusage in the master pub interface when using the
WAN autohealing system, this fixes #1094, make sure the master has also
been updated or this could cause a larger memory leak on the master
2012-04-18 13:15:39 -06:00
Thomas S Hatch
3d584cd229 Set a minimum HWM because we don't want pup-sub to be durable 2012-04-18 13:14:45 -06:00
Bret Palsson
4d5f1bc1f4 Merge pull request #3 from jhutchins/networkstate
Networkstate -- jhutchins rocks!
2012-04-18 11:16:44 -07:00
Jeff Hutchins
c181f1c01e Add stopping and restart of interfaces. 2012-04-18 11:52:28 -06:00
Thomas S Hatch
10aa9eb3c4 Add a check for bad reads in the cli returns 2012-04-18 11:36:00 -06:00
Jeff Hutchins
983127f4ee Update the yaml 2012-04-18 11:28:41 -06:00
Thomas S Hatch
6e4de4ff24 Fix error in jobs.lookup_jid 2012-04-18 11:10:06 -06:00
Jeff Hutchins
ca8ecedf90 Add conf files to /etc/modprobe.d 2012-04-18 11:08:59 -06:00
Thomas S Hatch
a2c97e5342 Add master and foreground opts to swarm 2012-04-17 23:58:10 -06:00
Thomas S Hatch
da9fe0f0e4 Check for race condition when some 500 minions get pillar data at once 2012-04-17 22:44:57 -06:00
Thomas S Hatch
d36bafad93 Check for proc datatype 2012-04-17 21:41:16 -06:00
Thomas S Hatch
22fac0c605 Kill an issue on #1101 2012-04-17 21:37:19 -06:00
Thomas S Hatch
54503aa13b Initial minion swarming works! 2012-04-17 20:38:15 -06:00
Thomas S Hatch
9e1c58f4f5 Add minionswarm script, still needs testing and to be expanded 2012-04-17 19:12:35 -06:00
Jeff Hutchins
6c78e2246e Update yaml example. 2012-04-17 18:10:58 -06:00
Jeff Hutchins
719c10d5c4 Validate/Add settings for slave interfaces
Refs ENG-935
2012-04-17 18:10:05 -06:00
Thomas S Hatch
ac6604b269 fix #1098 2012-04-17 14:04:38 -06:00
Jeff Schroeder
02f57492e0 Merge pull request #1100 from fatbox/ssh-1083
Fix small oversight from 08b68d4 [GH-1083]
2012-04-17 11:32:21 -07:00
Evan Borgstrom
428e551660 Fix small oversight from 08b68d4 [GH-1083] 2012-04-17 14:26:52 -04:00
Thomas S Hatch
dd6ffa4e9c Fix missing components of file.stats 2012-04-17 01:21:45 -06:00
Thomas S Hatch
8969c73f83 Add file.stats function 2012-04-17 01:13:06 -06:00
Thomas S Hatch
5a36503f3d fix function spacing 2012-04-17 00:19:00 -06:00
Thomas S Hatch
87023b5659 clean up more double quotes!! 2012-04-17 00:17:07 -06:00
Thomas S Hatch
f16a4dabf8 Add new check_key options to ssh_auth state 2012-04-16 21:18:02 -06:00
Thomas S Hatch
08b68d48c2 update check_key to be more concice, step towards #1083 2012-04-16 21:13:45 -06:00
Thomas S Hatch
75b2eb8be6 Clean up cross call 2012-04-16 19:27:26 -06:00
Thomas S Hatch
0a14009c58 Merge pull request #1090 from fatbox/fix-user-state
Fix up user state [GH-1084]
2012-04-16 07:09:17 -07:00
Jeff Schroeder
b53bc2b051 Merge pull request #1088 from taavi/missing_modules_are_false
Should ImportError mean "has_*" is False?
2012-04-16 05:09:20 -07:00
Evan Borgstrom
662a5b39c3 Fix up user state [GH-1084]
The documentation said that `_changes` should return False if the user
didn't exist, which it now does, and the `present` function now detects
if `_changes` returns False and only tries to re-add if so.
2012-04-16 07:53:36 -04:00
Taavi Burns
37ded7c4e9 A couple of places where the a module fails to load, and the "has_*" should probably be False. 2012-04-16 02:09:00 -04:00
Seth House
dc9e5ed6c0 Merge pull request #1087 from taavi/fix_virtualenv
Fix module name in virtualenv docstring.
2012-04-15 23:06:08 -07:00
Seth House
b32a189948 Merge pull request #1086 from taavi/develop
Another couple of documentation bugs
2012-04-15 23:02:42 -07:00
Taavi Burns
90fd900fe0 Fix module name in virtualenv docstring. 2012-04-16 01:58:03 -04:00
Taavi Burns
dc7b86d9c9 Fix misspelling of "curly". 2012-04-16 01:33:45 -04:00