.. |
__init__.py
|
Add encoding to modules package
|
2013-09-18 22:19:41 -06:00 |
aliases.py
|
Unit tests for aliases module
|
2014-05-15 16:51:44 -06:00 |
alternatives.py
|
Remove unnecessary ©️ and :license: from file headers
|
2014-05-26 19:26:15 +01:00 |
apache.py
|
Improving salt.modules.apache doc
|
2014-08-11 09:57:17 -04:00 |
aptpkg.py
|
Merge remote-tracking branch 'upstream/2014.7' into develop
|
2014-08-21 13:23:52 -06:00 |
archive.py
|
Fix trailing whitepsace
|
2014-07-30 08:50:45 -06:00 |
at.py
|
Replace string substitution with string formatting
|
2014-04-30 22:56:32 +01:00 |
augeas_cfg.py
|
Fixed augeas import
|
2014-07-31 12:05:11 -06:00 |
aws_sqs.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
blockdev.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
bluez.py
|
salt.modules.bluez is now using __virtualname__
|
2013-10-17 12:39:25 +01:00 |
boto_asg.py
|
Return vpc_zone_identifier properly from get_config
|
2014-08-15 11:07:54 -07:00 |
boto_cloudwatch.py
|
Fix CLI example for convert_to_arn
|
2014-08-26 14:05:01 -06:00 |
boto_elasticache.py
|
Removed unused kwarg in boto_elasticache.present
|
2014-07-18 11:13:13 -06:00 |
boto_elb.py
|
Lint
|
2014-08-22 15:13:53 -06:00 |
boto_iam.py
|
modules.boto_iam: fix bad str formatting so role gets logged properly
|
2014-07-28 18:34:00 -07:00 |
boto_route53.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
boto_secgroup.py
|
Resove issue with ignored region argument https://github.com/saltstack/salt/issues/14752
|
2014-08-22 06:09:18 +00:00 |
boto_sqs.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
boto_vpc.py
|
Change LooseVersion import to pass integration.modules.Sysmod tests
|
2014-08-19 13:44:11 -06:00 |
brew.py
|
ENH: Added missing refresh option for brew.list_upgrades
|
2014-08-24 10:25:00 -07:00 |
bridge.py
|
Refactor the original NetBSD code into mostly shared code with other BSDs
|
2014-03-22 20:37:03 -07:00 |
bsd_shadow.py
|
Quiet all logging when dealing with passwords/hashes
|
2014-01-31 11:30:47 -07:00 |
cassandra.py
|
Comply to PEP-263.
|
2013-09-19 00:16:38 +01:00 |
chef.py
|
Several improvements to the chef module.
|
2014-04-17 02:02:14 +01:00 |
chocolatey.py
|
A more correct fix for 82cf61a
|
2014-08-22 22:09:42 -05:00 |
cloud.py
|
modules.cloud: add missing import of the copy module
|
2014-05-21 15:55:32 -07:00 |
cmdmod.py
|
Maybe it should be None, to match the state
|
2014-08-18 15:46:09 -06:00 |
composer.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
config.py
|
Use local bootstrap
|
2014-07-29 11:03:20 -06:00 |
cp.py
|
Cleanup cp.push and file_recv_max_size options
|
2014-08-19 10:32:01 -06:00 |
cpan.py
|
Linting
|
2014-08-23 15:59:56 -06:00 |
cron.py
|
cron: fix #11935
|
2014-04-18 09:14:21 +02:00 |
cyg.py
|
More cleanup for jenkins and remove unused code
|
2014-08-24 05:11:15 -07:00 |
cytest.pyx
|
Audit module documentation (A to D)
|
2013-08-14 19:53:09 -05:00 |
daemontools.py
|
Fix PEP8 E713 - test for membership should be "not in"
|
2014-06-06 10:41:42 +01:00 |
darwin_sysctl.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
data.py
|
read and write data in binary for msgpack
|
2014-02-07 16:13:03 -07:00 |
ddns.py
|
Fixing styles of code-blocks
|
2014-06-25 11:20:05 -06:00 |
deb_apache.py
|
Fix white-space issue
|
2014-04-30 16:08:50 +01:00 |
debconfmod.py
|
Remove logging in __virtual__ func.
|
2013-11-21 22:52:31 +01:00 |
debian_ip.py
|
updates to debian_ip and rh_ip to allow applying hostname changes immediately.
|
2014-08-21 16:45:57 -07:00 |
debian_service.py
|
Fix PEP8 E713 - test for membership should be "not in"
|
2014-06-06 10:38:33 +01:00 |
defaults.py
|
type(X) is Y ==> isinstance(X, Y)
|
2014-07-25 18:27:43 -07:00 |
dig.py
|
Remove output_loglevel='debug'
|
2014-05-16 17:50:53 -05:00 |
disk.py
|
BUG: Darwin does not necessarily need /etc/mtab present to run df for disk.usage function
|
2014-08-24 12:59:16 -07:00 |
djangomod.py
|
salt.modules.djangomod is now using __virtualname__
|
2013-10-17 11:18:36 +01:00 |
dnsmasq.py
|
Fix PEP8 E713 - test for membership should be "not in"
|
2014-06-06 11:21:27 +01:00 |
dnsutil.py
|
Fix PEP8 E713 - test for membership should be "not in"
|
2014-06-06 11:21:15 +01:00 |
dockerio.py
|
Update dockerio.py
|
2014-08-19 14:50:14 -06:00 |
dpkg.py
|
Remove output_loglevel='debug'
|
2014-05-16 17:50:53 -05:00 |
ebuild.py
|
Merge pull request #14812 from garethgreenaway/pkg_upgrade_fail_check
|
2014-08-19 21:46:22 -05:00 |
eix.py
|
Comply to PEP-263.
|
2013-09-19 00:16:38 +01:00 |
environ.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
eselect.py
|
Comply to PEP-263.
|
2013-09-19 00:16:38 +01:00 |
etcd_mod.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
event.py
|
Replaced event.fire_master_env with event.send; because awesomest
|
2014-08-14 18:47:07 -04:00 |
extfs.py
|
Not renaming, return a boolean in __virtual__() .
|
2014-03-10 17:51:53 +00:00 |
file.py
|
bugfix: only create dict key if value is not empty
|
2014-08-26 15:56:43 +07:00 |
freebsd_sysctl.py
|
Log sysctl key listing at loglevel TRACE
|
2014-03-14 10:38:29 -05:00 |
freebsdjail.py
|
Lint fixes
|
2014-08-08 16:03:13 -06:00 |
freebsdkmod.py
|
salt.modules.freebsdkmod is now using __virtualname__
|
2013-10-17 12:57:39 +01:00 |
freebsdpkg.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
freebsdports.py
|
Removed duplicate occurrences of the word "the"
|
2014-08-11 16:05:29 +02:00 |
freebsdservice.py
|
Fix PEP8 E713 - test for membership should be "not in"
|
2014-06-06 11:24:12 +01:00 |
gem.py
|
Issue 14304: add proxy parameter to gem state
|
2014-08-13 23:32:42 -06:00 |
genesis.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
gentoo_service.py
|
Fix PEP8 E713 - test for membership should be "not in"
|
2014-06-06 11:23:08 +01:00 |
gentoolkitmod.py
|
salt.modules.gentoolkitmod is now using __virtualname__
|
2013-10-17 13:22:43 +01:00 |
git.py
|
Fix docs and CLI examples for git.config_get
|
2014-08-08 13:35:22 -06:00 |
glance.py
|
Comply to PEP-263.
|
2013-09-19 00:16:38 +01:00 |
glusterfs.py
|
lint in module
|
2014-08-04 10:54:09 -06:00 |
gnomedesktop.py
|
Ignore unused imports
|
2014-02-08 06:52:20 +00:00 |
grains.py
|
Update import
|
2014-08-25 19:23:19 -05:00 |
groupadd.py
|
Correct usage of 'CLI Example' in documentation blocks
|
2014-05-14 19:29:49 +02:00 |
grub_legacy.py
|
Not all distros separate stanzas with new lines, now if in a stanza
|
2013-11-21 12:52:28 -05:00 |
guestfs.py
|
Remove hard-coded MD5 wherever possible.
|
2014-04-07 14:14:19 -06:00 |
hadoop.py
|
Replace string substitution with string formatting
|
2014-04-30 22:56:28 +01:00 |
haproxyconn.py
|
fix to use the correct number of dots
|
2014-08-21 17:34:36 -05:00 |
hashutil.py
|
Fixing more sphinx warnings and errors
|
2014-08-11 13:56:43 -04:00 |
hg.py
|
closes #14586
|
2014-07-28 20:42:56 -05:00 |
hosts.py
|
remove any trailing comments in hosts file lines, fixing issue with GCE
|
2014-06-15 02:56:52 +02:00 |
htpasswd.py
|
Removed the term "Hydrogen" from versionadded notation
|
2014-07-01 15:01:12 -06:00 |
http.py
|
Adding http libraries and modules
|
2014-08-14 13:33:12 -06:00 |
img.py
|
fix CLI example
|
2014-02-24 14:10:12 -06:00 |
incron.py
|
Fix PEP8 E713 - test for membership should be "not in"
|
2014-06-06 10:42:03 +01:00 |
influx.py
|
modules.influx: fix bad str formatting so DB is included in log messages
|
2014-07-28 17:51:26 -07:00 |
ini_manage.py
|
fix string formatting in modules.ini_manage
|
2014-07-28 15:43:28 -07:00 |
introspect.py
|
type(X) is Y ==> isinstance(X, Y)
|
2014-07-25 18:27:43 -07:00 |
ipset.py
|
closes #14568
|
2014-07-28 18:43:32 -05:00 |
iptables.py
|
Move set-mark after iptables jump
|
2014-08-26 08:21:06 -06:00 |
junos.py
|
Ignore unused imports
|
2014-02-08 06:59:50 +00:00 |
key.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
keyboard.py
|
Not renaming, return a boolean in __virtual__() .
|
2014-03-10 17:51:52 +00:00 |
keystone.py
|
Fix the wrong keystone.tenant_update param
|
2014-08-12 11:31:12 +08:00 |
kmod.py
|
Replace dash from available kernel modules by underscores
|
2014-06-04 17:46:53 +02:00 |
launchctl.py
|
ignore broken symlinks in _launchd_paths
|
2014-02-19 17:04:13 +00:00 |
layman.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
ldapmod.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
linux_acl.py
|
Linux ACL: default mask and default other
|
2014-06-14 20:37:59 +02:00 |
linux_lvm.py
|
check device names for physical volumes
|
2014-05-12 00:02:11 -05:00 |
linux_sysctl.py
|
Fix systctl parsing on no space separator
|
2014-06-11 20:36:52 +02:00 |
localemod.py
|
Improve localemod.py for Ubuntu.
|
2014-08-05 16:04:58 +02:00 |
locate.py
|
Not renaming, return a boolean in __virtual__() .
|
2014-03-10 17:51:52 +00:00 |
logadm.py
|
logadm: Have 2 blank lines before function
|
2014-05-12 15:28:36 +00:00 |
logrotate.py
|
Not renaming, return a boolean in __virtual__() .
|
2014-03-10 17:51:53 +00:00 |
lvs.py
|
Pass through arguments in lvs.zero
|
2014-04-23 08:55:06 -05:00 |
lxc.py
|
Fix exception inside lxc
|
2014-08-19 14:53:21 -06:00 |
mac_group.py
|
Check if gid exists before adding group and associated tests
|
2014-03-18 13:02:20 -06:00 |
mac_user.py
|
Lint fixes for getgroupall code
|
2014-03-14 11:11:58 -06:00 |
macports.py
|
Adding a check if the respective pkg.upgrade cmd fails.
|
2014-08-10 11:43:05 -07:00 |
makeconf.py
|
Ignore retcode and don't log
|
2014-05-01 14:24:54 -06:00 |
match.py
|
Update import
|
2014-08-25 19:23:19 -05:00 |
mdadm.py
|
Removing variables not needed. replacing values directly
|
2014-07-31 13:05:52 -06:00 |
memcached.py
|
Removed the term "Hydrogen" from versionadded notation
|
2014-07-01 15:01:12 -06:00 |
mine.py
|
In mine.send example: network.interfaces -> network.ip_addrs
|
2014-08-23 20:47:52 +03:00 |
mod_random.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
modjk.py
|
modjk & ssh modules: type(X) is Y ==> isinstance(X, Y)
|
2014-07-25 18:53:01 -07:00 |
mongodb.py
|
Stop using deprecated access to message attribute
|
2014-08-22 12:02:56 -06:00 |
monit.py
|
Fix lint
|
2014-01-29 20:35:49 -07:00 |
moosefs.py
|
Fix PEP8 E713 - test for membership should be "not in"
|
2014-06-06 11:20:16 +01:00 |
mount.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
munin.py
|
Comply to PEP-263.
|
2013-09-19 00:16:38 +01:00 |
mysql.py
|
Fix numerous typos found via Lintian
|
2014-08-11 10:46:43 -07:00 |
nagios.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
netbsd_sysctl.py
|
Log sysctl key listing at loglevel TRACE
|
2014-03-14 10:38:38 -05:00 |
netbsdservice.py
|
Fix PEP8 E713 - test for membership should be "not in"
|
2014-06-06 10:43:54 +01:00 |
network.py
|
claem up docstrings
|
2014-08-05 11:40:26 -06:00 |
nfs3.py
|
Fix various "DeprecationWarning, module not renaming, just have __virtual__ return True" messages
|
2014-03-11 18:23:42 -06:00 |
nftables.py
|
Forward merge 2014.7
|
2014-07-29 09:23:43 -06:00 |
nginx.py
|
Another DeprecationWarning.
|
2014-03-12 16:10:30 -06:00 |
nova.py
|
dammit
|
2014-08-21 19:37:07 -05:00 |
npm.py
|
Merge remote-tracking branch 'upstream/2014.7' into develop
|
2014-08-13 18:56:23 -04:00 |
omapi.py
|
Fixed statements in omapi module
|
2014-04-11 13:47:54 -04:00 |
openbsd_sysctl.py
|
Implement the sysctl state on OpenBSD.
|
2014-08-26 18:08:57 +02:00 |
openbsdpkg.py
|
Set loglevel for cmds with a lot of output to TRACE
|
2014-05-07 11:05:45 -05:00 |
openbsdrcctl.py
|
Lint fix
|
2014-08-26 09:00:20 -06:00 |
openbsdservice.py
|
Add a new virtual for OpenBSD service management: openbsdrcctl
|
2014-08-22 14:17:22 +02:00 |
openstack_config.py
|
Not renaming, return a boolean in __virtual__() .
|
2014-03-10 17:51:52 +00:00 |
oracle.py
|
Fixing pylint violations
|
2014-08-11 15:23:57 -04:00 |
osxdesktop.py
|
Under Python 2.6, curly braces in strings to .format() MUST be indexed.
|
2013-11-11 06:35:14 +00:00 |
pacman.py
|
Adding a check if the respective pkg.upgrade cmd fails.
|
2014-08-10 11:43:05 -07:00 |
pagerduty.py
|
Removed the term "Hydrogen" from versionadded notation
|
2014-07-01 15:01:12 -06:00 |
pam.py
|
Comply to PEP-263.
|
2013-09-19 00:16:38 +01:00 |
parted.py
|
closes #14561
|
2014-07-28 18:40:02 -05:00 |
pecl.py
|
Add channel support to pecl module and state
|
2014-06-26 16:40:12 -05:00 |
pillar.py
|
Update import
|
2014-08-25 19:23:19 -05:00 |
pip.py
|
Fix error message command argument
|
2014-08-16 00:47:51 -05:00 |
pkg_resource.py
|
Add clarification for pull #12678
|
2014-05-10 20:05:11 -05:00 |
pkgin.py
|
Adding a check if the respective pkg.upgrade cmd fails.
|
2014-08-10 11:43:05 -07:00 |
pkgng.py
|
Fixing lint issue in pkgpng. Reverting changes in brew.py because of unit tests failures.
|
2014-08-10 11:43:05 -07:00 |
pkgutil.py
|
Remove **kwargs from pkg.upgrade functions
|
2014-08-20 15:02:32 -06:00 |
portage_config.py
|
Catch exception in portage_config
|
2014-07-08 10:45:27 -06:00 |
postfix.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
postgres.py
|
Fix numerous typos found via Lintian
|
2014-08-11 10:46:43 -07:00 |
poudriere.py
|
Fix a bug when using default ports tree for poudriere
|
2014-03-22 21:35:56 -07:00 |
powerpath.py
|
Comply to PEP-263.
|
2013-09-19 00:16:38 +01:00 |
ps.py
|
Add checks to see if psutil version is new enough
|
2014-08-14 16:00:45 -06:00 |
publish.py
|
adding ability to move and copy scheduled jobs to another minion or minons. Also updated the publish module to be able to send keyword arguments as a list.
|
2014-07-20 17:58:18 -07:00 |
puppet.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
pw_group.py
|
salt.modules.pw_group is now using __virtualname__
|
2013-10-17 13:38:29 +01:00 |
pw_user.py
|
Add list_users() to pw_user (FreeBSD)
|
2014-08-23 12:39:19 +03:00 |
pyenv.py
|
Added support for pyenv.
|
2014-05-25 11:14:26 +03:00 |
qemu_img.py
|
Comply to PEP-263.
|
2013-09-19 00:16:38 +01:00 |
qemu_nbd.py
|
modules/qemu_nbd.py: rm unused import of yaml
|
2013-10-14 11:26:43 -07:00 |
quota.py
|
Improve quota.set function
|
2013-10-25 19:37:54 -05:00 |
rabbitmq.py
|
fix the example which uses wrong position args
|
2014-07-31 11:57:47 +07:00 |
raet_publish.py
|
Fix all RAET publish tests
|
2014-07-01 15:13:52 -06:00 |
rbenv.py
|
fix rbenv module UnboundLocalError
|
2014-07-31 15:34:41 -06:00 |
rdp.py
|
Fix PEP-8 W293, E302
|
2013-10-08 01:42:59 +01:00 |
redismod.py
|
Add versionadded to new redis modules
|
2014-07-23 11:43:37 -06:00 |
reg.py
|
Don't log in __virtual__ function.
|
2014-03-26 15:52:05 -06:00 |
rest_package.py
|
lint fixes
|
2014-02-05 09:51:17 -07:00 |
rest_sample.py
|
Remove unused imports
|
2014-02-08 06:56:28 +00:00 |
rest_service.py
|
Remove unused imports
|
2014-02-08 06:48:16 +00:00 |
ret.py
|
Comply to PEP-263.
|
2013-09-19 00:16:38 +01:00 |
rh_ip.py
|
updates to debian_ip and rh_ip to allow applying hostname changes immediately.
|
2014-08-21 16:45:57 -07:00 |
rh_service.py
|
SUSE patch from @etiennepouliot
|
2014-08-04 12:34:00 -06:00 |
riak.py
|
Not renaming, return a boolean in __virtual__() .
|
2014-03-10 17:51:53 +00:00 |
rpm.py
|
Remove unused variable
|
2014-08-10 16:47:43 +02:00 |
rsync.py
|
Removed the term "Hydrogen" from versionadded notation
|
2014-07-01 15:01:12 -06:00 |
rvm.py
|
Add cwd argument for rvm.do command
|
2014-05-23 14:17:58 -04:00 |
s3.py
|
Fix doc typos about s3.verify_ssl flag
|
2014-04-25 08:58:07 -04:00 |
saltcloudmod.py
|
Ignore unused imports
|
2014-02-08 06:51:20 +00:00 |
saltutil.py
|
Change bare exception
|
2014-08-18 11:52:25 -06:00 |
schedule.py
|
Add logger back into schedule.py
|
2014-07-31 15:30:06 -06:00 |
seed.py
|
Deprecate the prep_install option for seed.apply_
|
2014-08-01 10:52:03 -06:00 |
selinux.py
|
Wrap file open in try-except
|
2014-02-17 13:57:08 +01:00 |
sensors.py
|
Cleaning up code as per @s0undt3ch
|
2014-04-17 06:35:12 -06:00 |
serverdensity_device.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
service.py
|
modules.service.__virtual__: use raw string for regex
|
2014-08-21 12:00:23 -07:00 |
shadow.py
|
Added versionadded directives to shadow module
|
2014-08-06 09:57:55 +02:00 |
smartos_imgadm.py
|
salt.modules.smartos_imgadm is now using __virtualname__
|
2013-10-17 13:44:49 +01:00 |
smartos_vmadm.py
|
salt.modules.smartos_vmadm is now using __virtualname__
|
2013-10-17 13:45:39 +01:00 |
smf.py
|
smf support cleanup
|
2014-07-17 13:15:07 -04:00 |
smtp.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
softwareupdate.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
solaris_group.py
|
salt.modules.solaris_group is now using __virtualname__
|
2013-10-17 13:46:48 +01:00 |
solaris_shadow.py
|
improve shadow password handling on SmartOS
|
2014-01-23 14:45:50 -05:00 |
solaris_user.py
|
Lint fixes for getgroupall code
|
2014-03-14 11:11:58 -06:00 |
solarisips.py
|
corrected ling errors on solarisips.py
|
2014-07-18 17:46:39 +02:00 |
solarispkg.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
solr.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
sqlite3.py
|
Not renaming, return a boolean in __virtual__() .
|
2014-03-10 17:51:53 +00:00 |
ssh.py
|
Make auth_keys to list keys from all users
|
2014-08-23 19:02:50 +03:00 |
state.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
status.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
supervisord.py
|
Removed the term "Hydrogen" from versionadded notation
|
2014-07-01 15:01:12 -06:00 |
svn.py
|
Removed the term "Hydrogen" from versionadded notation
|
2014-07-01 15:01:12 -06:00 |
swift.py
|
Fixed put method in swift module
|
2014-08-21 14:25:07 -04:00 |
sysbench.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
sysmod.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
system.py
|
Not renaming, return a boolean in __virtual__() .
|
2014-03-10 17:51:53 +00:00 |
systemd.py
|
Pass --all when invoking systemctl list-units
|
2014-07-07 21:14:26 +10:00 |
test.py
|
Grr, typo
|
2014-08-07 11:37:06 -06:00 |
timezone.py
|
Remove output_loglevel='debug'
|
2014-05-16 17:50:53 -05:00 |
tls.py
|
Improving docs for salt.modules.tls
|
2014-08-11 11:31:56 -04:00 |
tomcat.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
twilio_notify.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
upstart.py
|
Fix PEP8 E713 - test for membership should be "not in"
|
2014-06-06 10:25:59 +01:00 |
useradd.py
|
useradd: fix OpenBSD support
|
2014-08-26 18:10:05 +02:00 |
uwsgi.py
|
Double to single quotes, minor lint space issue.
|
2014-01-29 22:41:57 -07:00 |
varnish.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
vbox_guest.py
|
vbox_guest module: addition_install: added support for fedora and ubuntu
|
2014-08-23 21:14:55 +04:00 |
virt.py
|
Correct usage of 'CLI Example' in documentation blocks
|
2014-05-14 19:29:49 +02:00 |
virtualenv_mod.py
|
Removed no_site_packages as it has been deprecated
|
2014-07-15 16:34:52 -06:00 |
win_autoruns.py
|
salt.modules.win_autoruns is now using __virtualname__
|
2013-10-17 13:51:09 +01:00 |
win_disk.py
|
Fix disk.usage units on Windows
|
2014-07-29 17:17:12 +02:00 |
win_dns_client.py
|
win_dns_client: fix get_dns_servers function, find the nic based on its name and not the driver
|
2014-05-07 11:38:49 +03:00 |
win_file.py
|
add sphinx spelling extension. enforce en_us
|
2014-07-13 13:43:33 -05:00 |
win_firewall.py
|
Fixed incorrect indentation
|
2014-05-16 21:33:20 +02:00 |
win_groupadd.py
|
salt.modules.win_groupadd is now using __virtualname__
|
2013-10-17 13:54:48 +01:00 |
win_ip.py
|
fix missing blanks in sphinx syntax
|
2013-11-27 13:07:41 +01:00 |
win_network.py
|
Fix PEP8 E713 - test for membership should be "not in"
|
2014-06-06 10:48:43 +01:00 |
win_ntp.py
|
Removed the term "Hydrogen" from versionadded notation
|
2014-07-01 15:01:12 -06:00 |
win_path.py
|
Windows state ignore index and fix bugs
|
2014-01-08 13:58:49 -07:00 |
win_pkg.py
|
Fix numerous typos found via Lintian
|
2014-08-11 10:46:43 -07:00 |
win_repo.py
|
added explicit git revision support to winrepo
|
2014-02-25 14:41:52 -08:00 |
win_servermanager.py
|
fixing win_servermanager install/remove function
|
2014-03-12 14:48:49 +02:00 |
win_service.py
|
win: use subprocess.list2cmdline to sanitize user input
|
2014-08-20 17:33:11 -04:00 |
win_shadow.py
|
salt.modules.win_shadow is now using __virtualname__
|
2013-10-17 13:58:42 +01:00 |
win_status.py
|
Remove unused imports
|
2014-02-08 06:58:52 +00:00 |
win_system.py
|
fix bad string formatting in modules.win_system.set_computer_name()
|
2014-07-28 15:47:59 -07:00 |
win_timezone.py
|
salt.modules.win_timezone is now using __virtualname__
|
2013-10-17 14:00:32 +01:00 |
win_update.py
|
Improving docs for salt.modules.win_update
|
2014-08-11 11:47:58 -04:00 |
win_useradd.py
|
Improve user.getent on Windows
|
2014-08-06 15:33:53 -06:00 |
xapi.py
|
Replace string substitution with string formatting
|
2014-04-30 22:56:32 +01:00 |
xmpp.py
|
Removed the term "Hydrogen" from versionadded notation
|
2014-07-01 15:01:12 -06:00 |
yumpkg.py
|
Adding a check if the respective pkg.upgrade cmd fails.
|
2014-08-10 11:43:05 -07:00 |
zcbuildout.py
|
Fix numerous typos found via Lintian
|
2014-08-11 10:46:43 -07:00 |
zfs.py
|
Remove output_loglevel='debug'
|
2014-05-16 17:50:53 -05:00 |
znc.py
|
Changed versionadded for modules
|
2014-07-15 18:43:24 -06:00 |
zpool.py
|
Fix PEP8 E713 - test for membership should be "not in"
|
2014-06-06 11:20:00 +01:00 |
zypper.py
|
Merge pull request #14812 from garethgreenaway/pkg_upgrade_fail_check
|
2014-08-19 21:46:22 -05:00 |