Commit Graph

16871 Commits

Author SHA1 Message Date
Pedro Algarvio
aea94fd6a2 Another example test case. 2013-08-22 19:02:18 +01:00
Pedro Algarvio
f8618e1515 Don't quote the package name in the state. It will properly quoted in in the pip module. 2013-08-22 19:02:18 +01:00
Pedro Algarvio
fcbed9a2e5 Make sure package names are properly quoted. 2013-08-22 19:02:18 +01:00
Pedro Algarvio
e70827371f Some more requirements parsing tests 2013-08-22 19:02:18 +01:00
Pedro Algarvio
58ad040872 Use pip.req for parsing package requirements. Minimal tests. 2013-08-22 19:02:17 +01:00
Pedro Algarvio
1a12829637 Switched arguments in SaltReturnAssertsMixIn.assertInSaltReturn() 2013-08-22 19:02:17 +01:00
Pedro Algarvio
2c09600ea4 Switched arguments in SaltReturnAssertsMixIn.assertNotInSaltReturn() 2013-08-22 19:02:17 +01:00
Pedro Algarvio
ae5d9f5038 Switched arguments in SaltReturnAssertsMixIn.assertNotInSaltComment() 2013-08-22 19:02:17 +01:00
Pedro Algarvio
b880af89e1 Switched arguments in SaltReturnAssertsMixIn.assertInSaltComment() 2013-08-22 19:02:17 +01:00
Pedro Algarvio
4f8c630c62 Since there's no state module rename, a True or False is good enough. 2013-08-22 19:02:17 +01:00
Pedro Algarvio
b3b2eac8a8 Get the package name from egg=<package-name>. Refs #6643. 2013-08-22 19:02:17 +01:00
Joseph Hall
1b222ee871 Merge pull request #6852 from terminalmage/docs
Fix sphinx-build errors due to improper indentation
2013-08-22 08:02:41 -07:00
Erik Johnson
dc615ccb7d Fix sphinx-build errors due to improper indentation
This commit fixes some build errors and also formats the list of flags
as a bulleted list. The previous way this list was formatted did not
have any line breaks.
2013-08-22 08:07:46 -06:00
Joseph Hall
5aeda078df Merge pull request #6849 from s0undt3ch/hotfix/lint
Fix no spaces before operator.
2013-08-22 06:35:57 -07:00
Pedro Algarvio
f9176a9064 Let's try Popen. 2013-08-22 12:27:58 +01:00
Pedro Algarvio
e817f0087a Redirect stderr to stdout. 2013-08-22 11:59:25 +01:00
Pedro Algarvio
a74ae27456 Redirect stderr to stdout if asked. 2013-08-22 11:59:00 +01:00
Pedro Algarvio
5bfcbdb914 communicate() first returns stdout not stderr. 2013-08-22 11:16:23 +01:00
Pedro Algarvio
d4ac22797c Merge pull request #6847 from terminalmage/docs
Add lines for {net,open}bsdservice to State Providers doc
2013-08-22 01:36:17 -07:00
Pedro Algarvio
2174e8cb49 Fix no spaces before operator. 2013-08-22 09:34:49 +01:00
Erik Johnson
38f1bc33cf Add lines for {net,open}bsdservice to State Providers doc
These lines were left incomplete in f15ce62, this commit finishes them.
2013-08-21 20:39:24 -06:00
David Boucha
7d353d91ca Merge pull request #6844 from terminalmage/docs
Add more information on overriding providers
2013-08-21 17:05:50 -07:00
Erik Johnson
92859fef05 Merge pull request #6845 from UtahDave/fix_windows_blowups
Fix windows blowups from imports of unavailable modules
2013-08-21 16:59:34 -07:00
David Boucha
c7bea5dc61 Change to HAS_ALL_IMPORTS for clarity 2013-08-21 17:57:42 -06:00
David Boucha
29bf69b102 Add csv to items that are blowing up Windows. :) 2013-08-21 17:37:55 -06:00
David Boucha
509994feaa Add virtual function to not blow up Windows 2013-08-21 17:31:56 -06:00
David Boucha
bdd8434fdc Add virtual function so it doesn't blow up windows 2013-08-21 17:28:07 -06:00
David Boucha
98927b6a66 move dom import to try/except.
Windows barfs on from xml.dom import minidom
2013-08-21 17:18:34 -06:00
Erik Johnson
83de87ac23 Fix sphinx build warning 2013-08-21 16:52:46 -06:00
Erik Johnson
f15ce62cea Add more information on overriding providers
As noted in IRC, if you are using a custom linux spin or derivative, it
may not be apparent which provider to use when overriding providers in
the minion config file. This commit adds a massive table for the pkg,
service, user, and group providers which explains how they are used, to
help guide the user to the correct decision when specifying a provider
override.
2013-08-21 16:49:25 -06:00
Pedro Algarvio
0860da1852 Add debug print to check if communicate is doin' the right thing. 2013-08-21 23:41:27 +01:00
Colton Myers
045a47ef9c Merge pull request #6842 from UtahDave/fix_windows_user.present
Fix windows user.present so groups are set correctly the first run
2013-08-21 15:37:56 -07:00
Pedro Algarvio
7db576d0a0 Flush spooled temporary files before reading back the data contained. 2013-08-21 23:33:44 +01:00
David Boucha
00c17d54b0 Set groups and full name properly first run 2013-08-21 16:30:15 -06:00
David Boucha
8c4b147378 improve group mgmnt in user.present on Windows 2013-08-21 16:12:24 -06:00
Thomas S Hatch
ea9e612c75 Merge pull request #6836 from basepi/contains6817
Make sure text is a string for file.contains, Fix #6817
2013-08-21 15:06:17 -07:00
Thomas S Hatch
cf458822f0 Merge pull request #6840 from s0undt3ch/hotfix/fix-gitfs-root
Keep old behaviour if `gitfs_root` is not set or is set to an empty string
2013-08-21 15:05:35 -07:00
David Boucha
6e5967d4a2 strip both spaces and * from Group names 2013-08-21 16:03:14 -06:00
Pedro Algarvio
3840e3ca3e Keep old behaviour if gitfs_root is not set or is set to an empty string. 2013-08-21 23:03:12 +01:00
Thomas S Hatch
f739334243 Merge pull request #6834 from jacksontj/develop
Move fileclient local hashing to use utils
2013-08-21 14:58:53 -07:00
Pedro Algarvio
f6e17f7b66 Merge pull request #6841 from s0undt3ch/develop
Fix bug introduced in fcfe3a9 when changing argspec to use the named tuple
2013-08-21 14:50:28 -07:00
Pedro Algarvio
c323143ba0 Fix bug introduced in fcfe3a9 when changing argspec to use the named tuple 2013-08-21 22:45:11 +01:00
David Boucha
36f9ddc2bb On Windows remove spaces and * from group names 2013-08-21 15:34:57 -06:00
David Boucha
3c6cec6dfd Add any groups that are passed in as options 2013-08-21 15:09:57 -06:00
Joseph Hall
7647993c9e Merge pull request #6837 from s0undt3ch/develop
Don't fail if there's nothing to feed to `max()`.
2013-08-21 13:49:44 -07:00
Pedro Algarvio
7af5e4af7b Don't fail if there's nothing to feed to max(). 2013-08-21 21:48:25 +01:00
Pedro Algarvio
fe62282d67 Merge pull request #6835 from cvrebert/patch-2
deprecations.rst: fix grammar: it's => its
2013-08-21 13:45:57 -07:00
Colton Myers
4204868cfb Make sure text is a string for file.contains, Fix #6817 2013-08-21 14:45:27 -06:00
Colton Myers
9a932ab8db Fix some formatting (pep8) 2013-08-21 14:45:19 -06:00
Chris Rebert
193bd841ac deprecations.rst: fix grammar: it's => its 2013-08-21 13:42:39 -07:00