Commit Graph

9719 Commits

Author SHA1 Message Date
Thomas S Hatch
6628da8252 Merge pull request #3117 from jacksontj/develop
Added check for version string.
2013-01-02 12:32:07 -08:00
Thomas Jackson
65c1db6ef0 Added check for version string. Previously this state would be true if ANY package version was installed regardless of version specified 2013-01-02 12:29:09 -08:00
Thomas S Hatch
b210febaca Merge pull request #3115 from techhat/language
Add locale (language) state module
2013-01-02 11:49:54 -08:00
Joseph Hall
a272d72f6e Change example to actually use a valid locale 2013-01-02 12:49:33 -07:00
Joseph Hall
8398e2abe0 Add locale (language) state module 2013-01-02 12:46:15 -07:00
Thomas S Hatch
9bfa7db26a Merge pull request #3114 from techhat/keyboard
Add __virtual__ to keyboard state
2013-01-02 11:35:12 -08:00
Joseph Hall
eaebdb3f00 Add __virtual__ to keyboard state 2013-01-02 12:32:54 -07:00
Thomas S Hatch
78e897e43f Merge pull request #3113 from techhat/keyboard
Add state file for keyboard layout
2013-01-02 11:23:41 -08:00
Joseph Hall
31459dedeb Add state file for keyboard layout 2013-01-02 12:21:04 -07:00
Thomas S Hatch
0652304f1c Fix #2947 2013-01-01 21:34:48 -07:00
Thomas S Hatch
12e7ee1500 Add fileserver backend doc to the toc 2013-01-01 16:58:12 -07:00
Thomas S Hatch
3369f1431a Add fileserver backend docs 2013-01-01 16:58:12 -07:00
Thomas S Hatch
a1fc41fdb1 Merge pull request #3108 from FireHost/fix_setup_py_frozen_build
Refine esky support in setup.py
2013-01-01 15:17:09 -08:00
Aaron Tygart
b50cd76a25 Refine esky support in setup.py
* Add HAS_ESKY flag based on import tests rather than command line
  arguments.
* Add comments on reasoning for some setup kwargs
* Fix append bug for wmi dependency
* Revert part of e70d70aa75. Esky uses
  those kwargs regardless of the distribution stack used.
* Remove unused 'libraries' variable
2013-01-01 16:49:26 -06:00
Thomas S Hatch
699e83e240 update the master config with fileserver_backend data 2013-01-01 14:56:26 -07:00
Thomas S Hatch
a9166b72c9 Forgot to set the found flag! 2013-01-01 14:34:48 -07:00
Thomas S Hatch
596e536122 Fix environment tracking issues and add write lock system 2013-01-01 13:33:22 -07:00
Thomas S Hatch
a76a2e6884 Prevent double environments fomr unconfigured interfaces 2013-01-01 13:32:33 -07:00
Thomas S Hatch
bf4501c1bd Fix bug in environment gathering on the master 2013-01-01 13:31:35 -07:00
Thomas S Hatch
19fbdde46a Merge pull request #3104 from torhve/virt-fixes
Fix exception when source didn't include file or dev.
2013-01-01 08:17:03 -08:00
Tor Hveem
47f1dd45a7 Fix exception when source didn't include file or dev.
Add support for network disks parsing
2013-01-01 12:48:45 +01:00
David Boucha
ecd5f800ba Merge pull request #3103 from UtahDave/add_winrepo_docs
Fix typo. First Pull Request of 2013!!
2012-12-31 23:46:38 -08:00
David Boucha
f16906bb79 Fix typo. 2013-01-01 00:44:49 -07:00
Pedro Algarvio
db831a81dd Merge pull request #3102 from s0undt3ch/hotfix/pylint/W0102
Some more PyLint fixes. W0102
2012-12-31 16:59:43 -08:00
Thomas S Hatch
111226e900 Make mopts patch in backend environments 2012-12-31 17:55:16 -07:00
Pedro Algarvio
292d4c6653 Merge branch 'develop' of github.com:saltstack/salt into hotfix/pylint/W0102 2013-01-01 00:48:16 +00:00
Thomas S Hatch
37945ab2d6 make find_file in gitfs public 2012-12-31 17:32:30 -07:00
Thomas S Hatch
8160e2a675 get rid of a stray print 2012-12-31 17:15:19 -07:00
Thomas S Hatch
31c6f99b9e fix another is/in error 2012-12-31 17:13:48 -07:00
Thomas S Hatch
d29d9d46f3 typo in is/in 2012-12-31 17:04:29 -07:00
Thomas S Hatch
8af6d41965 revert change to file_roots since the config has moved 2012-12-31 16:58:16 -07:00
Thomas S Hatch
2695537624 Fix issues with change in fileserver ret format 2012-12-31 16:55:54 -07:00
Thomas S Hatch
dd9d07802f make find_file changes 2012-12-31 16:46:58 -07:00
Thomas S Hatch
24ec6492a5 gen_back not get_back 2012-12-31 16:39:13 -07:00
Thomas S Hatch
b076a1b9bc Clean up initilization issues with fs changes 2012-12-31 16:19:51 -07:00
Thomas S Hatch
44cbd1b3bb Fix ref to correct class for the Fileserver 2012-12-31 16:16:45 -07:00
Thomas S Hatch
88b0a2b730 Move fnd to an arg to reduce overhead 2012-12-31 16:11:34 -07:00
Thomas S Hatch
e601a49bcf change the gitfs config to gitfs_remotes 2012-12-31 16:07:01 -07:00
Thomas S Hatch
0315ec7fef Add envs func to roots file server backend 2012-12-31 16:04:10 -07:00
Thomas S Hatch
d458310da1 Update fileserver refs to use the fileserver class 2012-12-31 16:00:56 -07:00
Thomas S Hatch
e9eee2dcba Add fileserver wrapper class 2012-12-31 15:52:06 -07:00
Thomas S Hatch
ff83f58a1a take backends as a list 2012-12-31 15:52:06 -07:00
Thomas S Hatch
02dcca7fca changing fileserver_backend to be a list 2012-12-31 15:52:06 -07:00
Pedro Algarvio
b203640433 Fix PyLint W0102 on salt.states.mount. Refs #1775 2012-12-31 22:43:41 +00:00
Pedro Algarvio
5a85432bd1 Fix PyLint W0102 on salt.states.ssh_auth. Refs #1775 2012-12-31 22:41:45 +00:00
Pedro Algarvio
5473bd7b70 Fix PyLint W0102 on salt.states.file. Refs #1775 2012-12-31 22:39:59 +00:00
Pedro Algarvio
171389b718 List sorting by len does not require lambda. PEP8. Refs #1775. 2012-12-31 22:37:57 +00:00
Pedro Algarvio
b50dfa2b5f Fix PyLint W0102 on salt.cli.cp. Refs #1775 2012-12-31 22:22:26 +00:00
Pedro Algarvio
e181ecc57c Fix PyLint W0102 on salt.modules.puppet + PEP8 + Remove un-used imports. Refs #1775 2012-12-31 22:21:14 +00:00
Pedro Algarvio
957f5e39fc Fix PyLint W0102 on salt.modules.kvm_hyper + PEP8. Refs #1775 2012-12-31 22:15:43 +00:00