Skip to content

Instantly share code, notes, and snippets.

@chuyskywalker
Last active January 2, 2016 06:48
Show Gist options
  • Save chuyskywalker/8265547 to your computer and use it in GitHub Desktop.
Save chuyskywalker/8265547 to your computer and use it in GitHub Desktop.
Salt init, empty top.sls @ 1 minutes
Virtualbox
613mb ram
CentOS6.4
- based on this box: https://github.com/2creatives/vagrant-centos/releases/download/v6.5.2/centos65-x86_64-20131219.box
- from this fellow: https://github.com/2creatives/vagrant-centos/
Just a basic, masterless provision that takes 1 minutes to run.
Minion file looks like:
master: localhost
file_client: local
file_roots:
base:
- /synced/salt
Thanks!
[vagrant@vagrant-centos65 ~]$ time sudo salt-call --local state.highstate -l all test=True
[DEBUG ] Reading configuration from /etc/salt/minion
[INFO ] Using cached minion ID: vagrant-centos65.vagrantup.com
[DEBUG ] loading log_handlers in ['/var/cache/salt/minion/extmods/log_handlers', '/usr/lib/python2.6/site-packages/salt/log/handlers']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/log_handlers, it is not a directory
[DEBUG ] None of the required configuration sections, 'logstash_udp_handler' and 'logstash_zmq_handler', were found the in the configuration. Not loading the Logstash logging handlers module.
[DEBUG ] Configuration file path: /etc/salt/minion
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] loading grain in ['/var/cache/salt/minion/extmods/grains', '/usr/lib/python2.6/site-packages/salt/grains']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/grains, it is not a directory
[TRACE ] Added core.append_domain to grain
[TRACE ] Added core.fqdn_ip4 to grain
[TRACE ] Added core.fqdn_ip6 to grain
[TRACE ] Added core.get_master to grain
[TRACE ] Added core.get_server_id to grain
[TRACE ] Added core.hostname to grain
[TRACE ] Added core.id_ to grain
[TRACE ] Added core.ip4 to grain
[TRACE ] Added core.ip6 to grain
[TRACE ] Added core.ip_interfaces to grain
[TRACE ] Added core.locale_info to grain
[TRACE ] Added core.os_data to grain
[TRACE ] Added core.path to grain
[TRACE ] Added core.pythonpath to grain
[TRACE ] Added core.pythonversion to grain
[TRACE ] Added core.saltpath to grain
[TRACE ] Added core.saltversion to grain
[TRACE ] Added core.saltversioninfo to grain
[TRACE ] Added opts.opts to grain
[TRACE ] Added extra.config to grain
[TRACE ] Added extra.shell to grain
[TRACE ] 'dmidecode' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'smbios' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'dmidecode' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] loading module in ['/var/cache/salt/minion/extmods/modules', '/usr/lib/python2.6/site-packages/salt/modules']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/modules, it is not a directory
[TRACE ] 'zfs' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded localemod as virtual locale
[TRACE ] Added locale.get_locale to module
[TRACE ] Added locale.list_avail to module
[TRACE ] Added locale.set_locale to module
[TRACE ] 'semanage' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded groupadd as virtual group
[TRACE ] Added group.add to module
[TRACE ] Added group.chgid to module
[TRACE ] Added group.delete to module
[TRACE ] Added group.getent to module
[TRACE ] Added group.info to module
[TRACE ] Added alternatives.auto to module
[TRACE ] Added alternatives.check_installed to module
[TRACE ] Added alternatives.display to module
[TRACE ] Added alternatives.install to module
[TRACE ] Added alternatives.remove to module
[TRACE ] Added alternatives.set to module
[TRACE ] Added alternatives.show_current to module
[TRACE ] Added ret.get_fun to module
[TRACE ] Added ret.get_jid to module
[TRACE ] Added ret.get_jids to module
[TRACE ] Added ret.get_minions to module
[TRACE ] Added disk.inodeusage to module
[TRACE ] Added disk.usage to module
[DEBUG ] Loaded yumpkg as virtual pkg
[TRACE ] Added pkg.available_version to module
[TRACE ] Added pkg.check_db to module
[TRACE ] Added pkg.clean_metadata to module
[TRACE ] Added pkg.del_repo to module
[TRACE ] Added pkg.expand_repo_def to module
[TRACE ] Added pkg.file_dict to module
[TRACE ] Added pkg.file_list to module
[TRACE ] Added pkg.get_repo to module
[TRACE ] Added pkg.group_diff to module
[TRACE ] Added pkg.group_info to module
[TRACE ] Added pkg.group_install to module
[TRACE ] Added pkg.group_list to module
[TRACE ] Added pkg.install to module
[TRACE ] Added pkg.latest_version to module
[TRACE ] Added pkg.list_pkgs to module
[TRACE ] Added pkg.list_repos to module
[TRACE ] Added pkg.list_upgrades to module
[TRACE ] Added pkg.mod_repo to module
[TRACE ] Added pkg.purge to module
[TRACE ] Added pkg.refresh_db to module
[TRACE ] Added pkg.remove to module
[TRACE ] Added pkg.upgrade to module
[TRACE ] Added pkg.upgrade_available to module
[TRACE ] Added pkg.verify to module
[TRACE ] Added pkg.version to module
[TRACE ] Added aliases.get_target to module
[TRACE ] Added aliases.has_target to module
[TRACE ] Added aliases.list_aliases to module
[TRACE ] Added aliases.rm_alias to module
[TRACE ] Added aliases.set_target to module
[TRACE ] Added img.bootstrap to module
[TRACE ] Added img.mnt_image to module
[TRACE ] Added img.mount_image to module
[TRACE ] Added img.umount_image to module
[TRACE ] Added match.compound to module
[TRACE ] Added match.data to module
[TRACE ] Added match.glob to module
[TRACE ] Added match.grain to module
[TRACE ] Added match.grain_pcre to module
[TRACE ] Added match.ipcidr to module
[TRACE ] Added match.list to module
[TRACE ] Added match.pcre to module
[TRACE ] Added match.pillar to module
[TRACE ] 'sysbench' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added iptables.append to module
[TRACE ] Added iptables.build_rule to module
[TRACE ] Added iptables.check to module
[TRACE ] Added iptables.delete to module
[TRACE ] Added iptables.flush to module
[TRACE ] Added iptables.get_policy to module
[TRACE ] Added iptables.get_rules to module
[TRACE ] Added iptables.get_saved_policy to module
[TRACE ] Added iptables.get_saved_rules to module
[TRACE ] Added iptables.insert to module
[TRACE ] Added iptables.save to module
[TRACE ] Added iptables.set_policy to module
[TRACE ] Added iptables.version to module
[TRACE ] Added supervisord.add to module
[TRACE ] Added supervisord.custom to module
[TRACE ] Added supervisord.remove to module
[TRACE ] Added supervisord.reread to module
[TRACE ] Added supervisord.restart to module
[TRACE ] Added supervisord.start to module
[TRACE ] Added supervisord.status to module
[TRACE ] Added supervisord.status_raw to module
[TRACE ] Added supervisord.stop to module
[TRACE ] Added supervisord.update to module
[DEBUG ] Loaded linux_sysctl as virtual sysctl
[TRACE ] Added sysctl.assign to module
[TRACE ] Added sysctl.default_config to module
[TRACE ] Added sysctl.get to module
[TRACE ] Added sysctl.persist to module
[TRACE ] Added sysctl.show to module
[DEBUG ] Loaded rh_service as virtual service
[TRACE ] Added service.available to module
[TRACE ] Added service.disable to module
[TRACE ] Added service.disabled to module
[TRACE ] Added service.enable to module
[TRACE ] Added service.enabled to module
[TRACE ] Added service.get_all to module
[TRACE ] Added service.get_disabled to module
[TRACE ] Added service.get_enabled to module
[TRACE ] Added service.reload to module
[TRACE ] Added service.restart to module
[TRACE ] Added service.start to module
[TRACE ] Added service.status to module
[TRACE ] Added service.stop to module
[TRACE ] 'nzbget' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added nginx.configtest to module
[TRACE ] Added nginx.signal to module
[TRACE ] Added nginx.version to module
[TRACE ] Added ssh.auth_keys to module
[TRACE ] Added ssh.check_key to module
[TRACE ] Added ssh.check_key_file to module
[TRACE ] Added ssh.check_known_host to module
[TRACE ] Added ssh.get_known_host to module
[TRACE ] Added ssh.host_keys to module
[TRACE ] Added ssh.recv_known_host to module
[TRACE ] Added ssh.rm_auth_key to module
[TRACE ] Added ssh.rm_known_host to module
[TRACE ] Added ssh.set_auth_key to module
[TRACE ] Added ssh.set_auth_key_from_file to module
[TRACE ] Added ssh.set_known_host to module
[TRACE ] Added shadow.default_hash to module
[TRACE ] Added shadow.info to module
[TRACE ] Added shadow.set_date to module
[TRACE ] Added shadow.set_inactdays to module
[TRACE ] Added shadow.set_maxdays to module
[TRACE ] Added shadow.set_mindays to module
[TRACE ] Added shadow.set_password to module
[TRACE ] Added shadow.set_warndays to module
[TRACE ] Added gem.install to module
[TRACE ] Added gem.list to module
[TRACE ] Added gem.sources_add to module
[TRACE ] Added gem.sources_list to module
[TRACE ] Added gem.sources_remove to module
[TRACE ] Added gem.uninstall to module
[TRACE ] Added gem.update to module
[TRACE ] Added gem.update_system to module
[TRACE ] Added pillar.data to module
[TRACE ] Added pillar.ext to module
[TRACE ] Added pillar.get to module
[TRACE ] Added pillar.item to module
[TRACE ] Added pillar.items to module
[TRACE ] Added pillar.raw to module
[TRACE ] 'dig' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'rabbitmqctl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added hosts.add_host to module
[TRACE ] Added hosts.get_alias to module
[TRACE ] Added hosts.get_ip to module
[TRACE ] Added hosts.has_pair to module
[TRACE ] Added hosts.list_hosts to module
[TRACE ] Added hosts.rm_host to module
[TRACE ] Added hosts.set_host to module
[TRACE ] 'zpool' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded parted as virtual partition
[TRACE ] Added partition.align_check to module
[TRACE ] Added partition.check to module
[TRACE ] Added partition.cp to module
[TRACE ] Added partition.get_id to module
[TRACE ] Added partition.mkfs to module
[TRACE ] Added partition.mklabel to module
[TRACE ] Added partition.mkpart to module
[TRACE ] Added partition.mkpartfs to module
[TRACE ] Added partition.name to module
[TRACE ] Added partition.list to module
[TRACE ] Added partition.probe to module
[TRACE ] Added partition.rescue to module
[TRACE ] Added partition.resize to module
[TRACE ] Added partition.rm to module
[TRACE ] Added partition.set to module
[TRACE ] Added partition.set_id to module
[TRACE ] Added partition.system_types to module
[TRACE ] Added partition.toggle to module
[TRACE ] 'qemu-nbd' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added keyboard.get_sys to module
[TRACE ] Added keyboard.get_x to module
[TRACE ] Added keyboard.set_sys to module
[TRACE ] Added keyboard.set_x to module
[TRACE ] 'mfsgetgoal' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added cron.list_tab to module
[TRACE ] Added cron.ls to module
[TRACE ] Added cron.raw_cron to module
[TRACE ] Added cron.rm to module
[TRACE ] Added cron.rm_env to module
[TRACE ] Added cron.rm_job to module
[TRACE ] Added cron.set_env to module
[TRACE ] Added cron.set_job to module
[TRACE ] Added cron.set_special to module
[TRACE ] Added cron.write_cron_file to module
[TRACE ] Added cron.write_cron_file_verbose to module
[TRACE ] Added modjk.bulk_activate to module
[TRACE ] Added modjk.bulk_disable to module
[TRACE ] Added modjk.bulk_recover to module
[TRACE ] Added modjk.bulk_stop to module
[TRACE ] Added modjk.dump_config to module
[TRACE ] Added modjk.get_running to module
[TRACE ] Added modjk.lb_edit to module
[TRACE ] Added modjk.list_configured_members to module
[TRACE ] Added modjk.recover_all to module
[TRACE ] Added modjk.reset_stats to module
[TRACE ] Added modjk.version to module
[TRACE ] Added modjk.worker_activate to module
[TRACE ] Added modjk.worker_disable to module
[TRACE ] Added modjk.worker_edit to module
[TRACE ] Added modjk.worker_recover to module
[TRACE ] Added modjk.worker_status to module
[TRACE ] Added modjk.worker_stop to module
[TRACE ] Added modjk.workers to module
[DEBUG ] Loaded mdadm as virtual raid
[TRACE ] Added raid.create to module
[TRACE ] Added raid.destroy to module
[TRACE ] Added raid.detail to module
[TRACE ] Added raid.list to module
[TRACE ] Added event.fire to module
[TRACE ] Added event.fire_master to module
[TRACE ] Added kmod.available to module
[TRACE ] Added kmod.check_available to module
[TRACE ] Added kmod.is_loaded to module
[TRACE ] Added kmod.load to module
[TRACE ] Added kmod.lsmod to module
[TRACE ] Added kmod.mod_list to module
[TRACE ] Added kmod.remove to module
[DEBUG ] Loaded linux_acl as virtual acl
[TRACE ] Added acl.delfacl to module
[TRACE ] Added acl.getfacl to module
[TRACE ] Added acl.modfacl to module
[TRACE ] Added acl.version to module
[TRACE ] Added acl.wipefacls to module
[DEBUG ] Loaded sysmod as virtual sys
[TRACE ] Added sys.argspec to module
[TRACE ] Added sys.doc to module
[TRACE ] Added sys.list_functions to module
[TRACE ] Added sys.list_modules to module
[TRACE ] Added sys.reload_modules to module
[TRACE ] Added network.arp to module
[TRACE ] Added network.dig to module
[TRACE ] Added network.hw_addr to module
[TRACE ] Added network.hwaddr to module
[TRACE ] Added network.in_subnet to module
[TRACE ] Added network.interfaces to module
[TRACE ] Added network.ip_addrs to module
[TRACE ] Added network.ip_addrs6 to module
[TRACE ] Added network.ipaddrs to module
[TRACE ] Added network.ipaddrs6 to module
[TRACE ] Added network.netstat to module
[TRACE ] Added network.ping to module
[TRACE ] Added network.subnets to module
[TRACE ] Added network.traceroute to module
[TRACE ] Added publish.full_data to module
[TRACE ] Added publish.publish to module
[TRACE ] Added publish.runner to module
[TRACE ] Added state.clear_cache to module
[TRACE ] Added state.high to module
[TRACE ] Added state.highstate to module
[TRACE ] Added state.low to module
[TRACE ] Added state.pkg to module
[TRACE ] Added state.running to module
[TRACE ] Added state.show_highstate to module
[TRACE ] Added state.show_low_sls to module
[TRACE ] Added state.show_lowstate to module
[TRACE ] Added state.show_sls to module
[TRACE ] Added state.show_top to module
[TRACE ] Added state.single to module
[TRACE ] Added state.sls to module
[TRACE ] Added state.template to module
[TRACE ] Added state.template_str to module
[TRACE ] Added state.top to module
[TRACE ] Added locate.locate to module
[TRACE ] Added locate.stats to module
[TRACE ] Added locate.updatedb to module
[TRACE ] Added locate.version to module
[TRACE ] Added dnsutil.A to module
[TRACE ] Added dnsutil.MX to module
[TRACE ] Added dnsutil.NS to module
[TRACE ] Added dnsutil.SPF to module
[TRACE ] Added dnsutil.check_ip to module
[TRACE ] Added dnsutil.hosts_append to module
[TRACE ] Added dnsutil.hosts_remove to module
[TRACE ] Added dnsutil.parse_hosts to module
[TRACE ] Added dnsutil.parse_zone to module
[TRACE ] Added test.arg to module
[TRACE ] Added test.arg_repr to module
[TRACE ] Added test.arg_type to module
[TRACE ] Added test.collatz to module
[TRACE ] Added test.conf_test to module
[TRACE ] Added test.cross_test to module
[TRACE ] Added test.echo to module
[TRACE ] Added test.fib to module
[TRACE ] Added test.get_opts to module
[TRACE ] Added test.kwarg to module
[TRACE ] Added test.not_loaded to module
[TRACE ] Added test.opts_pkg to module
[TRACE ] Added test.outputter to module
[TRACE ] Added test.ping to module
[TRACE ] Added test.provider to module
[TRACE ] Added test.providers to module
[TRACE ] Added test.rand_sleep to module
[TRACE ] Added test.retcode to module
[TRACE ] Added test.sleep to module
[TRACE ] Added test.tty to module
[TRACE ] Added test.version to module
[TRACE ] Added test.versions_information to module
[TRACE ] Added test.versions_report to module
[TRACE ] Added key.finger to module
[TRACE ] 'apachectl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'solr' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'apache-solr' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added saltutil.cmd to module
[TRACE ] Added saltutil.cmd_iter to module
[TRACE ] Added saltutil.find_job to module
[TRACE ] Added saltutil.is_running to module
[TRACE ] Added saltutil.kill_job to module
[TRACE ] Added saltutil.refresh_modules to module
[TRACE ] Added saltutil.refresh_pillar to module
[TRACE ] Added saltutil.regen_keys to module
[TRACE ] Added saltutil.revoke_auth to module
[TRACE ] Added saltutil.running to module
[TRACE ] Added saltutil.signal_job to module
[TRACE ] Added saltutil.sync_all to module
[TRACE ] Added saltutil.sync_grains to module
[TRACE ] Added saltutil.sync_modules to module
[TRACE ] Added saltutil.sync_outputters to module
[TRACE ] Added saltutil.sync_renderers to module
[TRACE ] Added saltutil.sync_returners to module
[TRACE ] Added saltutil.sync_states to module
[TRACE ] Added saltutil.term_job to module
[TRACE ] Added saltutil.update to module
[TRACE ] 'guestmount' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added extfs.attributes to module
[TRACE ] Added extfs.blocks to module
[TRACE ] Added extfs.dump to module
[TRACE ] Added extfs.mkfs to module
[TRACE ] Added extfs.tune to module
[TRACE ] 'lxc' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added dnsmasq.fullversion to module
[TRACE ] Added dnsmasq.get_config to module
[TRACE ] Added dnsmasq.set_config to module
[TRACE ] Added dnsmasq.version to module
[TRACE ] Added nfs3.del_export to module
[TRACE ] Added nfs3.list_exports to module
[TRACE ] 'facter' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added cp.cache_dir to module
[TRACE ] Added cp.cache_file to module
[TRACE ] Added cp.cache_files to module
[TRACE ] Added cp.cache_local_file to module
[TRACE ] Added cp.cache_master to module
[TRACE ] Added cp.get_dir to module
[TRACE ] Added cp.get_file to module
[TRACE ] Added cp.get_file_str to module
[TRACE ] Added cp.get_template to module
[TRACE ] Added cp.get_url to module
[TRACE ] Added cp.hash_file to module
[TRACE ] Added cp.is_cached to module
[TRACE ] Added cp.list_master to module
[TRACE ] Added cp.list_master_dirs to module
[TRACE ] Added cp.list_minion to module
[TRACE ] Added cp.list_states to module
[TRACE ] Added cp.push to module
[TRACE ] Added cp.recv to module
[DEBUG ] Loaded rpm as virtual lowpkg
[TRACE ] Added lowpkg.file_dict to module
[TRACE ] Added lowpkg.file_list to module
[TRACE ] Added lowpkg.list_pkgs to module
[TRACE ] Added lowpkg.verify to module
[TRACE ] Added system.halt to module
[TRACE ] Added system.init to module
[TRACE ] Added system.poweroff to module
[TRACE ] Added system.reboot to module
[TRACE ] Added system.shutdown to module
[DEBUG ] Loaded djangomod as virtual django
[TRACE ] Added django.collectstatic to module
[TRACE ] Added django.command to module
[TRACE ] Added django.createsuperuser to module
[TRACE ] Added django.loaddata to module
[TRACE ] Added django.syncdb to module
[TRACE ] 'htpasswd' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded useradd as virtual user
[TRACE ] Added user.add to module
[TRACE ] Added user.chfullname to module
[TRACE ] Added user.chgid to module
[TRACE ] Added user.chgroups to module
[TRACE ] Added user.chhome to module
[TRACE ] Added user.chhomephone to module
[TRACE ] Added user.chroomnumber to module
[TRACE ] Added user.chshell to module
[TRACE ] Added user.chuid to module
[TRACE ] Added user.chworkphone to module
[TRACE ] Added user.delete to module
[TRACE ] Added user.getent to module
[TRACE ] Added user.info to module
[TRACE ] Added user.list_groups to module
[TRACE ] Added user.list_users to module
[TRACE ] Added git.add to module
[TRACE ] Added git.archive to module
[TRACE ] Added git.checkout to module
[TRACE ] Added git.clone to module
[TRACE ] Added git.commit to module
[TRACE ] Added git.config_get to module
[TRACE ] Added git.config_set to module
[TRACE ] Added git.current_branch to module
[TRACE ] Added git.describe to module
[TRACE ] Added git.fetch to module
[TRACE ] Added git.init to module
[TRACE ] Added git.ls_remote to module
[TRACE ] Added git.merge to module
[TRACE ] Added git.pull to module
[TRACE ] Added git.push to module
[TRACE ] Added git.rebase to module
[TRACE ] Added git.remote_get to module
[TRACE ] Added git.remote_set to module
[TRACE ] Added git.remotes to module
[TRACE ] Added git.reset to module
[TRACE ] Added git.revision to module
[TRACE ] Added git.rm to module
[TRACE ] Added git.stash to module
[TRACE ] Added git.status to module
[TRACE ] Added git.submodule to module
[TRACE ] 'pecl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added hg.archive to module
[TRACE ] Added hg.clone to module
[TRACE ] Added hg.describe to module
[TRACE ] Added hg.pull to module
[TRACE ] Added hg.revision to module
[TRACE ] Added hg.update to module
[DEBUG ] Loaded grub_legacy as virtual grub
[TRACE ] Added grub.conf to module
[TRACE ] Added grub.version to module
[TRACE ] Added grains.append to module
[TRACE ] Added grains.delval to module
[TRACE ] Added grains.filter_by to module
[TRACE ] Added grains.get to module
[TRACE ] Added grains.item to module
[TRACE ] Added grains.items to module
[TRACE ] Added grains.ls to module
[TRACE ] Added grains.remove to module
[TRACE ] Added grains.setval to module
[DEBUG ] Loaded rh_ip as virtual ip
[TRACE ] Added ip.apply_network_settings to module
[TRACE ] Added ip.build_bond to module
[TRACE ] Added ip.build_interface to module
[TRACE ] Added ip.build_network_settings to module
[TRACE ] Added ip.build_routes to module
[TRACE ] Added ip.down to module
[TRACE ] Added ip.get_bond to module
[TRACE ] Added ip.get_interface to module
[TRACE ] Added ip.get_network_settings to module
[TRACE ] Added ip.get_routes to module
[TRACE ] Added ip.up to module
[TRACE ] Added mount.active to module
[TRACE ] Added mount.fstab to module
[TRACE ] Added mount.is_fuse_exec to module
[TRACE ] Added mount.mount to module
[TRACE ] Added mount.remount to module
[TRACE ] Added mount.rm_fstab to module
[TRACE ] Added mount.set_fstab to module
[TRACE ] Added mount.swapoff to module
[TRACE ] Added mount.swapon to module
[TRACE ] Added mount.swaps to module
[TRACE ] Added mount.umount to module
[TRACE ] Added logrotate.set to module
[TRACE ] Added logrotate.show_conf to module
[TRACE ] 'psql' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added pkg_resource.add_pkg to module
[TRACE ] Added pkg_resource.check_extra_requirements to module
[TRACE ] Added pkg_resource.find_changes to module
[TRACE ] Added pkg_resource.pack_sources to module
[TRACE ] Added pkg_resource.parse_targets to module
[TRACE ] Added pkg_resource.sort_pkglist to module
[TRACE ] Added pkg_resource.stringify to module
[TRACE ] Added pkg_resource.version to module
[TRACE ] Added pkg_resource.version_clean to module
[TRACE ] Added bridge.add to module
[TRACE ] Added bridge.addif to module
[TRACE ] Added bridge.delete to module
[TRACE ] Added bridge.delif to module
[TRACE ] Added bridge.find_interfaces to module
[TRACE ] Added bridge.interfaces to module
[TRACE ] Added bridge.list to module
[TRACE ] Added bridge.show to module
[TRACE ] Added bridge.stp to module
[TRACE ] Added mine.delete to module
[TRACE ] Added mine.flush to module
[TRACE ] Added mine.get to module
[TRACE ] Added mine.send to module
[TRACE ] Added mine.update to module
[TRACE ] Added rvm.do to module
[TRACE ] Added rvm.gemset_copy to module
[TRACE ] Added rvm.gemset_create to module
[TRACE ] Added rvm.gemset_delete to module
[TRACE ] Added rvm.gemset_empty to module
[TRACE ] Added rvm.gemset_list to module
[TRACE ] Added rvm.gemset_list_all to module
[TRACE ] Added rvm.get to module
[TRACE ] Added rvm.install to module
[TRACE ] Added rvm.install_ruby to module
[TRACE ] Added rvm.is_installed to module
[TRACE ] Added rvm.list to module
[TRACE ] Added rvm.reinstall_ruby to module
[TRACE ] Added rvm.rubygems to module
[TRACE ] Added rvm.set_default to module
[TRACE ] Added rvm.wrapper to module
[TRACE ] Added seed.apply to module
[TRACE ] 'at' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added file.append to module
[TRACE ] Added file.check_file_meta to module
[TRACE ] Added file.check_hash to module
[TRACE ] Added file.check_managed to module
[TRACE ] Added file.check_perms to module
[TRACE ] Added file.chgrp to module
[TRACE ] Added file.chown to module
[TRACE ] Added file.comment to module
[TRACE ] Added file.contains to module
[TRACE ] Added file.contains_glob to module
[TRACE ] Added file.contains_regex to module
[TRACE ] Added file.contains_regex_multiline to module
[TRACE ] Added file.copy to module
[TRACE ] Added file.delete_backup to module
[TRACE ] Added file.directory_exists to module
[TRACE ] Added file.file_exists to module
[TRACE ] Added file.find to module
[TRACE ] Added file.get_devmm to module
[TRACE ] Added file.get_diff to module
[TRACE ] Added file.get_gid to module
[TRACE ] Added file.get_group to module
[TRACE ] Added file.get_hash to module
[TRACE ] Added file.get_managed to module
[TRACE ] Added file.get_mode to module
[TRACE ] Added file.get_selinux_context to module
[TRACE ] Added file.get_sum to module
[TRACE ] Added file.get_uid to module
[TRACE ] Added file.get_user to module
[TRACE ] Added file.gid_to_group to module
[TRACE ] Added file.group_to_gid to module
[TRACE ] Added file.is_blkdev to module
[TRACE ] Added file.is_chrdev to module
[TRACE ] Added file.is_fifo to module
[TRACE ] Added file.list_backup to module
[TRACE ] Added file.list_backups to module
[TRACE ] Added file.makedirs to module
[TRACE ] Added file.makedirs_perms to module
[TRACE ] Added file.manage_file to module
[TRACE ] Added file.mkdir to module
[TRACE ] Added file.mknod to module
[TRACE ] Added file.mknod_blkdev to module
[TRACE ] Added file.mknod_chrdev to module
[TRACE ] Added file.mknod_fifo to module
[TRACE ] Added file.patch to module
[TRACE ] Added file.psed to module
[TRACE ] Added file.remove to module
[TRACE ] Added file.remove_backup to module
[TRACE ] Added file.rename to module
[TRACE ] Added file.replace to module
[TRACE ] Added file.restore_backup to module
[TRACE ] Added file.restorecon to module
[TRACE ] Added file.search to module
[TRACE ] Added file.sed to module
[TRACE ] Added file.sed_contains to module
[TRACE ] Added file.set_mode to module
[TRACE ] Added file.set_selinux_context to module
[TRACE ] Added file.source_list to module
[TRACE ] Added file.stats to module
[TRACE ] Added file.symlink to module
[TRACE ] Added file.touch to module
[TRACE ] Added file.uid_to_user to module
[TRACE ] Added file.uncomment to module
[TRACE ] Added file.user_to_uid to module
[TRACE ] Added pip.freeze to module
[TRACE ] Added pip.install to module
[TRACE ] Added pip.list to module
[TRACE ] Added pip.uninstall to module
[TRACE ] Added pip.version to module
[TRACE ] Added timezone.get_hwclock to module
[TRACE ] Added timezone.get_offset to module
[TRACE ] Added timezone.get_zone to module
[TRACE ] Added timezone.get_zonecode to module
[TRACE ] Added timezone.set_hwclock to module
[TRACE ] Added timezone.set_zone to module
[TRACE ] Added timezone.zone_compare to module
[TRACE ] Added archive.gunzip to module
[TRACE ] Added archive.gzip to module
[TRACE ] Added archive.rar to module
[TRACE ] Added archive.tar to module
[TRACE ] Added archive.unrar to module
[TRACE ] Added archive.unzip to module
[TRACE ] Added archive.zip to module
[TRACE ] Added daemontools.available to module
[TRACE ] Added daemontools.full_restart to module
[TRACE ] Added daemontools.get_all to module
[TRACE ] Added daemontools.reload to module
[TRACE ] Added daemontools.restart to module
[TRACE ] Added daemontools.start to module
[TRACE ] Added daemontools.status to module
[TRACE ] Added daemontools.stop to module
[TRACE ] Added daemontools.term to module
[TRACE ] 'monit' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded virtualenv_mod as virtual virtualenv
[TRACE ] Added virtualenv.create to module
[TRACE ] Added virtualenv.get_site_packages to module
[TRACE ] Added s3.delete to module
[TRACE ] Added s3.get to module
[TRACE ] Added s3.head to module
[TRACE ] Added s3.put to module
[TRACE ] Added sqlite3.fetch to module
[TRACE ] Added sqlite3.indexes to module
[TRACE ] Added sqlite3.indices to module
[TRACE ] Added sqlite3.modify to module
[TRACE ] Added sqlite3.sqlite_version to module
[TRACE ] Added sqlite3.tables to module
[TRACE ] Added sqlite3.version to module
[TRACE ] 'riak' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added config.backup_mode to module
[TRACE ] Added config.dot_vals to module
[TRACE ] Added config.gather_bootstrap_script to module
[TRACE ] Added config.get to module
[TRACE ] Added config.manage_mode to module
[TRACE ] Added config.merge to module
[TRACE ] Added config.option to module
[TRACE ] Added config.valid_fileproto to module
[TRACE ] 'npm' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'setquota' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'qemu-img' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added data.cas to module
[TRACE ] Added data.clear to module
[TRACE ] Added data.dump to module
[TRACE ] Added data.getval to module
[TRACE ] Added data.getvals to module
[TRACE ] Added data.load to module
[TRACE ] Added data.update to module
[DEBUG ] Loaded cmdmod as virtual cmd
[TRACE ] Added cmd.exec_code to module
[TRACE ] Added cmd.has_exec to module
[TRACE ] Added cmd.retcode to module
[TRACE ] Added cmd.run to module
[TRACE ] Added cmd.run_all to module
[TRACE ] Added cmd.run_stderr to module
[TRACE ] Added cmd.run_stdout to module
[TRACE ] Added cmd.script to module
[TRACE ] Added cmd.script_retcode to module
[TRACE ] Added cmd.which to module
[TRACE ] Added cmd.which_bin to module
[TRACE ] Added svn.add to module
[TRACE ] Added svn.checkout to module
[TRACE ] Added svn.commit to module
[TRACE ] Added svn.diff to module
[TRACE ] Added svn.export to module
[TRACE ] Added svn.info to module
[TRACE ] Added svn.remove to module
[TRACE ] Added svn.status to module
[TRACE ] Added svn.update to module
[TRACE ] Added status.all_status to module
[TRACE ] Added status.cpuinfo to module
[TRACE ] Added status.cpustats to module
[TRACE ] Added status.custom to module
[TRACE ] Added status.diskstats to module
[TRACE ] Added status.diskusage to module
[TRACE ] Added status.loadavg to module
[TRACE ] Added status.meminfo to module
[TRACE ] Added status.netdev to module
[TRACE ] Added status.netstats to module
[TRACE ] Added status.pid to module
[TRACE ] Added status.procs to module
[TRACE ] Added status.uptime to module
[TRACE ] Added status.vmstats to module
[TRACE ] Added status.w to module
[TRACE ] 'brew' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added rbenv.default to module
[TRACE ] Added rbenv.install to module
[TRACE ] Added rbenv.install_ruby to module
[TRACE ] Added rbenv.is_installed to module
[TRACE ] Added rbenv.list to module
[TRACE ] Added rbenv.uninstall_ruby to module
[TRACE ] Added rbenv.update to module
[TRACE ] Added rbenv.versions to module
[DEBUG ] Loaded linux_lvm as virtual lvm
[TRACE ] Added lvm.fullversion to module
[TRACE ] Added lvm.lvcreate to module
[TRACE ] Added lvm.lvdisplay to module
[TRACE ] Added lvm.lvremove to module
[TRACE ] Added lvm.pvcreate to module
[TRACE ] Added lvm.pvdisplay to module
[TRACE ] Added lvm.version to module
[TRACE ] Added lvm.vgcreate to module
[TRACE ] Added lvm.vgdisplay to module
[TRACE ] Added lvm.vgremove to module
[DEBUG ] loading render in ['/var/cache/salt/minion/extmods/renderers', '/usr/lib/python2.6/site-packages/salt/renderers']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/renderers, it is not a directory
[TRACE ] Added mako.StringIO to render
[TRACE ] Added mako.render to render
[TRACE ] Added pydsl.render to render
[TRACE ] Added stateconf.Bunch to render
[TRACE ] Added stateconf.StringIO to render
[TRACE ] Added stateconf.add_goal_state to render
[TRACE ] Added stateconf.add_implicit_requires to render
[TRACE ] Added stateconf.add_start_state to render
[TRACE ] Added stateconf.chain to render
[TRACE ] Added stateconf.extract_state_confs to render
[TRACE ] Added stateconf.has_names_decls to render
[TRACE ] Added stateconf.nvlist to render
[TRACE ] Added stateconf.nvlist2 to render
[TRACE ] Added stateconf.rename_state_ids to render
[TRACE ] Added stateconf.render to render
[TRACE ] Added stateconf.rewrite_single_shorthand_state_decl to render
[TRACE ] Added stateconf.rewrite_sls_includes_excludes to render
[TRACE ] Added stateconf.state_name to render
[TRACE ] Added stateconf.statelist to render
[TRACE ] Added jinja.StringIO to render
[TRACE ] Added jinja.render to render
[TRACE ] Added py.render to render
[TRACE ] Added yaml.CustomLoader to render
[TRACE ] Added yaml.OrderedDict to render
[TRACE ] Added yaml.get_yaml_loader to render
[TRACE ] Added yaml.load to render
[TRACE ] Added yaml.render to render
[TRACE ] Added json.render to render
[TRACE ] Added wempy.StringIO to render
[TRACE ] Added wempy.render to render
[DEBUG ] loading pillar in ['/var/cache/salt/minion/extmods/pillar', '/usr/lib/python2.6/site-packages/salt/pillar']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/pillar, it is not a directory
[TRACE ] Added cmd_yaml.ext_pillar to pillar
[TRACE ] Added puppet.ext_pillar to pillar
[TRACE ] Added cmd_json.ext_pillar to pillar
[TRACE ] Added libvirt.ext_pillar to pillar
[TRACE ] Added libvirt.gen_hyper_keys to pillar
[TRACE ] 'hiera' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added django_orm.ext_pillar to pillar
[TRACE ] Added cobbler.ext_pillar to pillar
[TRACE ] Added virtkey.ext_pillar to pillar
[DEBUG ] loading module in ['/var/cache/salt/minion/extmods/modules', '/usr/lib/python2.6/site-packages/salt/modules']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/modules, it is not a directory
[TRACE ] 'zfs' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded localemod as virtual locale
[TRACE ] Added locale.get_locale to module
[TRACE ] Added locale.list_avail to module
[TRACE ] Added locale.set_locale to module
[TRACE ] 'semanage' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded groupadd as virtual group
[TRACE ] Added group.add to module
[TRACE ] Added group.chgid to module
[TRACE ] Added group.delete to module
[TRACE ] Added group.getent to module
[TRACE ] Added group.info to module
[TRACE ] Added alternatives.auto to module
[TRACE ] Added alternatives.check_installed to module
[TRACE ] Added alternatives.display to module
[TRACE ] Added alternatives.install to module
[TRACE ] Added alternatives.remove to module
[TRACE ] Added alternatives.set to module
[TRACE ] Added alternatives.show_current to module
[TRACE ] Added ret.get_fun to module
[TRACE ] Added ret.get_jid to module
[TRACE ] Added ret.get_jids to module
[TRACE ] Added ret.get_minions to module
[TRACE ] Added disk.inodeusage to module
[TRACE ] Added disk.usage to module
[DEBUG ] Loaded yumpkg as virtual pkg
[TRACE ] Added pkg.available_version to module
[TRACE ] Added pkg.check_db to module
[TRACE ] Added pkg.clean_metadata to module
[TRACE ] Added pkg.del_repo to module
[TRACE ] Added pkg.expand_repo_def to module
[TRACE ] Added pkg.file_dict to module
[TRACE ] Added pkg.file_list to module
[TRACE ] Added pkg.get_repo to module
[TRACE ] Added pkg.group_diff to module
[TRACE ] Added pkg.group_info to module
[TRACE ] Added pkg.group_install to module
[TRACE ] Added pkg.group_list to module
[TRACE ] Added pkg.install to module
[TRACE ] Added pkg.latest_version to module
[TRACE ] Added pkg.list_pkgs to module
[TRACE ] Added pkg.list_repos to module
[TRACE ] Added pkg.list_upgrades to module
[TRACE ] Added pkg.mod_repo to module
[TRACE ] Added pkg.purge to module
[TRACE ] Added pkg.refresh_db to module
[TRACE ] Added pkg.remove to module
[TRACE ] Added pkg.upgrade to module
[TRACE ] Added pkg.upgrade_available to module
[TRACE ] Added pkg.verify to module
[TRACE ] Added pkg.version to module
[TRACE ] Added aliases.get_target to module
[TRACE ] Added aliases.has_target to module
[TRACE ] Added aliases.list_aliases to module
[TRACE ] Added aliases.rm_alias to module
[TRACE ] Added aliases.set_target to module
[TRACE ] Added img.bootstrap to module
[TRACE ] Added img.mnt_image to module
[TRACE ] Added img.mount_image to module
[TRACE ] Added img.umount_image to module
[TRACE ] Added match.compound to module
[TRACE ] Added match.data to module
[TRACE ] Added match.glob to module
[TRACE ] Added match.grain to module
[TRACE ] Added match.grain_pcre to module
[TRACE ] Added match.ipcidr to module
[TRACE ] Added match.list to module
[TRACE ] Added match.pcre to module
[TRACE ] Added match.pillar to module
[TRACE ] 'sysbench' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added iptables.append to module
[TRACE ] Added iptables.build_rule to module
[TRACE ] Added iptables.check to module
[TRACE ] Added iptables.delete to module
[TRACE ] Added iptables.flush to module
[TRACE ] Added iptables.get_policy to module
[TRACE ] Added iptables.get_rules to module
[TRACE ] Added iptables.get_saved_policy to module
[TRACE ] Added iptables.get_saved_rules to module
[TRACE ] Added iptables.insert to module
[TRACE ] Added iptables.save to module
[TRACE ] Added iptables.set_policy to module
[TRACE ] Added iptables.version to module
[TRACE ] Added supervisord.add to module
[TRACE ] Added supervisord.custom to module
[TRACE ] Added supervisord.remove to module
[TRACE ] Added supervisord.reread to module
[TRACE ] Added supervisord.restart to module
[TRACE ] Added supervisord.start to module
[TRACE ] Added supervisord.status to module
[TRACE ] Added supervisord.status_raw to module
[TRACE ] Added supervisord.stop to module
[TRACE ] Added supervisord.update to module
[DEBUG ] Loaded linux_sysctl as virtual sysctl
[TRACE ] Added sysctl.assign to module
[TRACE ] Added sysctl.default_config to module
[TRACE ] Added sysctl.get to module
[TRACE ] Added sysctl.persist to module
[TRACE ] Added sysctl.show to module
[DEBUG ] Loaded rh_service as virtual service
[TRACE ] Added service.available to module
[TRACE ] Added service.disable to module
[TRACE ] Added service.disabled to module
[TRACE ] Added service.enable to module
[TRACE ] Added service.enabled to module
[TRACE ] Added service.get_all to module
[TRACE ] Added service.get_disabled to module
[TRACE ] Added service.get_enabled to module
[TRACE ] Added service.reload to module
[TRACE ] Added service.restart to module
[TRACE ] Added service.start to module
[TRACE ] Added service.status to module
[TRACE ] Added service.stop to module
[TRACE ] 'nzbget' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added nginx.configtest to module
[TRACE ] Added nginx.signal to module
[TRACE ] Added nginx.version to module
[TRACE ] Added ssh.auth_keys to module
[TRACE ] Added ssh.check_key to module
[TRACE ] Added ssh.check_key_file to module
[TRACE ] Added ssh.check_known_host to module
[TRACE ] Added ssh.get_known_host to module
[TRACE ] Added ssh.host_keys to module
[TRACE ] Added ssh.recv_known_host to module
[TRACE ] Added ssh.rm_auth_key to module
[TRACE ] Added ssh.rm_known_host to module
[TRACE ] Added ssh.set_auth_key to module
[TRACE ] Added ssh.set_auth_key_from_file to module
[TRACE ] Added ssh.set_known_host to module
[TRACE ] Added shadow.default_hash to module
[TRACE ] Added shadow.info to module
[TRACE ] Added shadow.set_date to module
[TRACE ] Added shadow.set_inactdays to module
[TRACE ] Added shadow.set_maxdays to module
[TRACE ] Added shadow.set_mindays to module
[TRACE ] Added shadow.set_password to module
[TRACE ] Added shadow.set_warndays to module
[TRACE ] Added gem.install to module
[TRACE ] Added gem.list to module
[TRACE ] Added gem.sources_add to module
[TRACE ] Added gem.sources_list to module
[TRACE ] Added gem.sources_remove to module
[TRACE ] Added gem.uninstall to module
[TRACE ] Added gem.update to module
[TRACE ] Added gem.update_system to module
[TRACE ] Added pillar.data to module
[TRACE ] Added pillar.ext to module
[TRACE ] Added pillar.get to module
[TRACE ] Added pillar.item to module
[TRACE ] Added pillar.items to module
[TRACE ] Added pillar.raw to module
[TRACE ] 'dig' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'rabbitmqctl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added hosts.add_host to module
[TRACE ] Added hosts.get_alias to module
[TRACE ] Added hosts.get_ip to module
[TRACE ] Added hosts.has_pair to module
[TRACE ] Added hosts.list_hosts to module
[TRACE ] Added hosts.rm_host to module
[TRACE ] Added hosts.set_host to module
[TRACE ] 'zpool' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded parted as virtual partition
[TRACE ] Added partition.align_check to module
[TRACE ] Added partition.check to module
[TRACE ] Added partition.cp to module
[TRACE ] Added partition.get_id to module
[TRACE ] Added partition.mkfs to module
[TRACE ] Added partition.mklabel to module
[TRACE ] Added partition.mkpart to module
[TRACE ] Added partition.mkpartfs to module
[TRACE ] Added partition.name to module
[TRACE ] Added partition.list to module
[TRACE ] Added partition.probe to module
[TRACE ] Added partition.rescue to module
[TRACE ] Added partition.resize to module
[TRACE ] Added partition.rm to module
[TRACE ] Added partition.set to module
[TRACE ] Added partition.set_id to module
[TRACE ] Added partition.system_types to module
[TRACE ] Added partition.toggle to module
[TRACE ] 'qemu-nbd' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added keyboard.get_sys to module
[TRACE ] Added keyboard.get_x to module
[TRACE ] Added keyboard.set_sys to module
[TRACE ] Added keyboard.set_x to module
[TRACE ] 'mfsgetgoal' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added cron.list_tab to module
[TRACE ] Added cron.ls to module
[TRACE ] Added cron.raw_cron to module
[TRACE ] Added cron.rm to module
[TRACE ] Added cron.rm_env to module
[TRACE ] Added cron.rm_job to module
[TRACE ] Added cron.set_env to module
[TRACE ] Added cron.set_job to module
[TRACE ] Added cron.set_special to module
[TRACE ] Added cron.write_cron_file to module
[TRACE ] Added cron.write_cron_file_verbose to module
[TRACE ] Added modjk.bulk_activate to module
[TRACE ] Added modjk.bulk_disable to module
[TRACE ] Added modjk.bulk_recover to module
[TRACE ] Added modjk.bulk_stop to module
[TRACE ] Added modjk.dump_config to module
[TRACE ] Added modjk.get_running to module
[TRACE ] Added modjk.lb_edit to module
[TRACE ] Added modjk.list_configured_members to module
[TRACE ] Added modjk.recover_all to module
[TRACE ] Added modjk.reset_stats to module
[TRACE ] Added modjk.version to module
[TRACE ] Added modjk.worker_activate to module
[TRACE ] Added modjk.worker_disable to module
[TRACE ] Added modjk.worker_edit to module
[TRACE ] Added modjk.worker_recover to module
[TRACE ] Added modjk.worker_status to module
[TRACE ] Added modjk.worker_stop to module
[TRACE ] Added modjk.workers to module
[DEBUG ] Loaded mdadm as virtual raid
[TRACE ] Added raid.create to module
[TRACE ] Added raid.destroy to module
[TRACE ] Added raid.detail to module
[TRACE ] Added raid.list to module
[TRACE ] Added event.fire to module
[TRACE ] Added event.fire_master to module
[TRACE ] Added kmod.available to module
[TRACE ] Added kmod.check_available to module
[TRACE ] Added kmod.is_loaded to module
[TRACE ] Added kmod.load to module
[TRACE ] Added kmod.lsmod to module
[TRACE ] Added kmod.mod_list to module
[TRACE ] Added kmod.remove to module
[DEBUG ] Loaded linux_acl as virtual acl
[TRACE ] Added acl.delfacl to module
[TRACE ] Added acl.getfacl to module
[TRACE ] Added acl.modfacl to module
[TRACE ] Added acl.version to module
[TRACE ] Added acl.wipefacls to module
[DEBUG ] Loaded sysmod as virtual sys
[TRACE ] Added sys.argspec to module
[TRACE ] Added sys.doc to module
[TRACE ] Added sys.list_functions to module
[TRACE ] Added sys.list_modules to module
[TRACE ] Added sys.reload_modules to module
[TRACE ] Added network.arp to module
[TRACE ] Added network.dig to module
[TRACE ] Added network.hw_addr to module
[TRACE ] Added network.hwaddr to module
[TRACE ] Added network.in_subnet to module
[TRACE ] Added network.interfaces to module
[TRACE ] Added network.ip_addrs to module
[TRACE ] Added network.ip_addrs6 to module
[TRACE ] Added network.ipaddrs to module
[TRACE ] Added network.ipaddrs6 to module
[TRACE ] Added network.netstat to module
[TRACE ] Added network.ping to module
[TRACE ] Added network.subnets to module
[TRACE ] Added network.traceroute to module
[TRACE ] Added publish.full_data to module
[TRACE ] Added publish.publish to module
[TRACE ] Added publish.runner to module
[TRACE ] Added state.clear_cache to module
[TRACE ] Added state.high to module
[TRACE ] Added state.highstate to module
[TRACE ] Added state.low to module
[TRACE ] Added state.pkg to module
[TRACE ] Added state.running to module
[TRACE ] Added state.show_highstate to module
[TRACE ] Added state.show_low_sls to module
[TRACE ] Added state.show_lowstate to module
[TRACE ] Added state.show_sls to module
[TRACE ] Added state.show_top to module
[TRACE ] Added state.single to module
[TRACE ] Added state.sls to module
[TRACE ] Added state.template to module
[TRACE ] Added state.template_str to module
[TRACE ] Added state.top to module
[TRACE ] Added locate.locate to module
[TRACE ] Added locate.stats to module
[TRACE ] Added locate.updatedb to module
[TRACE ] Added locate.version to module
[TRACE ] Added dnsutil.A to module
[TRACE ] Added dnsutil.MX to module
[TRACE ] Added dnsutil.NS to module
[TRACE ] Added dnsutil.SPF to module
[TRACE ] Added dnsutil.check_ip to module
[TRACE ] Added dnsutil.hosts_append to module
[TRACE ] Added dnsutil.hosts_remove to module
[TRACE ] Added dnsutil.parse_hosts to module
[TRACE ] Added dnsutil.parse_zone to module
[TRACE ] Added test.arg to module
[TRACE ] Added test.arg_repr to module
[TRACE ] Added test.arg_type to module
[TRACE ] Added test.collatz to module
[TRACE ] Added test.conf_test to module
[TRACE ] Added test.cross_test to module
[TRACE ] Added test.echo to module
[TRACE ] Added test.fib to module
[TRACE ] Added test.get_opts to module
[TRACE ] Added test.kwarg to module
[TRACE ] Added test.not_loaded to module
[TRACE ] Added test.opts_pkg to module
[TRACE ] Added test.outputter to module
[TRACE ] Added test.ping to module
[TRACE ] Added test.provider to module
[TRACE ] Added test.providers to module
[TRACE ] Added test.rand_sleep to module
[TRACE ] Added test.retcode to module
[TRACE ] Added test.sleep to module
[TRACE ] Added test.tty to module
[TRACE ] Added test.version to module
[TRACE ] Added test.versions_information to module
[TRACE ] Added test.versions_report to module
[TRACE ] Added key.finger to module
[TRACE ] 'apachectl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'solr' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'apache-solr' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added saltutil.cmd to module
[TRACE ] Added saltutil.cmd_iter to module
[TRACE ] Added saltutil.find_job to module
[TRACE ] Added saltutil.is_running to module
[TRACE ] Added saltutil.kill_job to module
[TRACE ] Added saltutil.refresh_modules to module
[TRACE ] Added saltutil.refresh_pillar to module
[TRACE ] Added saltutil.regen_keys to module
[TRACE ] Added saltutil.revoke_auth to module
[TRACE ] Added saltutil.running to module
[TRACE ] Added saltutil.signal_job to module
[TRACE ] Added saltutil.sync_all to module
[TRACE ] Added saltutil.sync_grains to module
[TRACE ] Added saltutil.sync_modules to module
[TRACE ] Added saltutil.sync_outputters to module
[TRACE ] Added saltutil.sync_renderers to module
[TRACE ] Added saltutil.sync_returners to module
[TRACE ] Added saltutil.sync_states to module
[TRACE ] Added saltutil.term_job to module
[TRACE ] Added saltutil.update to module
[TRACE ] 'guestmount' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added extfs.attributes to module
[TRACE ] Added extfs.blocks to module
[TRACE ] Added extfs.dump to module
[TRACE ] Added extfs.mkfs to module
[TRACE ] Added extfs.tune to module
[TRACE ] 'lxc' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added dnsmasq.fullversion to module
[TRACE ] Added dnsmasq.get_config to module
[TRACE ] Added dnsmasq.set_config to module
[TRACE ] Added dnsmasq.version to module
[TRACE ] Added nfs3.del_export to module
[TRACE ] Added nfs3.list_exports to module
[TRACE ] 'facter' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added cp.cache_dir to module
[TRACE ] Added cp.cache_file to module
[TRACE ] Added cp.cache_files to module
[TRACE ] Added cp.cache_local_file to module
[TRACE ] Added cp.cache_master to module
[TRACE ] Added cp.get_dir to module
[TRACE ] Added cp.get_file to module
[TRACE ] Added cp.get_file_str to module
[TRACE ] Added cp.get_template to module
[TRACE ] Added cp.get_url to module
[TRACE ] Added cp.hash_file to module
[TRACE ] Added cp.is_cached to module
[TRACE ] Added cp.list_master to module
[TRACE ] Added cp.list_master_dirs to module
[TRACE ] Added cp.list_minion to module
[TRACE ] Added cp.list_states to module
[TRACE ] Added cp.push to module
[TRACE ] Added cp.recv to module
[DEBUG ] Loaded rpm as virtual lowpkg
[TRACE ] Added lowpkg.file_dict to module
[TRACE ] Added lowpkg.file_list to module
[TRACE ] Added lowpkg.list_pkgs to module
[TRACE ] Added lowpkg.verify to module
[TRACE ] Added system.halt to module
[TRACE ] Added system.init to module
[TRACE ] Added system.poweroff to module
[TRACE ] Added system.reboot to module
[TRACE ] Added system.shutdown to module
[DEBUG ] Loaded djangomod as virtual django
[TRACE ] Added django.collectstatic to module
[TRACE ] Added django.command to module
[TRACE ] Added django.createsuperuser to module
[TRACE ] Added django.loaddata to module
[TRACE ] Added django.syncdb to module
[TRACE ] 'htpasswd' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded useradd as virtual user
[TRACE ] Added user.add to module
[TRACE ] Added user.chfullname to module
[TRACE ] Added user.chgid to module
[TRACE ] Added user.chgroups to module
[TRACE ] Added user.chhome to module
[TRACE ] Added user.chhomephone to module
[TRACE ] Added user.chroomnumber to module
[TRACE ] Added user.chshell to module
[TRACE ] Added user.chuid to module
[TRACE ] Added user.chworkphone to module
[TRACE ] Added user.delete to module
[TRACE ] Added user.getent to module
[TRACE ] Added user.info to module
[TRACE ] Added user.list_groups to module
[TRACE ] Added user.list_users to module
[TRACE ] Added git.add to module
[TRACE ] Added git.archive to module
[TRACE ] Added git.checkout to module
[TRACE ] Added git.clone to module
[TRACE ] Added git.commit to module
[TRACE ] Added git.config_get to module
[TRACE ] Added git.config_set to module
[TRACE ] Added git.current_branch to module
[TRACE ] Added git.describe to module
[TRACE ] Added git.fetch to module
[TRACE ] Added git.init to module
[TRACE ] Added git.ls_remote to module
[TRACE ] Added git.merge to module
[TRACE ] Added git.pull to module
[TRACE ] Added git.push to module
[TRACE ] Added git.rebase to module
[TRACE ] Added git.remote_get to module
[TRACE ] Added git.remote_set to module
[TRACE ] Added git.remotes to module
[TRACE ] Added git.reset to module
[TRACE ] Added git.revision to module
[TRACE ] Added git.rm to module
[TRACE ] Added git.stash to module
[TRACE ] Added git.status to module
[TRACE ] Added git.submodule to module
[TRACE ] 'pecl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added hg.archive to module
[TRACE ] Added hg.clone to module
[TRACE ] Added hg.describe to module
[TRACE ] Added hg.pull to module
[TRACE ] Added hg.revision to module
[TRACE ] Added hg.update to module
[DEBUG ] Loaded grub_legacy as virtual grub
[TRACE ] Added grub.conf to module
[TRACE ] Added grub.version to module
[TRACE ] Added grains.append to module
[TRACE ] Added grains.delval to module
[TRACE ] Added grains.filter_by to module
[TRACE ] Added grains.get to module
[TRACE ] Added grains.item to module
[TRACE ] Added grains.items to module
[TRACE ] Added grains.ls to module
[TRACE ] Added grains.remove to module
[TRACE ] Added grains.setval to module
[DEBUG ] Loaded rh_ip as virtual ip
[TRACE ] Added ip.apply_network_settings to module
[TRACE ] Added ip.build_bond to module
[TRACE ] Added ip.build_interface to module
[TRACE ] Added ip.build_network_settings to module
[TRACE ] Added ip.build_routes to module
[TRACE ] Added ip.down to module
[TRACE ] Added ip.get_bond to module
[TRACE ] Added ip.get_interface to module
[TRACE ] Added ip.get_network_settings to module
[TRACE ] Added ip.get_routes to module
[TRACE ] Added ip.up to module
[TRACE ] Added mount.active to module
[TRACE ] Added mount.fstab to module
[TRACE ] Added mount.is_fuse_exec to module
[TRACE ] Added mount.mount to module
[TRACE ] Added mount.remount to module
[TRACE ] Added mount.rm_fstab to module
[TRACE ] Added mount.set_fstab to module
[TRACE ] Added mount.swapoff to module
[TRACE ] Added mount.swapon to module
[TRACE ] Added mount.swaps to module
[TRACE ] Added mount.umount to module
[TRACE ] Added logrotate.set to module
[TRACE ] Added logrotate.show_conf to module
[TRACE ] 'psql' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added pkg_resource.add_pkg to module
[TRACE ] Added pkg_resource.check_extra_requirements to module
[TRACE ] Added pkg_resource.find_changes to module
[TRACE ] Added pkg_resource.pack_sources to module
[TRACE ] Added pkg_resource.parse_targets to module
[TRACE ] Added pkg_resource.sort_pkglist to module
[TRACE ] Added pkg_resource.stringify to module
[TRACE ] Added pkg_resource.version to module
[TRACE ] Added pkg_resource.version_clean to module
[TRACE ] Added bridge.add to module
[TRACE ] Added bridge.addif to module
[TRACE ] Added bridge.delete to module
[TRACE ] Added bridge.delif to module
[TRACE ] Added bridge.find_interfaces to module
[TRACE ] Added bridge.interfaces to module
[TRACE ] Added bridge.list to module
[TRACE ] Added bridge.show to module
[TRACE ] Added bridge.stp to module
[TRACE ] Added mine.delete to module
[TRACE ] Added mine.flush to module
[TRACE ] Added mine.get to module
[TRACE ] Added mine.send to module
[TRACE ] Added mine.update to module
[TRACE ] Added rvm.do to module
[TRACE ] Added rvm.gemset_copy to module
[TRACE ] Added rvm.gemset_create to module
[TRACE ] Added rvm.gemset_delete to module
[TRACE ] Added rvm.gemset_empty to module
[TRACE ] Added rvm.gemset_list to module
[TRACE ] Added rvm.gemset_list_all to module
[TRACE ] Added rvm.get to module
[TRACE ] Added rvm.install to module
[TRACE ] Added rvm.install_ruby to module
[TRACE ] Added rvm.is_installed to module
[TRACE ] Added rvm.list to module
[TRACE ] Added rvm.reinstall_ruby to module
[TRACE ] Added rvm.rubygems to module
[TRACE ] Added rvm.set_default to module
[TRACE ] Added rvm.wrapper to module
[TRACE ] Added seed.apply to module
[TRACE ] 'at' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added file.append to module
[TRACE ] Added file.check_file_meta to module
[TRACE ] Added file.check_hash to module
[TRACE ] Added file.check_managed to module
[TRACE ] Added file.check_perms to module
[TRACE ] Added file.chgrp to module
[TRACE ] Added file.chown to module
[TRACE ] Added file.comment to module
[TRACE ] Added file.contains to module
[TRACE ] Added file.contains_glob to module
[TRACE ] Added file.contains_regex to module
[TRACE ] Added file.contains_regex_multiline to module
[TRACE ] Added file.copy to module
[TRACE ] Added file.delete_backup to module
[TRACE ] Added file.directory_exists to module
[TRACE ] Added file.file_exists to module
[TRACE ] Added file.find to module
[TRACE ] Added file.get_devmm to module
[TRACE ] Added file.get_diff to module
[TRACE ] Added file.get_gid to module
[TRACE ] Added file.get_group to module
[TRACE ] Added file.get_hash to module
[TRACE ] Added file.get_managed to module
[TRACE ] Added file.get_mode to module
[TRACE ] Added file.get_selinux_context to module
[TRACE ] Added file.get_sum to module
[TRACE ] Added file.get_uid to module
[TRACE ] Added file.get_user to module
[TRACE ] Added file.gid_to_group to module
[TRACE ] Added file.group_to_gid to module
[TRACE ] Added file.is_blkdev to module
[TRACE ] Added file.is_chrdev to module
[TRACE ] Added file.is_fifo to module
[TRACE ] Added file.list_backup to module
[TRACE ] Added file.list_backups to module
[TRACE ] Added file.makedirs to module
[TRACE ] Added file.makedirs_perms to module
[TRACE ] Added file.manage_file to module
[TRACE ] Added file.mkdir to module
[TRACE ] Added file.mknod to module
[TRACE ] Added file.mknod_blkdev to module
[TRACE ] Added file.mknod_chrdev to module
[TRACE ] Added file.mknod_fifo to module
[TRACE ] Added file.patch to module
[TRACE ] Added file.psed to module
[TRACE ] Added file.remove to module
[TRACE ] Added file.remove_backup to module
[TRACE ] Added file.rename to module
[TRACE ] Added file.replace to module
[TRACE ] Added file.restore_backup to module
[TRACE ] Added file.restorecon to module
[TRACE ] Added file.search to module
[TRACE ] Added file.sed to module
[TRACE ] Added file.sed_contains to module
[TRACE ] Added file.set_mode to module
[TRACE ] Added file.set_selinux_context to module
[TRACE ] Added file.source_list to module
[TRACE ] Added file.stats to module
[TRACE ] Added file.symlink to module
[TRACE ] Added file.touch to module
[TRACE ] Added file.uid_to_user to module
[TRACE ] Added file.uncomment to module
[TRACE ] Added file.user_to_uid to module
[TRACE ] Added pip.freeze to module
[TRACE ] Added pip.install to module
[TRACE ] Added pip.list to module
[TRACE ] Added pip.uninstall to module
[TRACE ] Added pip.version to module
[TRACE ] Added timezone.get_hwclock to module
[TRACE ] Added timezone.get_offset to module
[TRACE ] Added timezone.get_zone to module
[TRACE ] Added timezone.get_zonecode to module
[TRACE ] Added timezone.set_hwclock to module
[TRACE ] Added timezone.set_zone to module
[TRACE ] Added timezone.zone_compare to module
[TRACE ] Added archive.gunzip to module
[TRACE ] Added archive.gzip to module
[TRACE ] Added archive.rar to module
[TRACE ] Added archive.tar to module
[TRACE ] Added archive.unrar to module
[TRACE ] Added archive.unzip to module
[TRACE ] Added archive.zip to module
[TRACE ] Added daemontools.available to module
[TRACE ] Added daemontools.full_restart to module
[TRACE ] Added daemontools.get_all to module
[TRACE ] Added daemontools.reload to module
[TRACE ] Added daemontools.restart to module
[TRACE ] Added daemontools.start to module
[TRACE ] Added daemontools.status to module
[TRACE ] Added daemontools.stop to module
[TRACE ] Added daemontools.term to module
[TRACE ] 'monit' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded virtualenv_mod as virtual virtualenv
[TRACE ] Added virtualenv.create to module
[TRACE ] Added virtualenv.get_site_packages to module
[TRACE ] Added s3.delete to module
[TRACE ] Added s3.get to module
[TRACE ] Added s3.head to module
[TRACE ] Added s3.put to module
[TRACE ] Added sqlite3.fetch to module
[TRACE ] Added sqlite3.indexes to module
[TRACE ] Added sqlite3.indices to module
[TRACE ] Added sqlite3.modify to module
[TRACE ] Added sqlite3.sqlite_version to module
[TRACE ] Added sqlite3.tables to module
[TRACE ] Added sqlite3.version to module
[TRACE ] 'riak' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added config.backup_mode to module
[TRACE ] Added config.dot_vals to module
[TRACE ] Added config.gather_bootstrap_script to module
[TRACE ] Added config.get to module
[TRACE ] Added config.manage_mode to module
[TRACE ] Added config.merge to module
[TRACE ] Added config.option to module
[TRACE ] Added config.valid_fileproto to module
[TRACE ] 'npm' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'setquota' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'qemu-img' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added data.cas to module
[TRACE ] Added data.clear to module
[TRACE ] Added data.dump to module
[TRACE ] Added data.getval to module
[TRACE ] Added data.getvals to module
[TRACE ] Added data.load to module
[TRACE ] Added data.update to module
[DEBUG ] Loaded cmdmod as virtual cmd
[TRACE ] Added cmd.exec_code to module
[TRACE ] Added cmd.has_exec to module
[TRACE ] Added cmd.retcode to module
[TRACE ] Added cmd.run to module
[TRACE ] Added cmd.run_all to module
[TRACE ] Added cmd.run_stderr to module
[TRACE ] Added cmd.run_stdout to module
[TRACE ] Added cmd.script to module
[TRACE ] Added cmd.script_retcode to module
[TRACE ] Added cmd.which to module
[TRACE ] Added cmd.which_bin to module
[TRACE ] Added svn.add to module
[TRACE ] Added svn.checkout to module
[TRACE ] Added svn.commit to module
[TRACE ] Added svn.diff to module
[TRACE ] Added svn.export to module
[TRACE ] Added svn.info to module
[TRACE ] Added svn.remove to module
[TRACE ] Added svn.status to module
[TRACE ] Added svn.update to module
[TRACE ] Added status.all_status to module
[TRACE ] Added status.cpuinfo to module
[TRACE ] Added status.cpustats to module
[TRACE ] Added status.custom to module
[TRACE ] Added status.diskstats to module
[TRACE ] Added status.diskusage to module
[TRACE ] Added status.loadavg to module
[TRACE ] Added status.meminfo to module
[TRACE ] Added status.netdev to module
[TRACE ] Added status.netstats to module
[TRACE ] Added status.pid to module
[TRACE ] Added status.procs to module
[TRACE ] Added status.uptime to module
[TRACE ] Added status.vmstats to module
[TRACE ] Added status.w to module
[TRACE ] 'brew' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added rbenv.default to module
[TRACE ] Added rbenv.install to module
[TRACE ] Added rbenv.install_ruby to module
[TRACE ] Added rbenv.is_installed to module
[TRACE ] Added rbenv.list to module
[TRACE ] Added rbenv.uninstall_ruby to module
[TRACE ] Added rbenv.update to module
[TRACE ] Added rbenv.versions to module
[DEBUG ] Loaded linux_lvm as virtual lvm
[TRACE ] Added lvm.fullversion to module
[TRACE ] Added lvm.lvcreate to module
[TRACE ] Added lvm.lvdisplay to module
[TRACE ] Added lvm.lvremove to module
[TRACE ] Added lvm.pvcreate to module
[TRACE ] Added lvm.pvdisplay to module
[TRACE ] Added lvm.version to module
[TRACE ] Added lvm.vgcreate to module
[TRACE ] Added lvm.vgdisplay to module
[TRACE ] Added lvm.vgremove to module
[DEBUG ] loading returner in ['/var/cache/salt/minion/extmods/returners', '/usr/lib/python2.6/site-packages/salt/returners']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/returners, it is not a directory
[TRACE ] Added smtp_return.formatdate to returner
[TRACE ] Added smtp_return.returner to returner
[DEBUG ] Loaded syslog_return as virtual syslog
[TRACE ] Added syslog.returner to returner
[DEBUG ] Loaded couchdb_return as virtual couchdb
[TRACE ] Added couchdb.ensure_views to returner
[TRACE ] Added couchdb.get_fun to returner
[TRACE ] Added couchdb.get_jid to returner
[TRACE ] Added couchdb.get_jids to returner
[TRACE ] Added couchdb.get_minions to returner
[TRACE ] Added couchdb.get_valid_salt_views to returner
[TRACE ] Added couchdb.returner to returner
[TRACE ] Added couchdb.set_salt_view to returner
[TRACE ] Added local.returner to returner
[DEBUG ] Loaded carbon_return as virtual carbon
[TRACE ] Added carbon.returner to returner
[DEBUG ] Loaded sqlite3_return as virtual sqlite3
[TRACE ] Added sqlite3.get_fun to returner
[TRACE ] Added sqlite3.get_jid to returner
[TRACE ] Added sqlite3.get_jids to returner
[TRACE ] Added sqlite3.get_load to returner
[TRACE ] Added sqlite3.get_minions to returner
[TRACE ] Added sqlite3.returner to returner
[TRACE ] Added sqlite3.save_load to returner
[DEBUG ] loading states in ['/var/cache/salt/minion/extmods/states', '/usr/lib/python2.6/site-packages/salt/states']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/states, it is not a directory
[TRACE ] Added pkgrepo.absent to states
[TRACE ] Added pkgrepo.managed to states
[TRACE ] 'rabbitmqctl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded saltmod as virtual salt
[TRACE ] Added salt.function to states
[TRACE ] Added salt.state to states
[TRACE ] Added module.mod_watch to states
[TRACE ] Added module.run to states
[TRACE ] Added module.wait to states
[TRACE ] Added locale.system to states
[TRACE ] Added ssh_known_hosts.absent to states
[TRACE ] Added ssh_known_hosts.present to states
[TRACE ] Added alternatives.auto to states
[TRACE ] Added alternatives.install to states
[TRACE ] Added alternatives.remove to states
[TRACE ] Added alternatives.set to states
[TRACE ] Added rvm.gemset_present to states
[TRACE ] Added rvm.installed to states
[TRACE ] Added cron.absent to states
[TRACE ] Added cron.file to states
[TRACE ] Added cron.fopen to states
[TRACE ] Added cron.mkstemp to states
[TRACE ] Added cron.present to states
[TRACE ] Added pkg.installed to states
[TRACE ] Added pkg.latest to states
[TRACE ] Added pkg.mod_init to states
[TRACE ] Added pkg.purged to states
[TRACE ] Added pkg.removed to states
[TRACE ] Added file.absent to states
[TRACE ] Added file.accumulated to states
[TRACE ] Added file.append to states
[TRACE ] Added file.comment to states
[TRACE ] Added file.copy to states
[TRACE ] Added file.directory to states
[TRACE ] Added file.exists to states
[TRACE ] Added file.managed to states
[TRACE ] Added file.missing to states
[TRACE ] Added file.mknod to states
[TRACE ] Added file.patch to states
[TRACE ] Added file.recurse to states
[TRACE ] Added file.rename to states
[TRACE ] Added file.replace to states
[TRACE ] Added file.sed to states
[TRACE ] Added file.serialize to states
[TRACE ] Added file.symlink to states
[TRACE ] Added file.touch to states
[TRACE ] Added file.uncomment to states
[TRACE ] Added keyboard.system to states
[TRACE ] Added keyboard.xorg to states
[TRACE ] Added sysctl.present to states
[TRACE ] Added disk.status to states
[TRACE ] Added powerpath.license_absent to states
[TRACE ] Added powerpath.license_present to states
[TRACE ] Added git.latest to states
[TRACE ] Added git.present to states
[TRACE ] Added group.absent to states
[TRACE ] Added group.present to states
[TRACE ] Added grains.present to states
[TRACE ] Added service.dead to states
[TRACE ] Added service.disabled to states
[TRACE ] Added service.enabled to states
[TRACE ] Added service.mod_watch to states
[TRACE ] Added service.running to states
[TRACE ] Added iptables.append to states
[DEBUG ] Loaded mdadm as virtual raid
[TRACE ] Added raid.absent to states
[TRACE ] Added raid.present to states
[DEBUG ] Loaded virtualenv_mod as virtual virtualenv
[TRACE ] Added virtualenv.manage to states
[TRACE ] Added virtualenv.managed to states
[TRACE ] Added timezone.system to states
[TRACE ] Added ssh_auth.absent to states
[TRACE ] Added ssh_auth.present to states
[TRACE ] Added supervisord.dead to states
[TRACE ] Added supervisord.mod_watch to states
[TRACE ] Added supervisord.running to states
[TRACE ] 'rabbitmqctl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added kmod.absent to states
[TRACE ] Added kmod.present to states
[TRACE ] Added libvirt.keys to states
[TRACE ] Added lvm.lv_absent to states
[TRACE ] Added lvm.lv_present to states
[TRACE ] Added lvm.pv_present to states
[TRACE ] Added lvm.vg_absent to states
[TRACE ] Added lvm.vg_present to states
[TRACE ] Added host.absent to states
[TRACE ] Added host.present to states
[TRACE ] Added stateconf.context to states
[TRACE ] Added stateconf.set to states
[TRACE ] Added hg.latest to states
[TRACE ] Added gem.installed to states
[TRACE ] Added gem.removed to states
[TRACE ] Added network.managed to states
[TRACE ] Added network.routes to states
[TRACE ] Added network.system to states
[TRACE ] Added svn.dirty to states
[TRACE ] Added svn.export to states
[TRACE ] Added svn.latest to states
[TRACE ] Added modjk_worker.activate to states
[TRACE ] Added modjk_worker.disable to states
[TRACE ] Added modjk_worker.stop to states
[TRACE ] Added pkgng.update_packaging_site to states
[TRACE ] Added mount.mounted to states
[TRACE ] Added mount.swap to states
[TRACE ] Added mount.unmounted to states
[TRACE ] Added cmd.call to states
[TRACE ] Added cmd.mod_watch to states
[TRACE ] Added cmd.run to states
[TRACE ] Added cmd.script to states
[TRACE ] Added cmd.wait to states
[TRACE ] Added cmd.wait_call to states
[TRACE ] Added cmd.wait_script to states
[TRACE ] 'rabbitmqctl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added alias.absent to states
[TRACE ] Added alias.present to states
[TRACE ] Added mongodb_user.absent to states
[TRACE ] Added mongodb_user.present to states
[TRACE ] Added rbenv.absent to states
[TRACE ] Added rbenv.installed to states
[TRACE ] Added mongodb_database.absent to states
[TRACE ] Added user.absent to states
[TRACE ] Added user.present to states
[DEBUG ] loading render in ['/var/cache/salt/minion/extmods/renderers', '/usr/lib/python2.6/site-packages/salt/renderers']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/renderers, it is not a directory
[TRACE ] Added mako.StringIO to render
[TRACE ] Added mako.render to render
[TRACE ] Added pydsl.render to render
[TRACE ] Added stateconf.Bunch to render
[TRACE ] Added stateconf.StringIO to render
[TRACE ] Added stateconf.add_goal_state to render
[TRACE ] Added stateconf.add_implicit_requires to render
[TRACE ] Added stateconf.add_start_state to render
[TRACE ] Added stateconf.chain to render
[TRACE ] Added stateconf.extract_state_confs to render
[TRACE ] Added stateconf.has_names_decls to render
[TRACE ] Added stateconf.nvlist to render
[TRACE ] Added stateconf.nvlist2 to render
[TRACE ] Added stateconf.rename_state_ids to render
[TRACE ] Added stateconf.render to render
[TRACE ] Added stateconf.rewrite_single_shorthand_state_decl to render
[TRACE ] Added stateconf.rewrite_sls_includes_excludes to render
[TRACE ] Added stateconf.state_name to render
[TRACE ] Added stateconf.statelist to render
[TRACE ] Added jinja.StringIO to render
[TRACE ] Added jinja.render to render
[TRACE ] Added py.render to render
[TRACE ] Added yaml.CustomLoader to render
[TRACE ] Added yaml.OrderedDict to render
[TRACE ] Added yaml.get_yaml_loader to render
[TRACE ] Added yaml.load to render
[TRACE ] Added yaml.render to render
[TRACE ] Added json.render to render
[TRACE ] Added wempy.StringIO to render
[TRACE ] Added wempy.render to render
[DEBUG ] Parsed args: []
[DEBUG ] Parsed kwargs: {'test': True, '__pub_fun': 'state.highstate', '__pub_jid': '20140105073643969962', '__pub_pid': 2693, '__pub_tgt': 'salt-call'}
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] loading grain in ['/var/cache/salt/minion/extmods/grains', '/usr/lib/python2.6/site-packages/salt/grains']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/grains, it is not a directory
[TRACE ] Added core.append_domain to grain
[TRACE ] Added core.fqdn_ip4 to grain
[TRACE ] Added core.fqdn_ip6 to grain
[TRACE ] Added core.get_master to grain
[TRACE ] Added core.get_server_id to grain
[TRACE ] Added core.hostname to grain
[TRACE ] Added core.id_ to grain
[TRACE ] Added core.ip4 to grain
[TRACE ] Added core.ip6 to grain
[TRACE ] Added core.ip_interfaces to grain
[TRACE ] Added core.locale_info to grain
[TRACE ] Added core.os_data to grain
[TRACE ] Added core.path to grain
[TRACE ] Added core.pythonpath to grain
[TRACE ] Added core.pythonversion to grain
[TRACE ] Added core.saltpath to grain
[TRACE ] Added core.saltversion to grain
[TRACE ] Added core.saltversioninfo to grain
[TRACE ] Added opts.opts to grain
[TRACE ] Added extra.config to grain
[TRACE ] Added extra.shell to grain
[TRACE ] 'dmidecode' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'smbios' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'dmidecode' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] loading module in ['/var/cache/salt/minion/extmods/modules', '/usr/lib/python2.6/site-packages/salt/modules']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/modules, it is not a directory
[TRACE ] 'zfs' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded localemod as virtual locale
[TRACE ] Added locale.get_locale to module
[TRACE ] Added locale.list_avail to module
[TRACE ] Added locale.set_locale to module
[TRACE ] 'semanage' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded groupadd as virtual group
[TRACE ] Added group.add to module
[TRACE ] Added group.chgid to module
[TRACE ] Added group.delete to module
[TRACE ] Added group.getent to module
[TRACE ] Added group.info to module
[TRACE ] Added alternatives.auto to module
[TRACE ] Added alternatives.check_installed to module
[TRACE ] Added alternatives.display to module
[TRACE ] Added alternatives.install to module
[TRACE ] Added alternatives.remove to module
[TRACE ] Added alternatives.set to module
[TRACE ] Added alternatives.show_current to module
[TRACE ] Added ret.get_fun to module
[TRACE ] Added ret.get_jid to module
[TRACE ] Added ret.get_jids to module
[TRACE ] Added ret.get_minions to module
[TRACE ] Added disk.inodeusage to module
[TRACE ] Added disk.usage to module
[DEBUG ] Loaded yumpkg as virtual pkg
[TRACE ] Added pkg.available_version to module
[TRACE ] Added pkg.check_db to module
[TRACE ] Added pkg.clean_metadata to module
[TRACE ] Added pkg.del_repo to module
[TRACE ] Added pkg.expand_repo_def to module
[TRACE ] Added pkg.file_dict to module
[TRACE ] Added pkg.file_list to module
[TRACE ] Added pkg.get_repo to module
[TRACE ] Added pkg.group_diff to module
[TRACE ] Added pkg.group_info to module
[TRACE ] Added pkg.group_install to module
[TRACE ] Added pkg.group_list to module
[TRACE ] Added pkg.install to module
[TRACE ] Added pkg.latest_version to module
[TRACE ] Added pkg.list_pkgs to module
[TRACE ] Added pkg.list_repos to module
[TRACE ] Added pkg.list_upgrades to module
[TRACE ] Added pkg.mod_repo to module
[TRACE ] Added pkg.purge to module
[TRACE ] Added pkg.refresh_db to module
[TRACE ] Added pkg.remove to module
[TRACE ] Added pkg.upgrade to module
[TRACE ] Added pkg.upgrade_available to module
[TRACE ] Added pkg.verify to module
[TRACE ] Added pkg.version to module
[TRACE ] Added aliases.get_target to module
[TRACE ] Added aliases.has_target to module
[TRACE ] Added aliases.list_aliases to module
[TRACE ] Added aliases.rm_alias to module
[TRACE ] Added aliases.set_target to module
[TRACE ] Added img.bootstrap to module
[TRACE ] Added img.mnt_image to module
[TRACE ] Added img.mount_image to module
[TRACE ] Added img.umount_image to module
[TRACE ] Added match.compound to module
[TRACE ] Added match.data to module
[TRACE ] Added match.glob to module
[TRACE ] Added match.grain to module
[TRACE ] Added match.grain_pcre to module
[TRACE ] Added match.ipcidr to module
[TRACE ] Added match.list to module
[TRACE ] Added match.pcre to module
[TRACE ] Added match.pillar to module
[TRACE ] 'sysbench' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added iptables.append to module
[TRACE ] Added iptables.build_rule to module
[TRACE ] Added iptables.check to module
[TRACE ] Added iptables.delete to module
[TRACE ] Added iptables.flush to module
[TRACE ] Added iptables.get_policy to module
[TRACE ] Added iptables.get_rules to module
[TRACE ] Added iptables.get_saved_policy to module
[TRACE ] Added iptables.get_saved_rules to module
[TRACE ] Added iptables.insert to module
[TRACE ] Added iptables.save to module
[TRACE ] Added iptables.set_policy to module
[TRACE ] Added iptables.version to module
[TRACE ] Added supervisord.add to module
[TRACE ] Added supervisord.custom to module
[TRACE ] Added supervisord.remove to module
[TRACE ] Added supervisord.reread to module
[TRACE ] Added supervisord.restart to module
[TRACE ] Added supervisord.start to module
[TRACE ] Added supervisord.status to module
[TRACE ] Added supervisord.status_raw to module
[TRACE ] Added supervisord.stop to module
[TRACE ] Added supervisord.update to module
[DEBUG ] Loaded linux_sysctl as virtual sysctl
[TRACE ] Added sysctl.assign to module
[TRACE ] Added sysctl.default_config to module
[TRACE ] Added sysctl.get to module
[TRACE ] Added sysctl.persist to module
[TRACE ] Added sysctl.show to module
[DEBUG ] Loaded rh_service as virtual service
[TRACE ] Added service.available to module
[TRACE ] Added service.disable to module
[TRACE ] Added service.disabled to module
[TRACE ] Added service.enable to module
[TRACE ] Added service.enabled to module
[TRACE ] Added service.get_all to module
[TRACE ] Added service.get_disabled to module
[TRACE ] Added service.get_enabled to module
[TRACE ] Added service.reload to module
[TRACE ] Added service.restart to module
[TRACE ] Added service.start to module
[TRACE ] Added service.status to module
[TRACE ] Added service.stop to module
[TRACE ] 'nzbget' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added nginx.configtest to module
[TRACE ] Added nginx.signal to module
[TRACE ] Added nginx.version to module
[TRACE ] Added ssh.auth_keys to module
[TRACE ] Added ssh.check_key to module
[TRACE ] Added ssh.check_key_file to module
[TRACE ] Added ssh.check_known_host to module
[TRACE ] Added ssh.get_known_host to module
[TRACE ] Added ssh.host_keys to module
[TRACE ] Added ssh.recv_known_host to module
[TRACE ] Added ssh.rm_auth_key to module
[TRACE ] Added ssh.rm_known_host to module
[TRACE ] Added ssh.set_auth_key to module
[TRACE ] Added ssh.set_auth_key_from_file to module
[TRACE ] Added ssh.set_known_host to module
[TRACE ] Added shadow.default_hash to module
[TRACE ] Added shadow.info to module
[TRACE ] Added shadow.set_date to module
[TRACE ] Added shadow.set_inactdays to module
[TRACE ] Added shadow.set_maxdays to module
[TRACE ] Added shadow.set_mindays to module
[TRACE ] Added shadow.set_password to module
[TRACE ] Added shadow.set_warndays to module
[TRACE ] Added gem.install to module
[TRACE ] Added gem.list to module
[TRACE ] Added gem.sources_add to module
[TRACE ] Added gem.sources_list to module
[TRACE ] Added gem.sources_remove to module
[TRACE ] Added gem.uninstall to module
[TRACE ] Added gem.update to module
[TRACE ] Added gem.update_system to module
[TRACE ] Added pillar.data to module
[TRACE ] Added pillar.ext to module
[TRACE ] Added pillar.get to module
[TRACE ] Added pillar.item to module
[TRACE ] Added pillar.items to module
[TRACE ] Added pillar.raw to module
[TRACE ] 'dig' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'rabbitmqctl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added hosts.add_host to module
[TRACE ] Added hosts.get_alias to module
[TRACE ] Added hosts.get_ip to module
[TRACE ] Added hosts.has_pair to module
[TRACE ] Added hosts.list_hosts to module
[TRACE ] Added hosts.rm_host to module
[TRACE ] Added hosts.set_host to module
[TRACE ] 'zpool' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded parted as virtual partition
[TRACE ] Added partition.align_check to module
[TRACE ] Added partition.check to module
[TRACE ] Added partition.cp to module
[TRACE ] Added partition.get_id to module
[TRACE ] Added partition.mkfs to module
[TRACE ] Added partition.mklabel to module
[TRACE ] Added partition.mkpart to module
[TRACE ] Added partition.mkpartfs to module
[TRACE ] Added partition.name to module
[TRACE ] Added partition.list to module
[TRACE ] Added partition.probe to module
[TRACE ] Added partition.rescue to module
[TRACE ] Added partition.resize to module
[TRACE ] Added partition.rm to module
[TRACE ] Added partition.set to module
[TRACE ] Added partition.set_id to module
[TRACE ] Added partition.system_types to module
[TRACE ] Added partition.toggle to module
[TRACE ] 'qemu-nbd' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added keyboard.get_sys to module
[TRACE ] Added keyboard.get_x to module
[TRACE ] Added keyboard.set_sys to module
[TRACE ] Added keyboard.set_x to module
[TRACE ] 'mfsgetgoal' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added cron.list_tab to module
[TRACE ] Added cron.ls to module
[TRACE ] Added cron.raw_cron to module
[TRACE ] Added cron.rm to module
[TRACE ] Added cron.rm_env to module
[TRACE ] Added cron.rm_job to module
[TRACE ] Added cron.set_env to module
[TRACE ] Added cron.set_job to module
[TRACE ] Added cron.set_special to module
[TRACE ] Added cron.write_cron_file to module
[TRACE ] Added cron.write_cron_file_verbose to module
[TRACE ] Added modjk.bulk_activate to module
[TRACE ] Added modjk.bulk_disable to module
[TRACE ] Added modjk.bulk_recover to module
[TRACE ] Added modjk.bulk_stop to module
[TRACE ] Added modjk.dump_config to module
[TRACE ] Added modjk.get_running to module
[TRACE ] Added modjk.lb_edit to module
[TRACE ] Added modjk.list_configured_members to module
[TRACE ] Added modjk.recover_all to module
[TRACE ] Added modjk.reset_stats to module
[TRACE ] Added modjk.version to module
[TRACE ] Added modjk.worker_activate to module
[TRACE ] Added modjk.worker_disable to module
[TRACE ] Added modjk.worker_edit to module
[TRACE ] Added modjk.worker_recover to module
[TRACE ] Added modjk.worker_status to module
[TRACE ] Added modjk.worker_stop to module
[TRACE ] Added modjk.workers to module
[DEBUG ] Loaded mdadm as virtual raid
[TRACE ] Added raid.create to module
[TRACE ] Added raid.destroy to module
[TRACE ] Added raid.detail to module
[TRACE ] Added raid.list to module
[TRACE ] Added event.fire to module
[TRACE ] Added event.fire_master to module
[TRACE ] Added kmod.available to module
[TRACE ] Added kmod.check_available to module
[TRACE ] Added kmod.is_loaded to module
[TRACE ] Added kmod.load to module
[TRACE ] Added kmod.lsmod to module
[TRACE ] Added kmod.mod_list to module
[TRACE ] Added kmod.remove to module
[DEBUG ] Loaded linux_acl as virtual acl
[TRACE ] Added acl.delfacl to module
[TRACE ] Added acl.getfacl to module
[TRACE ] Added acl.modfacl to module
[TRACE ] Added acl.version to module
[TRACE ] Added acl.wipefacls to module
[DEBUG ] Loaded sysmod as virtual sys
[TRACE ] Added sys.argspec to module
[TRACE ] Added sys.doc to module
[TRACE ] Added sys.list_functions to module
[TRACE ] Added sys.list_modules to module
[TRACE ] Added sys.reload_modules to module
[TRACE ] Added network.arp to module
[TRACE ] Added network.dig to module
[TRACE ] Added network.hw_addr to module
[TRACE ] Added network.hwaddr to module
[TRACE ] Added network.in_subnet to module
[TRACE ] Added network.interfaces to module
[TRACE ] Added network.ip_addrs to module
[TRACE ] Added network.ip_addrs6 to module
[TRACE ] Added network.ipaddrs to module
[TRACE ] Added network.ipaddrs6 to module
[TRACE ] Added network.netstat to module
[TRACE ] Added network.ping to module
[TRACE ] Added network.subnets to module
[TRACE ] Added network.traceroute to module
[TRACE ] Added publish.full_data to module
[TRACE ] Added publish.publish to module
[TRACE ] Added publish.runner to module
[TRACE ] Added state.clear_cache to module
[TRACE ] Added state.high to module
[TRACE ] Added state.highstate to module
[TRACE ] Added state.low to module
[TRACE ] Added state.pkg to module
[TRACE ] Added state.running to module
[TRACE ] Added state.show_highstate to module
[TRACE ] Added state.show_low_sls to module
[TRACE ] Added state.show_lowstate to module
[TRACE ] Added state.show_sls to module
[TRACE ] Added state.show_top to module
[TRACE ] Added state.single to module
[TRACE ] Added state.sls to module
[TRACE ] Added state.template to module
[TRACE ] Added state.template_str to module
[TRACE ] Added state.top to module
[TRACE ] Added locate.locate to module
[TRACE ] Added locate.stats to module
[TRACE ] Added locate.updatedb to module
[TRACE ] Added locate.version to module
[TRACE ] Added dnsutil.A to module
[TRACE ] Added dnsutil.MX to module
[TRACE ] Added dnsutil.NS to module
[TRACE ] Added dnsutil.SPF to module
[TRACE ] Added dnsutil.check_ip to module
[TRACE ] Added dnsutil.hosts_append to module
[TRACE ] Added dnsutil.hosts_remove to module
[TRACE ] Added dnsutil.parse_hosts to module
[TRACE ] Added dnsutil.parse_zone to module
[TRACE ] Added test.arg to module
[TRACE ] Added test.arg_repr to module
[TRACE ] Added test.arg_type to module
[TRACE ] Added test.collatz to module
[TRACE ] Added test.conf_test to module
[TRACE ] Added test.cross_test to module
[TRACE ] Added test.echo to module
[TRACE ] Added test.fib to module
[TRACE ] Added test.get_opts to module
[TRACE ] Added test.kwarg to module
[TRACE ] Added test.not_loaded to module
[TRACE ] Added test.opts_pkg to module
[TRACE ] Added test.outputter to module
[TRACE ] Added test.ping to module
[TRACE ] Added test.provider to module
[TRACE ] Added test.providers to module
[TRACE ] Added test.rand_sleep to module
[TRACE ] Added test.retcode to module
[TRACE ] Added test.sleep to module
[TRACE ] Added test.tty to module
[TRACE ] Added test.version to module
[TRACE ] Added test.versions_information to module
[TRACE ] Added test.versions_report to module
[TRACE ] Added key.finger to module
[TRACE ] 'apachectl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'solr' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'apache-solr' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added saltutil.cmd to module
[TRACE ] Added saltutil.cmd_iter to module
[TRACE ] Added saltutil.find_job to module
[TRACE ] Added saltutil.is_running to module
[TRACE ] Added saltutil.kill_job to module
[TRACE ] Added saltutil.refresh_modules to module
[TRACE ] Added saltutil.refresh_pillar to module
[TRACE ] Added saltutil.regen_keys to module
[TRACE ] Added saltutil.revoke_auth to module
[TRACE ] Added saltutil.running to module
[TRACE ] Added saltutil.signal_job to module
[TRACE ] Added saltutil.sync_all to module
[TRACE ] Added saltutil.sync_grains to module
[TRACE ] Added saltutil.sync_modules to module
[TRACE ] Added saltutil.sync_outputters to module
[TRACE ] Added saltutil.sync_renderers to module
[TRACE ] Added saltutil.sync_returners to module
[TRACE ] Added saltutil.sync_states to module
[TRACE ] Added saltutil.term_job to module
[TRACE ] Added saltutil.update to module
[TRACE ] 'guestmount' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added extfs.attributes to module
[TRACE ] Added extfs.blocks to module
[TRACE ] Added extfs.dump to module
[TRACE ] Added extfs.mkfs to module
[TRACE ] Added extfs.tune to module
[TRACE ] 'lxc' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added dnsmasq.fullversion to module
[TRACE ] Added dnsmasq.get_config to module
[TRACE ] Added dnsmasq.set_config to module
[TRACE ] Added dnsmasq.version to module
[TRACE ] Added nfs3.del_export to module
[TRACE ] Added nfs3.list_exports to module
[TRACE ] 'facter' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added cp.cache_dir to module
[TRACE ] Added cp.cache_file to module
[TRACE ] Added cp.cache_files to module
[TRACE ] Added cp.cache_local_file to module
[TRACE ] Added cp.cache_master to module
[TRACE ] Added cp.get_dir to module
[TRACE ] Added cp.get_file to module
[TRACE ] Added cp.get_file_str to module
[TRACE ] Added cp.get_template to module
[TRACE ] Added cp.get_url to module
[TRACE ] Added cp.hash_file to module
[TRACE ] Added cp.is_cached to module
[TRACE ] Added cp.list_master to module
[TRACE ] Added cp.list_master_dirs to module
[TRACE ] Added cp.list_minion to module
[TRACE ] Added cp.list_states to module
[TRACE ] Added cp.push to module
[TRACE ] Added cp.recv to module
[DEBUG ] Loaded rpm as virtual lowpkg
[TRACE ] Added lowpkg.file_dict to module
[TRACE ] Added lowpkg.file_list to module
[TRACE ] Added lowpkg.list_pkgs to module
[TRACE ] Added lowpkg.verify to module
[TRACE ] Added system.halt to module
[TRACE ] Added system.init to module
[TRACE ] Added system.poweroff to module
[TRACE ] Added system.reboot to module
[TRACE ] Added system.shutdown to module
[DEBUG ] Loaded djangomod as virtual django
[TRACE ] Added django.collectstatic to module
[TRACE ] Added django.command to module
[TRACE ] Added django.createsuperuser to module
[TRACE ] Added django.loaddata to module
[TRACE ] Added django.syncdb to module
[TRACE ] 'htpasswd' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded useradd as virtual user
[TRACE ] Added user.add to module
[TRACE ] Added user.chfullname to module
[TRACE ] Added user.chgid to module
[TRACE ] Added user.chgroups to module
[TRACE ] Added user.chhome to module
[TRACE ] Added user.chhomephone to module
[TRACE ] Added user.chroomnumber to module
[TRACE ] Added user.chshell to module
[TRACE ] Added user.chuid to module
[TRACE ] Added user.chworkphone to module
[TRACE ] Added user.delete to module
[TRACE ] Added user.getent to module
[TRACE ] Added user.info to module
[TRACE ] Added user.list_groups to module
[TRACE ] Added user.list_users to module
[TRACE ] Added git.add to module
[TRACE ] Added git.archive to module
[TRACE ] Added git.checkout to module
[TRACE ] Added git.clone to module
[TRACE ] Added git.commit to module
[TRACE ] Added git.config_get to module
[TRACE ] Added git.config_set to module
[TRACE ] Added git.current_branch to module
[TRACE ] Added git.describe to module
[TRACE ] Added git.fetch to module
[TRACE ] Added git.init to module
[TRACE ] Added git.ls_remote to module
[TRACE ] Added git.merge to module
[TRACE ] Added git.pull to module
[TRACE ] Added git.push to module
[TRACE ] Added git.rebase to module
[TRACE ] Added git.remote_get to module
[TRACE ] Added git.remote_set to module
[TRACE ] Added git.remotes to module
[TRACE ] Added git.reset to module
[TRACE ] Added git.revision to module
[TRACE ] Added git.rm to module
[TRACE ] Added git.stash to module
[TRACE ] Added git.status to module
[TRACE ] Added git.submodule to module
[TRACE ] 'pecl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added hg.archive to module
[TRACE ] Added hg.clone to module
[TRACE ] Added hg.describe to module
[TRACE ] Added hg.pull to module
[TRACE ] Added hg.revision to module
[TRACE ] Added hg.update to module
[DEBUG ] Loaded grub_legacy as virtual grub
[TRACE ] Added grub.conf to module
[TRACE ] Added grub.version to module
[TRACE ] Added grains.append to module
[TRACE ] Added grains.delval to module
[TRACE ] Added grains.filter_by to module
[TRACE ] Added grains.get to module
[TRACE ] Added grains.item to module
[TRACE ] Added grains.items to module
[TRACE ] Added grains.ls to module
[TRACE ] Added grains.remove to module
[TRACE ] Added grains.setval to module
[DEBUG ] Loaded rh_ip as virtual ip
[TRACE ] Added ip.apply_network_settings to module
[TRACE ] Added ip.build_bond to module
[TRACE ] Added ip.build_interface to module
[TRACE ] Added ip.build_network_settings to module
[TRACE ] Added ip.build_routes to module
[TRACE ] Added ip.down to module
[TRACE ] Added ip.get_bond to module
[TRACE ] Added ip.get_interface to module
[TRACE ] Added ip.get_network_settings to module
[TRACE ] Added ip.get_routes to module
[TRACE ] Added ip.up to module
[TRACE ] Added mount.active to module
[TRACE ] Added mount.fstab to module
[TRACE ] Added mount.is_fuse_exec to module
[TRACE ] Added mount.mount to module
[TRACE ] Added mount.remount to module
[TRACE ] Added mount.rm_fstab to module
[TRACE ] Added mount.set_fstab to module
[TRACE ] Added mount.swapoff to module
[TRACE ] Added mount.swapon to module
[TRACE ] Added mount.swaps to module
[TRACE ] Added mount.umount to module
[TRACE ] Added logrotate.set to module
[TRACE ] Added logrotate.show_conf to module
[TRACE ] 'psql' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added pkg_resource.add_pkg to module
[TRACE ] Added pkg_resource.check_extra_requirements to module
[TRACE ] Added pkg_resource.find_changes to module
[TRACE ] Added pkg_resource.pack_sources to module
[TRACE ] Added pkg_resource.parse_targets to module
[TRACE ] Added pkg_resource.sort_pkglist to module
[TRACE ] Added pkg_resource.stringify to module
[TRACE ] Added pkg_resource.version to module
[TRACE ] Added pkg_resource.version_clean to module
[TRACE ] Added bridge.add to module
[TRACE ] Added bridge.addif to module
[TRACE ] Added bridge.delete to module
[TRACE ] Added bridge.delif to module
[TRACE ] Added bridge.find_interfaces to module
[TRACE ] Added bridge.interfaces to module
[TRACE ] Added bridge.list to module
[TRACE ] Added bridge.show to module
[TRACE ] Added bridge.stp to module
[TRACE ] Added mine.delete to module
[TRACE ] Added mine.flush to module
[TRACE ] Added mine.get to module
[TRACE ] Added mine.send to module
[TRACE ] Added mine.update to module
[TRACE ] Added rvm.do to module
[TRACE ] Added rvm.gemset_copy to module
[TRACE ] Added rvm.gemset_create to module
[TRACE ] Added rvm.gemset_delete to module
[TRACE ] Added rvm.gemset_empty to module
[TRACE ] Added rvm.gemset_list to module
[TRACE ] Added rvm.gemset_list_all to module
[TRACE ] Added rvm.get to module
[TRACE ] Added rvm.install to module
[TRACE ] Added rvm.install_ruby to module
[TRACE ] Added rvm.is_installed to module
[TRACE ] Added rvm.list to module
[TRACE ] Added rvm.reinstall_ruby to module
[TRACE ] Added rvm.rubygems to module
[TRACE ] Added rvm.set_default to module
[TRACE ] Added rvm.wrapper to module
[TRACE ] Added seed.apply to module
[TRACE ] 'at' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added file.append to module
[TRACE ] Added file.check_file_meta to module
[TRACE ] Added file.check_hash to module
[TRACE ] Added file.check_managed to module
[TRACE ] Added file.check_perms to module
[TRACE ] Added file.chgrp to module
[TRACE ] Added file.chown to module
[TRACE ] Added file.comment to module
[TRACE ] Added file.contains to module
[TRACE ] Added file.contains_glob to module
[TRACE ] Added file.contains_regex to module
[TRACE ] Added file.contains_regex_multiline to module
[TRACE ] Added file.copy to module
[TRACE ] Added file.delete_backup to module
[TRACE ] Added file.directory_exists to module
[TRACE ] Added file.file_exists to module
[TRACE ] Added file.find to module
[TRACE ] Added file.get_devmm to module
[TRACE ] Added file.get_diff to module
[TRACE ] Added file.get_gid to module
[TRACE ] Added file.get_group to module
[TRACE ] Added file.get_hash to module
[TRACE ] Added file.get_managed to module
[TRACE ] Added file.get_mode to module
[TRACE ] Added file.get_selinux_context to module
[TRACE ] Added file.get_sum to module
[TRACE ] Added file.get_uid to module
[TRACE ] Added file.get_user to module
[TRACE ] Added file.gid_to_group to module
[TRACE ] Added file.group_to_gid to module
[TRACE ] Added file.is_blkdev to module
[TRACE ] Added file.is_chrdev to module
[TRACE ] Added file.is_fifo to module
[TRACE ] Added file.list_backup to module
[TRACE ] Added file.list_backups to module
[TRACE ] Added file.makedirs to module
[TRACE ] Added file.makedirs_perms to module
[TRACE ] Added file.manage_file to module
[TRACE ] Added file.mkdir to module
[TRACE ] Added file.mknod to module
[TRACE ] Added file.mknod_blkdev to module
[TRACE ] Added file.mknod_chrdev to module
[TRACE ] Added file.mknod_fifo to module
[TRACE ] Added file.patch to module
[TRACE ] Added file.psed to module
[TRACE ] Added file.remove to module
[TRACE ] Added file.remove_backup to module
[TRACE ] Added file.rename to module
[TRACE ] Added file.replace to module
[TRACE ] Added file.restore_backup to module
[TRACE ] Added file.restorecon to module
[TRACE ] Added file.search to module
[TRACE ] Added file.sed to module
[TRACE ] Added file.sed_contains to module
[TRACE ] Added file.set_mode to module
[TRACE ] Added file.set_selinux_context to module
[TRACE ] Added file.source_list to module
[TRACE ] Added file.stats to module
[TRACE ] Added file.symlink to module
[TRACE ] Added file.touch to module
[TRACE ] Added file.uid_to_user to module
[TRACE ] Added file.uncomment to module
[TRACE ] Added file.user_to_uid to module
[TRACE ] Added pip.freeze to module
[TRACE ] Added pip.install to module
[TRACE ] Added pip.list to module
[TRACE ] Added pip.uninstall to module
[TRACE ] Added pip.version to module
[TRACE ] Added timezone.get_hwclock to module
[TRACE ] Added timezone.get_offset to module
[TRACE ] Added timezone.get_zone to module
[TRACE ] Added timezone.get_zonecode to module
[TRACE ] Added timezone.set_hwclock to module
[TRACE ] Added timezone.set_zone to module
[TRACE ] Added timezone.zone_compare to module
[TRACE ] Added archive.gunzip to module
[TRACE ] Added archive.gzip to module
[TRACE ] Added archive.rar to module
[TRACE ] Added archive.tar to module
[TRACE ] Added archive.unrar to module
[TRACE ] Added archive.unzip to module
[TRACE ] Added archive.zip to module
[TRACE ] Added daemontools.available to module
[TRACE ] Added daemontools.full_restart to module
[TRACE ] Added daemontools.get_all to module
[TRACE ] Added daemontools.reload to module
[TRACE ] Added daemontools.restart to module
[TRACE ] Added daemontools.start to module
[TRACE ] Added daemontools.status to module
[TRACE ] Added daemontools.stop to module
[TRACE ] Added daemontools.term to module
[TRACE ] 'monit' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded virtualenv_mod as virtual virtualenv
[TRACE ] Added virtualenv.create to module
[TRACE ] Added virtualenv.get_site_packages to module
[TRACE ] Added s3.delete to module
[TRACE ] Added s3.get to module
[TRACE ] Added s3.head to module
[TRACE ] Added s3.put to module
[TRACE ] Added sqlite3.fetch to module
[TRACE ] Added sqlite3.indexes to module
[TRACE ] Added sqlite3.indices to module
[TRACE ] Added sqlite3.modify to module
[TRACE ] Added sqlite3.sqlite_version to module
[TRACE ] Added sqlite3.tables to module
[TRACE ] Added sqlite3.version to module
[TRACE ] 'riak' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added config.backup_mode to module
[TRACE ] Added config.dot_vals to module
[TRACE ] Added config.gather_bootstrap_script to module
[TRACE ] Added config.get to module
[TRACE ] Added config.manage_mode to module
[TRACE ] Added config.merge to module
[TRACE ] Added config.option to module
[TRACE ] Added config.valid_fileproto to module
[TRACE ] 'npm' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'setquota' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'qemu-img' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added data.cas to module
[TRACE ] Added data.clear to module
[TRACE ] Added data.dump to module
[TRACE ] Added data.getval to module
[TRACE ] Added data.getvals to module
[TRACE ] Added data.load to module
[TRACE ] Added data.update to module
[DEBUG ] Loaded cmdmod as virtual cmd
[TRACE ] Added cmd.exec_code to module
[TRACE ] Added cmd.has_exec to module
[TRACE ] Added cmd.retcode to module
[TRACE ] Added cmd.run to module
[TRACE ] Added cmd.run_all to module
[TRACE ] Added cmd.run_stderr to module
[TRACE ] Added cmd.run_stdout to module
[TRACE ] Added cmd.script to module
[TRACE ] Added cmd.script_retcode to module
[TRACE ] Added cmd.which to module
[TRACE ] Added cmd.which_bin to module
[TRACE ] Added svn.add to module
[TRACE ] Added svn.checkout to module
[TRACE ] Added svn.commit to module
[TRACE ] Added svn.diff to module
[TRACE ] Added svn.export to module
[TRACE ] Added svn.info to module
[TRACE ] Added svn.remove to module
[TRACE ] Added svn.status to module
[TRACE ] Added svn.update to module
[TRACE ] Added status.all_status to module
[TRACE ] Added status.cpuinfo to module
[TRACE ] Added status.cpustats to module
[TRACE ] Added status.custom to module
[TRACE ] Added status.diskstats to module
[TRACE ] Added status.diskusage to module
[TRACE ] Added status.loadavg to module
[TRACE ] Added status.meminfo to module
[TRACE ] Added status.netdev to module
[TRACE ] Added status.netstats to module
[TRACE ] Added status.pid to module
[TRACE ] Added status.procs to module
[TRACE ] Added status.uptime to module
[TRACE ] Added status.vmstats to module
[TRACE ] Added status.w to module
[TRACE ] 'brew' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added rbenv.default to module
[TRACE ] Added rbenv.install to module
[TRACE ] Added rbenv.install_ruby to module
[TRACE ] Added rbenv.is_installed to module
[TRACE ] Added rbenv.list to module
[TRACE ] Added rbenv.uninstall_ruby to module
[TRACE ] Added rbenv.update to module
[TRACE ] Added rbenv.versions to module
[DEBUG ] Loaded linux_lvm as virtual lvm
[TRACE ] Added lvm.fullversion to module
[TRACE ] Added lvm.lvcreate to module
[TRACE ] Added lvm.lvdisplay to module
[TRACE ] Added lvm.lvremove to module
[TRACE ] Added lvm.pvcreate to module
[TRACE ] Added lvm.pvdisplay to module
[TRACE ] Added lvm.version to module
[TRACE ] Added lvm.vgcreate to module
[TRACE ] Added lvm.vgdisplay to module
[TRACE ] Added lvm.vgremove to module
[DEBUG ] loading render in ['/var/cache/salt/minion/extmods/renderers', '/usr/lib/python2.6/site-packages/salt/renderers']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/renderers, it is not a directory
[TRACE ] Added mako.StringIO to render
[TRACE ] Added mako.render to render
[TRACE ] Added pydsl.render to render
[TRACE ] Added stateconf.Bunch to render
[TRACE ] Added stateconf.StringIO to render
[TRACE ] Added stateconf.add_goal_state to render
[TRACE ] Added stateconf.add_implicit_requires to render
[TRACE ] Added stateconf.add_start_state to render
[TRACE ] Added stateconf.chain to render
[TRACE ] Added stateconf.extract_state_confs to render
[TRACE ] Added stateconf.has_names_decls to render
[TRACE ] Added stateconf.nvlist to render
[TRACE ] Added stateconf.nvlist2 to render
[TRACE ] Added stateconf.rename_state_ids to render
[TRACE ] Added stateconf.render to render
[TRACE ] Added stateconf.rewrite_single_shorthand_state_decl to render
[TRACE ] Added stateconf.rewrite_sls_includes_excludes to render
[TRACE ] Added stateconf.state_name to render
[TRACE ] Added stateconf.statelist to render
[TRACE ] Added jinja.StringIO to render
[TRACE ] Added jinja.render to render
[TRACE ] Added py.render to render
[TRACE ] Added yaml.CustomLoader to render
[TRACE ] Added yaml.OrderedDict to render
[TRACE ] Added yaml.get_yaml_loader to render
[TRACE ] Added yaml.load to render
[TRACE ] Added yaml.render to render
[TRACE ] Added json.render to render
[TRACE ] Added wempy.StringIO to render
[TRACE ] Added wempy.render to render
[DEBUG ] loading pillar in ['/var/cache/salt/minion/extmods/pillar', '/usr/lib/python2.6/site-packages/salt/pillar']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/pillar, it is not a directory
[TRACE ] Added cmd_yaml.ext_pillar to pillar
[TRACE ] Added puppet.ext_pillar to pillar
[TRACE ] Added cmd_json.ext_pillar to pillar
[TRACE ] Added libvirt.ext_pillar to pillar
[TRACE ] Added libvirt.gen_hyper_keys to pillar
[TRACE ] 'hiera' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added django_orm.ext_pillar to pillar
[TRACE ] Added cobbler.ext_pillar to pillar
[TRACE ] Added virtkey.ext_pillar to pillar
[INFO ] Loading fresh modules for state activity
[DEBUG ] loading module in ['/var/cache/salt/minion/extmods/modules', '/usr/lib/python2.6/site-packages/salt/modules']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/modules, it is not a directory
[TRACE ] 'zfs' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded localemod as virtual locale
[TRACE ] Added locale.get_locale to module
[TRACE ] Added locale.list_avail to module
[TRACE ] Added locale.set_locale to module
[TRACE ] 'semanage' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded groupadd as virtual group
[TRACE ] Added group.add to module
[TRACE ] Added group.chgid to module
[TRACE ] Added group.delete to module
[TRACE ] Added group.getent to module
[TRACE ] Added group.info to module
[TRACE ] Added alternatives.auto to module
[TRACE ] Added alternatives.check_installed to module
[TRACE ] Added alternatives.display to module
[TRACE ] Added alternatives.install to module
[TRACE ] Added alternatives.remove to module
[TRACE ] Added alternatives.set to module
[TRACE ] Added alternatives.show_current to module
[TRACE ] Added ret.get_fun to module
[TRACE ] Added ret.get_jid to module
[TRACE ] Added ret.get_jids to module
[TRACE ] Added ret.get_minions to module
[TRACE ] Added disk.inodeusage to module
[TRACE ] Added disk.usage to module
[DEBUG ] Loaded yumpkg as virtual pkg
[TRACE ] Added pkg.available_version to module
[TRACE ] Added pkg.check_db to module
[TRACE ] Added pkg.clean_metadata to module
[TRACE ] Added pkg.del_repo to module
[TRACE ] Added pkg.expand_repo_def to module
[TRACE ] Added pkg.file_dict to module
[TRACE ] Added pkg.file_list to module
[TRACE ] Added pkg.get_repo to module
[TRACE ] Added pkg.group_diff to module
[TRACE ] Added pkg.group_info to module
[TRACE ] Added pkg.group_install to module
[TRACE ] Added pkg.group_list to module
[TRACE ] Added pkg.install to module
[TRACE ] Added pkg.latest_version to module
[TRACE ] Added pkg.list_pkgs to module
[TRACE ] Added pkg.list_repos to module
[TRACE ] Added pkg.list_upgrades to module
[TRACE ] Added pkg.mod_repo to module
[TRACE ] Added pkg.purge to module
[TRACE ] Added pkg.refresh_db to module
[TRACE ] Added pkg.remove to module
[TRACE ] Added pkg.upgrade to module
[TRACE ] Added pkg.upgrade_available to module
[TRACE ] Added pkg.verify to module
[TRACE ] Added pkg.version to module
[TRACE ] Added aliases.get_target to module
[TRACE ] Added aliases.has_target to module
[TRACE ] Added aliases.list_aliases to module
[TRACE ] Added aliases.rm_alias to module
[TRACE ] Added aliases.set_target to module
[TRACE ] Added img.bootstrap to module
[TRACE ] Added img.mnt_image to module
[TRACE ] Added img.mount_image to module
[TRACE ] Added img.umount_image to module
[TRACE ] Added match.compound to module
[TRACE ] Added match.data to module
[TRACE ] Added match.glob to module
[TRACE ] Added match.grain to module
[TRACE ] Added match.grain_pcre to module
[TRACE ] Added match.ipcidr to module
[TRACE ] Added match.list to module
[TRACE ] Added match.pcre to module
[TRACE ] Added match.pillar to module
[TRACE ] 'sysbench' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added iptables.append to module
[TRACE ] Added iptables.build_rule to module
[TRACE ] Added iptables.check to module
[TRACE ] Added iptables.delete to module
[TRACE ] Added iptables.flush to module
[TRACE ] Added iptables.get_policy to module
[TRACE ] Added iptables.get_rules to module
[TRACE ] Added iptables.get_saved_policy to module
[TRACE ] Added iptables.get_saved_rules to module
[TRACE ] Added iptables.insert to module
[TRACE ] Added iptables.save to module
[TRACE ] Added iptables.set_policy to module
[TRACE ] Added iptables.version to module
[TRACE ] Added supervisord.add to module
[TRACE ] Added supervisord.custom to module
[TRACE ] Added supervisord.remove to module
[TRACE ] Added supervisord.reread to module
[TRACE ] Added supervisord.restart to module
[TRACE ] Added supervisord.start to module
[TRACE ] Added supervisord.status to module
[TRACE ] Added supervisord.status_raw to module
[TRACE ] Added supervisord.stop to module
[TRACE ] Added supervisord.update to module
[DEBUG ] Loaded linux_sysctl as virtual sysctl
[TRACE ] Added sysctl.assign to module
[TRACE ] Added sysctl.default_config to module
[TRACE ] Added sysctl.get to module
[TRACE ] Added sysctl.persist to module
[TRACE ] Added sysctl.show to module
[DEBUG ] Loaded rh_service as virtual service
[TRACE ] Added service.available to module
[TRACE ] Added service.disable to module
[TRACE ] Added service.disabled to module
[TRACE ] Added service.enable to module
[TRACE ] Added service.enabled to module
[TRACE ] Added service.get_all to module
[TRACE ] Added service.get_disabled to module
[TRACE ] Added service.get_enabled to module
[TRACE ] Added service.reload to module
[TRACE ] Added service.restart to module
[TRACE ] Added service.start to module
[TRACE ] Added service.status to module
[TRACE ] Added service.stop to module
[TRACE ] 'nzbget' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added nginx.configtest to module
[TRACE ] Added nginx.signal to module
[TRACE ] Added nginx.version to module
[TRACE ] Added ssh.auth_keys to module
[TRACE ] Added ssh.check_key to module
[TRACE ] Added ssh.check_key_file to module
[TRACE ] Added ssh.check_known_host to module
[TRACE ] Added ssh.get_known_host to module
[TRACE ] Added ssh.host_keys to module
[TRACE ] Added ssh.recv_known_host to module
[TRACE ] Added ssh.rm_auth_key to module
[TRACE ] Added ssh.rm_known_host to module
[TRACE ] Added ssh.set_auth_key to module
[TRACE ] Added ssh.set_auth_key_from_file to module
[TRACE ] Added ssh.set_known_host to module
[TRACE ] Added shadow.default_hash to module
[TRACE ] Added shadow.info to module
[TRACE ] Added shadow.set_date to module
[TRACE ] Added shadow.set_inactdays to module
[TRACE ] Added shadow.set_maxdays to module
[TRACE ] Added shadow.set_mindays to module
[TRACE ] Added shadow.set_password to module
[TRACE ] Added shadow.set_warndays to module
[TRACE ] Added gem.install to module
[TRACE ] Added gem.list to module
[TRACE ] Added gem.sources_add to module
[TRACE ] Added gem.sources_list to module
[TRACE ] Added gem.sources_remove to module
[TRACE ] Added gem.uninstall to module
[TRACE ] Added gem.update to module
[TRACE ] Added gem.update_system to module
[TRACE ] Added pillar.data to module
[TRACE ] Added pillar.ext to module
[TRACE ] Added pillar.get to module
[TRACE ] Added pillar.item to module
[TRACE ] Added pillar.items to module
[TRACE ] Added pillar.raw to module
[TRACE ] 'dig' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'rabbitmqctl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added hosts.add_host to module
[TRACE ] Added hosts.get_alias to module
[TRACE ] Added hosts.get_ip to module
[TRACE ] Added hosts.has_pair to module
[TRACE ] Added hosts.list_hosts to module
[TRACE ] Added hosts.rm_host to module
[TRACE ] Added hosts.set_host to module
[TRACE ] 'zpool' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded parted as virtual partition
[TRACE ] Added partition.align_check to module
[TRACE ] Added partition.check to module
[TRACE ] Added partition.cp to module
[TRACE ] Added partition.get_id to module
[TRACE ] Added partition.mkfs to module
[TRACE ] Added partition.mklabel to module
[TRACE ] Added partition.mkpart to module
[TRACE ] Added partition.mkpartfs to module
[TRACE ] Added partition.name to module
[TRACE ] Added partition.list to module
[TRACE ] Added partition.probe to module
[TRACE ] Added partition.rescue to module
[TRACE ] Added partition.resize to module
[TRACE ] Added partition.rm to module
[TRACE ] Added partition.set to module
[TRACE ] Added partition.set_id to module
[TRACE ] Added partition.system_types to module
[TRACE ] Added partition.toggle to module
[TRACE ] 'qemu-nbd' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added keyboard.get_sys to module
[TRACE ] Added keyboard.get_x to module
[TRACE ] Added keyboard.set_sys to module
[TRACE ] Added keyboard.set_x to module
[TRACE ] 'mfsgetgoal' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added cron.list_tab to module
[TRACE ] Added cron.ls to module
[TRACE ] Added cron.raw_cron to module
[TRACE ] Added cron.rm to module
[TRACE ] Added cron.rm_env to module
[TRACE ] Added cron.rm_job to module
[TRACE ] Added cron.set_env to module
[TRACE ] Added cron.set_job to module
[TRACE ] Added cron.set_special to module
[TRACE ] Added cron.write_cron_file to module
[TRACE ] Added cron.write_cron_file_verbose to module
[TRACE ] Added modjk.bulk_activate to module
[TRACE ] Added modjk.bulk_disable to module
[TRACE ] Added modjk.bulk_recover to module
[TRACE ] Added modjk.bulk_stop to module
[TRACE ] Added modjk.dump_config to module
[TRACE ] Added modjk.get_running to module
[TRACE ] Added modjk.lb_edit to module
[TRACE ] Added modjk.list_configured_members to module
[TRACE ] Added modjk.recover_all to module
[TRACE ] Added modjk.reset_stats to module
[TRACE ] Added modjk.version to module
[TRACE ] Added modjk.worker_activate to module
[TRACE ] Added modjk.worker_disable to module
[TRACE ] Added modjk.worker_edit to module
[TRACE ] Added modjk.worker_recover to module
[TRACE ] Added modjk.worker_status to module
[TRACE ] Added modjk.worker_stop to module
[TRACE ] Added modjk.workers to module
[DEBUG ] Loaded mdadm as virtual raid
[TRACE ] Added raid.create to module
[TRACE ] Added raid.destroy to module
[TRACE ] Added raid.detail to module
[TRACE ] Added raid.list to module
[TRACE ] Added event.fire to module
[TRACE ] Added event.fire_master to module
[TRACE ] Added kmod.available to module
[TRACE ] Added kmod.check_available to module
[TRACE ] Added kmod.is_loaded to module
[TRACE ] Added kmod.load to module
[TRACE ] Added kmod.lsmod to module
[TRACE ] Added kmod.mod_list to module
[TRACE ] Added kmod.remove to module
[DEBUG ] Loaded linux_acl as virtual acl
[TRACE ] Added acl.delfacl to module
[TRACE ] Added acl.getfacl to module
[TRACE ] Added acl.modfacl to module
[TRACE ] Added acl.version to module
[TRACE ] Added acl.wipefacls to module
[DEBUG ] Loaded sysmod as virtual sys
[TRACE ] Added sys.argspec to module
[TRACE ] Added sys.doc to module
[TRACE ] Added sys.list_functions to module
[TRACE ] Added sys.list_modules to module
[TRACE ] Added sys.reload_modules to module
[TRACE ] Added network.arp to module
[TRACE ] Added network.dig to module
[TRACE ] Added network.hw_addr to module
[TRACE ] Added network.hwaddr to module
[TRACE ] Added network.in_subnet to module
[TRACE ] Added network.interfaces to module
[TRACE ] Added network.ip_addrs to module
[TRACE ] Added network.ip_addrs6 to module
[TRACE ] Added network.ipaddrs to module
[TRACE ] Added network.ipaddrs6 to module
[TRACE ] Added network.netstat to module
[TRACE ] Added network.ping to module
[TRACE ] Added network.subnets to module
[TRACE ] Added network.traceroute to module
[TRACE ] Added publish.full_data to module
[TRACE ] Added publish.publish to module
[TRACE ] Added publish.runner to module
[TRACE ] Added state.clear_cache to module
[TRACE ] Added state.high to module
[TRACE ] Added state.highstate to module
[TRACE ] Added state.low to module
[TRACE ] Added state.pkg to module
[TRACE ] Added state.running to module
[TRACE ] Added state.show_highstate to module
[TRACE ] Added state.show_low_sls to module
[TRACE ] Added state.show_lowstate to module
[TRACE ] Added state.show_sls to module
[TRACE ] Added state.show_top to module
[TRACE ] Added state.single to module
[TRACE ] Added state.sls to module
[TRACE ] Added state.template to module
[TRACE ] Added state.template_str to module
[TRACE ] Added state.top to module
[TRACE ] Added locate.locate to module
[TRACE ] Added locate.stats to module
[TRACE ] Added locate.updatedb to module
[TRACE ] Added locate.version to module
[TRACE ] Added dnsutil.A to module
[TRACE ] Added dnsutil.MX to module
[TRACE ] Added dnsutil.NS to module
[TRACE ] Added dnsutil.SPF to module
[TRACE ] Added dnsutil.check_ip to module
[TRACE ] Added dnsutil.hosts_append to module
[TRACE ] Added dnsutil.hosts_remove to module
[TRACE ] Added dnsutil.parse_hosts to module
[TRACE ] Added dnsutil.parse_zone to module
[TRACE ] Added test.arg to module
[TRACE ] Added test.arg_repr to module
[TRACE ] Added test.arg_type to module
[TRACE ] Added test.collatz to module
[TRACE ] Added test.conf_test to module
[TRACE ] Added test.cross_test to module
[TRACE ] Added test.echo to module
[TRACE ] Added test.fib to module
[TRACE ] Added test.get_opts to module
[TRACE ] Added test.kwarg to module
[TRACE ] Added test.not_loaded to module
[TRACE ] Added test.opts_pkg to module
[TRACE ] Added test.outputter to module
[TRACE ] Added test.ping to module
[TRACE ] Added test.provider to module
[TRACE ] Added test.providers to module
[TRACE ] Added test.rand_sleep to module
[TRACE ] Added test.retcode to module
[TRACE ] Added test.sleep to module
[TRACE ] Added test.tty to module
[TRACE ] Added test.version to module
[TRACE ] Added test.versions_information to module
[TRACE ] Added test.versions_report to module
[TRACE ] Added key.finger to module
[TRACE ] 'apachectl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'solr' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'apache-solr' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added saltutil.cmd to module
[TRACE ] Added saltutil.cmd_iter to module
[TRACE ] Added saltutil.find_job to module
[TRACE ] Added saltutil.is_running to module
[TRACE ] Added saltutil.kill_job to module
[TRACE ] Added saltutil.refresh_modules to module
[TRACE ] Added saltutil.refresh_pillar to module
[TRACE ] Added saltutil.regen_keys to module
[TRACE ] Added saltutil.revoke_auth to module
[TRACE ] Added saltutil.running to module
[TRACE ] Added saltutil.signal_job to module
[TRACE ] Added saltutil.sync_all to module
[TRACE ] Added saltutil.sync_grains to module
[TRACE ] Added saltutil.sync_modules to module
[TRACE ] Added saltutil.sync_outputters to module
[TRACE ] Added saltutil.sync_renderers to module
[TRACE ] Added saltutil.sync_returners to module
[TRACE ] Added saltutil.sync_states to module
[TRACE ] Added saltutil.term_job to module
[TRACE ] Added saltutil.update to module
[TRACE ] 'guestmount' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added extfs.attributes to module
[TRACE ] Added extfs.blocks to module
[TRACE ] Added extfs.dump to module
[TRACE ] Added extfs.mkfs to module
[TRACE ] Added extfs.tune to module
[TRACE ] 'lxc' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added dnsmasq.fullversion to module
[TRACE ] Added dnsmasq.get_config to module
[TRACE ] Added dnsmasq.set_config to module
[TRACE ] Added dnsmasq.version to module
[TRACE ] Added nfs3.del_export to module
[TRACE ] Added nfs3.list_exports to module
[TRACE ] 'facter' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added cp.cache_dir to module
[TRACE ] Added cp.cache_file to module
[TRACE ] Added cp.cache_files to module
[TRACE ] Added cp.cache_local_file to module
[TRACE ] Added cp.cache_master to module
[TRACE ] Added cp.get_dir to module
[TRACE ] Added cp.get_file to module
[TRACE ] Added cp.get_file_str to module
[TRACE ] Added cp.get_template to module
[TRACE ] Added cp.get_url to module
[TRACE ] Added cp.hash_file to module
[TRACE ] Added cp.is_cached to module
[TRACE ] Added cp.list_master to module
[TRACE ] Added cp.list_master_dirs to module
[TRACE ] Added cp.list_minion to module
[TRACE ] Added cp.list_states to module
[TRACE ] Added cp.push to module
[TRACE ] Added cp.recv to module
[DEBUG ] Loaded rpm as virtual lowpkg
[TRACE ] Added lowpkg.file_dict to module
[TRACE ] Added lowpkg.file_list to module
[TRACE ] Added lowpkg.list_pkgs to module
[TRACE ] Added lowpkg.verify to module
[TRACE ] Added system.halt to module
[TRACE ] Added system.init to module
[TRACE ] Added system.poweroff to module
[TRACE ] Added system.reboot to module
[TRACE ] Added system.shutdown to module
[DEBUG ] Loaded djangomod as virtual django
[TRACE ] Added django.collectstatic to module
[TRACE ] Added django.command to module
[TRACE ] Added django.createsuperuser to module
[TRACE ] Added django.loaddata to module
[TRACE ] Added django.syncdb to module
[TRACE ] 'htpasswd' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded useradd as virtual user
[TRACE ] Added user.add to module
[TRACE ] Added user.chfullname to module
[TRACE ] Added user.chgid to module
[TRACE ] Added user.chgroups to module
[TRACE ] Added user.chhome to module
[TRACE ] Added user.chhomephone to module
[TRACE ] Added user.chroomnumber to module
[TRACE ] Added user.chshell to module
[TRACE ] Added user.chuid to module
[TRACE ] Added user.chworkphone to module
[TRACE ] Added user.delete to module
[TRACE ] Added user.getent to module
[TRACE ] Added user.info to module
[TRACE ] Added user.list_groups to module
[TRACE ] Added user.list_users to module
[TRACE ] Added git.add to module
[TRACE ] Added git.archive to module
[TRACE ] Added git.checkout to module
[TRACE ] Added git.clone to module
[TRACE ] Added git.commit to module
[TRACE ] Added git.config_get to module
[TRACE ] Added git.config_set to module
[TRACE ] Added git.current_branch to module
[TRACE ] Added git.describe to module
[TRACE ] Added git.fetch to module
[TRACE ] Added git.init to module
[TRACE ] Added git.ls_remote to module
[TRACE ] Added git.merge to module
[TRACE ] Added git.pull to module
[TRACE ] Added git.push to module
[TRACE ] Added git.rebase to module
[TRACE ] Added git.remote_get to module
[TRACE ] Added git.remote_set to module
[TRACE ] Added git.remotes to module
[TRACE ] Added git.reset to module
[TRACE ] Added git.revision to module
[TRACE ] Added git.rm to module
[TRACE ] Added git.stash to module
[TRACE ] Added git.status to module
[TRACE ] Added git.submodule to module
[TRACE ] 'pecl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added hg.archive to module
[TRACE ] Added hg.clone to module
[TRACE ] Added hg.describe to module
[TRACE ] Added hg.pull to module
[TRACE ] Added hg.revision to module
[TRACE ] Added hg.update to module
[DEBUG ] Loaded grub_legacy as virtual grub
[TRACE ] Added grub.conf to module
[TRACE ] Added grub.version to module
[TRACE ] Added grains.append to module
[TRACE ] Added grains.delval to module
[TRACE ] Added grains.filter_by to module
[TRACE ] Added grains.get to module
[TRACE ] Added grains.item to module
[TRACE ] Added grains.items to module
[TRACE ] Added grains.ls to module
[TRACE ] Added grains.remove to module
[TRACE ] Added grains.setval to module
[DEBUG ] Loaded rh_ip as virtual ip
[TRACE ] Added ip.apply_network_settings to module
[TRACE ] Added ip.build_bond to module
[TRACE ] Added ip.build_interface to module
[TRACE ] Added ip.build_network_settings to module
[TRACE ] Added ip.build_routes to module
[TRACE ] Added ip.down to module
[TRACE ] Added ip.get_bond to module
[TRACE ] Added ip.get_interface to module
[TRACE ] Added ip.get_network_settings to module
[TRACE ] Added ip.get_routes to module
[TRACE ] Added ip.up to module
[TRACE ] Added mount.active to module
[TRACE ] Added mount.fstab to module
[TRACE ] Added mount.is_fuse_exec to module
[TRACE ] Added mount.mount to module
[TRACE ] Added mount.remount to module
[TRACE ] Added mount.rm_fstab to module
[TRACE ] Added mount.set_fstab to module
[TRACE ] Added mount.swapoff to module
[TRACE ] Added mount.swapon to module
[TRACE ] Added mount.swaps to module
[TRACE ] Added mount.umount to module
[TRACE ] Added logrotate.set to module
[TRACE ] Added logrotate.show_conf to module
[TRACE ] 'psql' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added pkg_resource.add_pkg to module
[TRACE ] Added pkg_resource.check_extra_requirements to module
[TRACE ] Added pkg_resource.find_changes to module
[TRACE ] Added pkg_resource.pack_sources to module
[TRACE ] Added pkg_resource.parse_targets to module
[TRACE ] Added pkg_resource.sort_pkglist to module
[TRACE ] Added pkg_resource.stringify to module
[TRACE ] Added pkg_resource.version to module
[TRACE ] Added pkg_resource.version_clean to module
[TRACE ] Added bridge.add to module
[TRACE ] Added bridge.addif to module
[TRACE ] Added bridge.delete to module
[TRACE ] Added bridge.delif to module
[TRACE ] Added bridge.find_interfaces to module
[TRACE ] Added bridge.interfaces to module
[TRACE ] Added bridge.list to module
[TRACE ] Added bridge.show to module
[TRACE ] Added bridge.stp to module
[TRACE ] Added mine.delete to module
[TRACE ] Added mine.flush to module
[TRACE ] Added mine.get to module
[TRACE ] Added mine.send to module
[TRACE ] Added mine.update to module
[TRACE ] Added rvm.do to module
[TRACE ] Added rvm.gemset_copy to module
[TRACE ] Added rvm.gemset_create to module
[TRACE ] Added rvm.gemset_delete to module
[TRACE ] Added rvm.gemset_empty to module
[TRACE ] Added rvm.gemset_list to module
[TRACE ] Added rvm.gemset_list_all to module
[TRACE ] Added rvm.get to module
[TRACE ] Added rvm.install to module
[TRACE ] Added rvm.install_ruby to module
[TRACE ] Added rvm.is_installed to module
[TRACE ] Added rvm.list to module
[TRACE ] Added rvm.reinstall_ruby to module
[TRACE ] Added rvm.rubygems to module
[TRACE ] Added rvm.set_default to module
[TRACE ] Added rvm.wrapper to module
[TRACE ] Added seed.apply to module
[TRACE ] 'at' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added file.append to module
[TRACE ] Added file.check_file_meta to module
[TRACE ] Added file.check_hash to module
[TRACE ] Added file.check_managed to module
[TRACE ] Added file.check_perms to module
[TRACE ] Added file.chgrp to module
[TRACE ] Added file.chown to module
[TRACE ] Added file.comment to module
[TRACE ] Added file.contains to module
[TRACE ] Added file.contains_glob to module
[TRACE ] Added file.contains_regex to module
[TRACE ] Added file.contains_regex_multiline to module
[TRACE ] Added file.copy to module
[TRACE ] Added file.delete_backup to module
[TRACE ] Added file.directory_exists to module
[TRACE ] Added file.file_exists to module
[TRACE ] Added file.find to module
[TRACE ] Added file.get_devmm to module
[TRACE ] Added file.get_diff to module
[TRACE ] Added file.get_gid to module
[TRACE ] Added file.get_group to module
[TRACE ] Added file.get_hash to module
[TRACE ] Added file.get_managed to module
[TRACE ] Added file.get_mode to module
[TRACE ] Added file.get_selinux_context to module
[TRACE ] Added file.get_sum to module
[TRACE ] Added file.get_uid to module
[TRACE ] Added file.get_user to module
[TRACE ] Added file.gid_to_group to module
[TRACE ] Added file.group_to_gid to module
[TRACE ] Added file.is_blkdev to module
[TRACE ] Added file.is_chrdev to module
[TRACE ] Added file.is_fifo to module
[TRACE ] Added file.list_backup to module
[TRACE ] Added file.list_backups to module
[TRACE ] Added file.makedirs to module
[TRACE ] Added file.makedirs_perms to module
[TRACE ] Added file.manage_file to module
[TRACE ] Added file.mkdir to module
[TRACE ] Added file.mknod to module
[TRACE ] Added file.mknod_blkdev to module
[TRACE ] Added file.mknod_chrdev to module
[TRACE ] Added file.mknod_fifo to module
[TRACE ] Added file.patch to module
[TRACE ] Added file.psed to module
[TRACE ] Added file.remove to module
[TRACE ] Added file.remove_backup to module
[TRACE ] Added file.rename to module
[TRACE ] Added file.replace to module
[TRACE ] Added file.restore_backup to module
[TRACE ] Added file.restorecon to module
[TRACE ] Added file.search to module
[TRACE ] Added file.sed to module
[TRACE ] Added file.sed_contains to module
[TRACE ] Added file.set_mode to module
[TRACE ] Added file.set_selinux_context to module
[TRACE ] Added file.source_list to module
[TRACE ] Added file.stats to module
[TRACE ] Added file.symlink to module
[TRACE ] Added file.touch to module
[TRACE ] Added file.uid_to_user to module
[TRACE ] Added file.uncomment to module
[TRACE ] Added file.user_to_uid to module
[TRACE ] Added pip.freeze to module
[TRACE ] Added pip.install to module
[TRACE ] Added pip.list to module
[TRACE ] Added pip.uninstall to module
[TRACE ] Added pip.version to module
[TRACE ] Added timezone.get_hwclock to module
[TRACE ] Added timezone.get_offset to module
[TRACE ] Added timezone.get_zone to module
[TRACE ] Added timezone.get_zonecode to module
[TRACE ] Added timezone.set_hwclock to module
[TRACE ] Added timezone.set_zone to module
[TRACE ] Added timezone.zone_compare to module
[TRACE ] Added archive.gunzip to module
[TRACE ] Added archive.gzip to module
[TRACE ] Added archive.rar to module
[TRACE ] Added archive.tar to module
[TRACE ] Added archive.unrar to module
[TRACE ] Added archive.unzip to module
[TRACE ] Added archive.zip to module
[TRACE ] Added daemontools.available to module
[TRACE ] Added daemontools.full_restart to module
[TRACE ] Added daemontools.get_all to module
[TRACE ] Added daemontools.reload to module
[TRACE ] Added daemontools.restart to module
[TRACE ] Added daemontools.start to module
[TRACE ] Added daemontools.status to module
[TRACE ] Added daemontools.stop to module
[TRACE ] Added daemontools.term to module
[TRACE ] 'monit' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded virtualenv_mod as virtual virtualenv
[TRACE ] Added virtualenv.create to module
[TRACE ] Added virtualenv.get_site_packages to module
[TRACE ] Added s3.delete to module
[TRACE ] Added s3.get to module
[TRACE ] Added s3.head to module
[TRACE ] Added s3.put to module
[TRACE ] Added sqlite3.fetch to module
[TRACE ] Added sqlite3.indexes to module
[TRACE ] Added sqlite3.indices to module
[TRACE ] Added sqlite3.modify to module
[TRACE ] Added sqlite3.sqlite_version to module
[TRACE ] Added sqlite3.tables to module
[TRACE ] Added sqlite3.version to module
[TRACE ] 'riak' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added config.backup_mode to module
[TRACE ] Added config.dot_vals to module
[TRACE ] Added config.gather_bootstrap_script to module
[TRACE ] Added config.get to module
[TRACE ] Added config.manage_mode to module
[TRACE ] Added config.merge to module
[TRACE ] Added config.option to module
[TRACE ] Added config.valid_fileproto to module
[TRACE ] 'npm' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'setquota' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'qemu-img' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added data.cas to module
[TRACE ] Added data.clear to module
[TRACE ] Added data.dump to module
[TRACE ] Added data.getval to module
[TRACE ] Added data.getvals to module
[TRACE ] Added data.load to module
[TRACE ] Added data.update to module
[DEBUG ] Loaded cmdmod as virtual cmd
[TRACE ] Added cmd.exec_code to module
[TRACE ] Added cmd.has_exec to module
[TRACE ] Added cmd.retcode to module
[TRACE ] Added cmd.run to module
[TRACE ] Added cmd.run_all to module
[TRACE ] Added cmd.run_stderr to module
[TRACE ] Added cmd.run_stdout to module
[TRACE ] Added cmd.script to module
[TRACE ] Added cmd.script_retcode to module
[TRACE ] Added cmd.which to module
[TRACE ] Added cmd.which_bin to module
[TRACE ] Added svn.add to module
[TRACE ] Added svn.checkout to module
[TRACE ] Added svn.commit to module
[TRACE ] Added svn.diff to module
[TRACE ] Added svn.export to module
[TRACE ] Added svn.info to module
[TRACE ] Added svn.remove to module
[TRACE ] Added svn.status to module
[TRACE ] Added svn.update to module
[TRACE ] Added status.all_status to module
[TRACE ] Added status.cpuinfo to module
[TRACE ] Added status.cpustats to module
[TRACE ] Added status.custom to module
[TRACE ] Added status.diskstats to module
[TRACE ] Added status.diskusage to module
[TRACE ] Added status.loadavg to module
[TRACE ] Added status.meminfo to module
[TRACE ] Added status.netdev to module
[TRACE ] Added status.netstats to module
[TRACE ] Added status.pid to module
[TRACE ] Added status.procs to module
[TRACE ] Added status.uptime to module
[TRACE ] Added status.vmstats to module
[TRACE ] Added status.w to module
[TRACE ] 'brew' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added rbenv.default to module
[TRACE ] Added rbenv.install to module
[TRACE ] Added rbenv.install_ruby to module
[TRACE ] Added rbenv.is_installed to module
[TRACE ] Added rbenv.list to module
[TRACE ] Added rbenv.uninstall_ruby to module
[TRACE ] Added rbenv.update to module
[TRACE ] Added rbenv.versions to module
[DEBUG ] Loaded linux_lvm as virtual lvm
[TRACE ] Added lvm.fullversion to module
[TRACE ] Added lvm.lvcreate to module
[TRACE ] Added lvm.lvdisplay to module
[TRACE ] Added lvm.lvremove to module
[TRACE ] Added lvm.pvcreate to module
[TRACE ] Added lvm.pvdisplay to module
[TRACE ] Added lvm.version to module
[TRACE ] Added lvm.vgcreate to module
[TRACE ] Added lvm.vgdisplay to module
[TRACE ] Added lvm.vgremove to module
[DEBUG ] loading states in ['/var/cache/salt/minion/extmods/states', '/usr/lib/python2.6/site-packages/salt/states']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/states, it is not a directory
[TRACE ] Added pkgrepo.absent to states
[TRACE ] Added pkgrepo.managed to states
[TRACE ] 'rabbitmqctl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded saltmod as virtual salt
[TRACE ] Added salt.function to states
[TRACE ] Added salt.state to states
[TRACE ] Added module.mod_watch to states
[TRACE ] Added module.run to states
[TRACE ] Added module.wait to states
[TRACE ] Added locale.system to states
[TRACE ] Added ssh_known_hosts.absent to states
[TRACE ] Added ssh_known_hosts.present to states
[TRACE ] Added alternatives.auto to states
[TRACE ] Added alternatives.install to states
[TRACE ] Added alternatives.remove to states
[TRACE ] Added alternatives.set to states
[TRACE ] Added rvm.gemset_present to states
[TRACE ] Added rvm.installed to states
[TRACE ] Added cron.absent to states
[TRACE ] Added cron.file to states
[TRACE ] Added cron.fopen to states
[TRACE ] Added cron.mkstemp to states
[TRACE ] Added cron.present to states
[TRACE ] Added pkg.installed to states
[TRACE ] Added pkg.latest to states
[TRACE ] Added pkg.mod_init to states
[TRACE ] Added pkg.purged to states
[TRACE ] Added pkg.removed to states
[TRACE ] Added file.absent to states
[TRACE ] Added file.accumulated to states
[TRACE ] Added file.append to states
[TRACE ] Added file.comment to states
[TRACE ] Added file.copy to states
[TRACE ] Added file.directory to states
[TRACE ] Added file.exists to states
[TRACE ] Added file.managed to states
[TRACE ] Added file.missing to states
[TRACE ] Added file.mknod to states
[TRACE ] Added file.patch to states
[TRACE ] Added file.recurse to states
[TRACE ] Added file.rename to states
[TRACE ] Added file.replace to states
[TRACE ] Added file.sed to states
[TRACE ] Added file.serialize to states
[TRACE ] Added file.symlink to states
[TRACE ] Added file.touch to states
[TRACE ] Added file.uncomment to states
[TRACE ] Added keyboard.system to states
[TRACE ] Added keyboard.xorg to states
[TRACE ] Added sysctl.present to states
[TRACE ] Added disk.status to states
[TRACE ] Added powerpath.license_absent to states
[TRACE ] Added powerpath.license_present to states
[TRACE ] Added git.latest to states
[TRACE ] Added git.present to states
[TRACE ] Added group.absent to states
[TRACE ] Added group.present to states
[TRACE ] Added grains.present to states
[TRACE ] Added service.dead to states
[TRACE ] Added service.disabled to states
[TRACE ] Added service.enabled to states
[TRACE ] Added service.mod_watch to states
[TRACE ] Added service.running to states
[TRACE ] Added iptables.append to states
[DEBUG ] Loaded mdadm as virtual raid
[TRACE ] Added raid.absent to states
[TRACE ] Added raid.present to states
[DEBUG ] Loaded virtualenv_mod as virtual virtualenv
[TRACE ] Added virtualenv.manage to states
[TRACE ] Added virtualenv.managed to states
[TRACE ] Added timezone.system to states
[TRACE ] Added ssh_auth.absent to states
[TRACE ] Added ssh_auth.present to states
[TRACE ] Added supervisord.dead to states
[TRACE ] Added supervisord.mod_watch to states
[TRACE ] Added supervisord.running to states
[TRACE ] 'rabbitmqctl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added kmod.absent to states
[TRACE ] Added kmod.present to states
[TRACE ] Added libvirt.keys to states
[TRACE ] Added lvm.lv_absent to states
[TRACE ] Added lvm.lv_present to states
[TRACE ] Added lvm.pv_present to states
[TRACE ] Added lvm.vg_absent to states
[TRACE ] Added lvm.vg_present to states
[TRACE ] Added host.absent to states
[TRACE ] Added host.present to states
[TRACE ] Added stateconf.context to states
[TRACE ] Added stateconf.set to states
[TRACE ] Added hg.latest to states
[TRACE ] Added gem.installed to states
[TRACE ] Added gem.removed to states
[TRACE ] Added network.managed to states
[TRACE ] Added network.routes to states
[TRACE ] Added network.system to states
[TRACE ] Added svn.dirty to states
[TRACE ] Added svn.export to states
[TRACE ] Added svn.latest to states
[TRACE ] Added modjk_worker.activate to states
[TRACE ] Added modjk_worker.disable to states
[TRACE ] Added modjk_worker.stop to states
[TRACE ] Added pkgng.update_packaging_site to states
[TRACE ] Added mount.mounted to states
[TRACE ] Added mount.swap to states
[TRACE ] Added mount.unmounted to states
[TRACE ] Added cmd.call to states
[TRACE ] Added cmd.mod_watch to states
[TRACE ] Added cmd.run to states
[TRACE ] Added cmd.script to states
[TRACE ] Added cmd.wait to states
[TRACE ] Added cmd.wait_call to states
[TRACE ] Added cmd.wait_script to states
[TRACE ] 'rabbitmqctl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added alias.absent to states
[TRACE ] Added alias.present to states
[TRACE ] Added mongodb_user.absent to states
[TRACE ] Added mongodb_user.present to states
[TRACE ] Added rbenv.absent to states
[TRACE ] Added rbenv.installed to states
[TRACE ] Added mongodb_database.absent to states
[TRACE ] Added user.absent to states
[TRACE ] Added user.present to states
[DEBUG ] loading render in ['/var/cache/salt/minion/extmods/renderers', '/usr/lib/python2.6/site-packages/salt/renderers']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/renderers, it is not a directory
[TRACE ] Added mako.StringIO to render
[TRACE ] Added mako.render to render
[TRACE ] Added pydsl.render to render
[TRACE ] Added stateconf.Bunch to render
[TRACE ] Added stateconf.StringIO to render
[TRACE ] Added stateconf.add_goal_state to render
[TRACE ] Added stateconf.add_implicit_requires to render
[TRACE ] Added stateconf.add_start_state to render
[TRACE ] Added stateconf.chain to render
[TRACE ] Added stateconf.extract_state_confs to render
[TRACE ] Added stateconf.has_names_decls to render
[TRACE ] Added stateconf.nvlist to render
[TRACE ] Added stateconf.nvlist2 to render
[TRACE ] Added stateconf.rename_state_ids to render
[TRACE ] Added stateconf.render to render
[TRACE ] Added stateconf.rewrite_single_shorthand_state_decl to render
[TRACE ] Added stateconf.rewrite_sls_includes_excludes to render
[TRACE ] Added stateconf.state_name to render
[TRACE ] Added stateconf.statelist to render
[TRACE ] Added jinja.StringIO to render
[TRACE ] Added jinja.render to render
[TRACE ] Added py.render to render
[TRACE ] Added yaml.CustomLoader to render
[TRACE ] Added yaml.OrderedDict to render
[TRACE ] Added yaml.get_yaml_loader to render
[TRACE ] Added yaml.load to render
[TRACE ] Added yaml.render to render
[TRACE ] Added json.render to render
[TRACE ] Added wempy.StringIO to render
[TRACE ] Added wempy.render to render
[DEBUG ] loading module in ['/var/cache/salt/minion/extmods/modules', '/usr/lib/python2.6/site-packages/salt/modules']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/modules, it is not a directory
[TRACE ] 'zfs' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded localemod as virtual locale
[TRACE ] Added locale.get_locale to module
[TRACE ] Added locale.list_avail to module
[TRACE ] Added locale.set_locale to module
[TRACE ] 'semanage' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded groupadd as virtual group
[TRACE ] Added group.add to module
[TRACE ] Added group.chgid to module
[TRACE ] Added group.delete to module
[TRACE ] Added group.getent to module
[TRACE ] Added group.info to module
[TRACE ] Added alternatives.auto to module
[TRACE ] Added alternatives.check_installed to module
[TRACE ] Added alternatives.display to module
[TRACE ] Added alternatives.install to module
[TRACE ] Added alternatives.remove to module
[TRACE ] Added alternatives.set to module
[TRACE ] Added alternatives.show_current to module
[TRACE ] Added ret.get_fun to module
[TRACE ] Added ret.get_jid to module
[TRACE ] Added ret.get_jids to module
[TRACE ] Added ret.get_minions to module
[TRACE ] Added disk.inodeusage to module
[TRACE ] Added disk.usage to module
[DEBUG ] Loaded yumpkg as virtual pkg
[TRACE ] Added pkg.available_version to module
[TRACE ] Added pkg.check_db to module
[TRACE ] Added pkg.clean_metadata to module
[TRACE ] Added pkg.del_repo to module
[TRACE ] Added pkg.expand_repo_def to module
[TRACE ] Added pkg.file_dict to module
[TRACE ] Added pkg.file_list to module
[TRACE ] Added pkg.get_repo to module
[TRACE ] Added pkg.group_diff to module
[TRACE ] Added pkg.group_info to module
[TRACE ] Added pkg.group_install to module
[TRACE ] Added pkg.group_list to module
[TRACE ] Added pkg.install to module
[TRACE ] Added pkg.latest_version to module
[TRACE ] Added pkg.list_pkgs to module
[TRACE ] Added pkg.list_repos to module
[TRACE ] Added pkg.list_upgrades to module
[TRACE ] Added pkg.mod_repo to module
[TRACE ] Added pkg.purge to module
[TRACE ] Added pkg.refresh_db to module
[TRACE ] Added pkg.remove to module
[TRACE ] Added pkg.upgrade to module
[TRACE ] Added pkg.upgrade_available to module
[TRACE ] Added pkg.verify to module
[TRACE ] Added pkg.version to module
[TRACE ] Added aliases.get_target to module
[TRACE ] Added aliases.has_target to module
[TRACE ] Added aliases.list_aliases to module
[TRACE ] Added aliases.rm_alias to module
[TRACE ] Added aliases.set_target to module
[TRACE ] Added img.bootstrap to module
[TRACE ] Added img.mnt_image to module
[TRACE ] Added img.mount_image to module
[TRACE ] Added img.umount_image to module
[TRACE ] Added match.compound to module
[TRACE ] Added match.data to module
[TRACE ] Added match.glob to module
[TRACE ] Added match.grain to module
[TRACE ] Added match.grain_pcre to module
[TRACE ] Added match.ipcidr to module
[TRACE ] Added match.list to module
[TRACE ] Added match.pcre to module
[TRACE ] Added match.pillar to module
[TRACE ] 'sysbench' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added iptables.append to module
[TRACE ] Added iptables.build_rule to module
[TRACE ] Added iptables.check to module
[TRACE ] Added iptables.delete to module
[TRACE ] Added iptables.flush to module
[TRACE ] Added iptables.get_policy to module
[TRACE ] Added iptables.get_rules to module
[TRACE ] Added iptables.get_saved_policy to module
[TRACE ] Added iptables.get_saved_rules to module
[TRACE ] Added iptables.insert to module
[TRACE ] Added iptables.save to module
[TRACE ] Added iptables.set_policy to module
[TRACE ] Added iptables.version to module
[TRACE ] Added supervisord.add to module
[TRACE ] Added supervisord.custom to module
[TRACE ] Added supervisord.remove to module
[TRACE ] Added supervisord.reread to module
[TRACE ] Added supervisord.restart to module
[TRACE ] Added supervisord.start to module
[TRACE ] Added supervisord.status to module
[TRACE ] Added supervisord.status_raw to module
[TRACE ] Added supervisord.stop to module
[TRACE ] Added supervisord.update to module
[DEBUG ] Loaded linux_sysctl as virtual sysctl
[TRACE ] Added sysctl.assign to module
[TRACE ] Added sysctl.default_config to module
[TRACE ] Added sysctl.get to module
[TRACE ] Added sysctl.persist to module
[TRACE ] Added sysctl.show to module
[DEBUG ] Loaded rh_service as virtual service
[TRACE ] Added service.available to module
[TRACE ] Added service.disable to module
[TRACE ] Added service.disabled to module
[TRACE ] Added service.enable to module
[TRACE ] Added service.enabled to module
[TRACE ] Added service.get_all to module
[TRACE ] Added service.get_disabled to module
[TRACE ] Added service.get_enabled to module
[TRACE ] Added service.reload to module
[TRACE ] Added service.restart to module
[TRACE ] Added service.start to module
[TRACE ] Added service.status to module
[TRACE ] Added service.stop to module
[TRACE ] 'nzbget' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added nginx.configtest to module
[TRACE ] Added nginx.signal to module
[TRACE ] Added nginx.version to module
[TRACE ] Added ssh.auth_keys to module
[TRACE ] Added ssh.check_key to module
[TRACE ] Added ssh.check_key_file to module
[TRACE ] Added ssh.check_known_host to module
[TRACE ] Added ssh.get_known_host to module
[TRACE ] Added ssh.host_keys to module
[TRACE ] Added ssh.recv_known_host to module
[TRACE ] Added ssh.rm_auth_key to module
[TRACE ] Added ssh.rm_known_host to module
[TRACE ] Added ssh.set_auth_key to module
[TRACE ] Added ssh.set_auth_key_from_file to module
[TRACE ] Added ssh.set_known_host to module
[TRACE ] Added shadow.default_hash to module
[TRACE ] Added shadow.info to module
[TRACE ] Added shadow.set_date to module
[TRACE ] Added shadow.set_inactdays to module
[TRACE ] Added shadow.set_maxdays to module
[TRACE ] Added shadow.set_mindays to module
[TRACE ] Added shadow.set_password to module
[TRACE ] Added shadow.set_warndays to module
[TRACE ] Added gem.install to module
[TRACE ] Added gem.list to module
[TRACE ] Added gem.sources_add to module
[TRACE ] Added gem.sources_list to module
[TRACE ] Added gem.sources_remove to module
[TRACE ] Added gem.uninstall to module
[TRACE ] Added gem.update to module
[TRACE ] Added gem.update_system to module
[TRACE ] Added pillar.data to module
[TRACE ] Added pillar.ext to module
[TRACE ] Added pillar.get to module
[TRACE ] Added pillar.item to module
[TRACE ] Added pillar.items to module
[TRACE ] Added pillar.raw to module
[TRACE ] 'dig' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'rabbitmqctl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added hosts.add_host to module
[TRACE ] Added hosts.get_alias to module
[TRACE ] Added hosts.get_ip to module
[TRACE ] Added hosts.has_pair to module
[TRACE ] Added hosts.list_hosts to module
[TRACE ] Added hosts.rm_host to module
[TRACE ] Added hosts.set_host to module
[TRACE ] 'zpool' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded parted as virtual partition
[TRACE ] Added partition.align_check to module
[TRACE ] Added partition.check to module
[TRACE ] Added partition.cp to module
[TRACE ] Added partition.get_id to module
[TRACE ] Added partition.mkfs to module
[TRACE ] Added partition.mklabel to module
[TRACE ] Added partition.mkpart to module
[TRACE ] Added partition.mkpartfs to module
[TRACE ] Added partition.name to module
[TRACE ] Added partition.list to module
[TRACE ] Added partition.probe to module
[TRACE ] Added partition.rescue to module
[TRACE ] Added partition.resize to module
[TRACE ] Added partition.rm to module
[TRACE ] Added partition.set to module
[TRACE ] Added partition.set_id to module
[TRACE ] Added partition.system_types to module
[TRACE ] Added partition.toggle to module
[TRACE ] 'qemu-nbd' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added keyboard.get_sys to module
[TRACE ] Added keyboard.get_x to module
[TRACE ] Added keyboard.set_sys to module
[TRACE ] Added keyboard.set_x to module
[TRACE ] 'mfsgetgoal' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added cron.list_tab to module
[TRACE ] Added cron.ls to module
[TRACE ] Added cron.raw_cron to module
[TRACE ] Added cron.rm to module
[TRACE ] Added cron.rm_env to module
[TRACE ] Added cron.rm_job to module
[TRACE ] Added cron.set_env to module
[TRACE ] Added cron.set_job to module
[TRACE ] Added cron.set_special to module
[TRACE ] Added cron.write_cron_file to module
[TRACE ] Added cron.write_cron_file_verbose to module
[TRACE ] Added modjk.bulk_activate to module
[TRACE ] Added modjk.bulk_disable to module
[TRACE ] Added modjk.bulk_recover to module
[TRACE ] Added modjk.bulk_stop to module
[TRACE ] Added modjk.dump_config to module
[TRACE ] Added modjk.get_running to module
[TRACE ] Added modjk.lb_edit to module
[TRACE ] Added modjk.list_configured_members to module
[TRACE ] Added modjk.recover_all to module
[TRACE ] Added modjk.reset_stats to module
[TRACE ] Added modjk.version to module
[TRACE ] Added modjk.worker_activate to module
[TRACE ] Added modjk.worker_disable to module
[TRACE ] Added modjk.worker_edit to module
[TRACE ] Added modjk.worker_recover to module
[TRACE ] Added modjk.worker_status to module
[TRACE ] Added modjk.worker_stop to module
[TRACE ] Added modjk.workers to module
[DEBUG ] Loaded mdadm as virtual raid
[TRACE ] Added raid.create to module
[TRACE ] Added raid.destroy to module
[TRACE ] Added raid.detail to module
[TRACE ] Added raid.list to module
[TRACE ] Added event.fire to module
[TRACE ] Added event.fire_master to module
[TRACE ] Added kmod.available to module
[TRACE ] Added kmod.check_available to module
[TRACE ] Added kmod.is_loaded to module
[TRACE ] Added kmod.load to module
[TRACE ] Added kmod.lsmod to module
[TRACE ] Added kmod.mod_list to module
[TRACE ] Added kmod.remove to module
[DEBUG ] Loaded linux_acl as virtual acl
[TRACE ] Added acl.delfacl to module
[TRACE ] Added acl.getfacl to module
[TRACE ] Added acl.modfacl to module
[TRACE ] Added acl.version to module
[TRACE ] Added acl.wipefacls to module
[DEBUG ] Loaded sysmod as virtual sys
[TRACE ] Added sys.argspec to module
[TRACE ] Added sys.doc to module
[TRACE ] Added sys.list_functions to module
[TRACE ] Added sys.list_modules to module
[TRACE ] Added sys.reload_modules to module
[TRACE ] Added network.arp to module
[TRACE ] Added network.dig to module
[TRACE ] Added network.hw_addr to module
[TRACE ] Added network.hwaddr to module
[TRACE ] Added network.in_subnet to module
[TRACE ] Added network.interfaces to module
[TRACE ] Added network.ip_addrs to module
[TRACE ] Added network.ip_addrs6 to module
[TRACE ] Added network.ipaddrs to module
[TRACE ] Added network.ipaddrs6 to module
[TRACE ] Added network.netstat to module
[TRACE ] Added network.ping to module
[TRACE ] Added network.subnets to module
[TRACE ] Added network.traceroute to module
[TRACE ] Added publish.full_data to module
[TRACE ] Added publish.publish to module
[TRACE ] Added publish.runner to module
[TRACE ] Added state.clear_cache to module
[TRACE ] Added state.high to module
[TRACE ] Added state.highstate to module
[TRACE ] Added state.low to module
[TRACE ] Added state.pkg to module
[TRACE ] Added state.running to module
[TRACE ] Added state.show_highstate to module
[TRACE ] Added state.show_low_sls to module
[TRACE ] Added state.show_lowstate to module
[TRACE ] Added state.show_sls to module
[TRACE ] Added state.show_top to module
[TRACE ] Added state.single to module
[TRACE ] Added state.sls to module
[TRACE ] Added state.template to module
[TRACE ] Added state.template_str to module
[TRACE ] Added state.top to module
[TRACE ] Added locate.locate to module
[TRACE ] Added locate.stats to module
[TRACE ] Added locate.updatedb to module
[TRACE ] Added locate.version to module
[TRACE ] Added dnsutil.A to module
[TRACE ] Added dnsutil.MX to module
[TRACE ] Added dnsutil.NS to module
[TRACE ] Added dnsutil.SPF to module
[TRACE ] Added dnsutil.check_ip to module
[TRACE ] Added dnsutil.hosts_append to module
[TRACE ] Added dnsutil.hosts_remove to module
[TRACE ] Added dnsutil.parse_hosts to module
[TRACE ] Added dnsutil.parse_zone to module
[TRACE ] Added test.arg to module
[TRACE ] Added test.arg_repr to module
[TRACE ] Added test.arg_type to module
[TRACE ] Added test.collatz to module
[TRACE ] Added test.conf_test to module
[TRACE ] Added test.cross_test to module
[TRACE ] Added test.echo to module
[TRACE ] Added test.fib to module
[TRACE ] Added test.get_opts to module
[TRACE ] Added test.kwarg to module
[TRACE ] Added test.not_loaded to module
[TRACE ] Added test.opts_pkg to module
[TRACE ] Added test.outputter to module
[TRACE ] Added test.ping to module
[TRACE ] Added test.provider to module
[TRACE ] Added test.providers to module
[TRACE ] Added test.rand_sleep to module
[TRACE ] Added test.retcode to module
[TRACE ] Added test.sleep to module
[TRACE ] Added test.tty to module
[TRACE ] Added test.version to module
[TRACE ] Added test.versions_information to module
[TRACE ] Added test.versions_report to module
[TRACE ] Added key.finger to module
[TRACE ] 'apachectl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'solr' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'apache-solr' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added saltutil.cmd to module
[TRACE ] Added saltutil.cmd_iter to module
[TRACE ] Added saltutil.find_job to module
[TRACE ] Added saltutil.is_running to module
[TRACE ] Added saltutil.kill_job to module
[TRACE ] Added saltutil.refresh_modules to module
[TRACE ] Added saltutil.refresh_pillar to module
[TRACE ] Added saltutil.regen_keys to module
[TRACE ] Added saltutil.revoke_auth to module
[TRACE ] Added saltutil.running to module
[TRACE ] Added saltutil.signal_job to module
[TRACE ] Added saltutil.sync_all to module
[TRACE ] Added saltutil.sync_grains to module
[TRACE ] Added saltutil.sync_modules to module
[TRACE ] Added saltutil.sync_outputters to module
[TRACE ] Added saltutil.sync_renderers to module
[TRACE ] Added saltutil.sync_returners to module
[TRACE ] Added saltutil.sync_states to module
[TRACE ] Added saltutil.term_job to module
[TRACE ] Added saltutil.update to module
[TRACE ] 'guestmount' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added extfs.attributes to module
[TRACE ] Added extfs.blocks to module
[TRACE ] Added extfs.dump to module
[TRACE ] Added extfs.mkfs to module
[TRACE ] Added extfs.tune to module
[TRACE ] 'lxc' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added dnsmasq.fullversion to module
[TRACE ] Added dnsmasq.get_config to module
[TRACE ] Added dnsmasq.set_config to module
[TRACE ] Added dnsmasq.version to module
[TRACE ] Added nfs3.del_export to module
[TRACE ] Added nfs3.list_exports to module
[TRACE ] 'facter' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added cp.cache_dir to module
[TRACE ] Added cp.cache_file to module
[TRACE ] Added cp.cache_files to module
[TRACE ] Added cp.cache_local_file to module
[TRACE ] Added cp.cache_master to module
[TRACE ] Added cp.get_dir to module
[TRACE ] Added cp.get_file to module
[TRACE ] Added cp.get_file_str to module
[TRACE ] Added cp.get_template to module
[TRACE ] Added cp.get_url to module
[TRACE ] Added cp.hash_file to module
[TRACE ] Added cp.is_cached to module
[TRACE ] Added cp.list_master to module
[TRACE ] Added cp.list_master_dirs to module
[TRACE ] Added cp.list_minion to module
[TRACE ] Added cp.list_states to module
[TRACE ] Added cp.push to module
[TRACE ] Added cp.recv to module
[DEBUG ] Loaded rpm as virtual lowpkg
[TRACE ] Added lowpkg.file_dict to module
[TRACE ] Added lowpkg.file_list to module
[TRACE ] Added lowpkg.list_pkgs to module
[TRACE ] Added lowpkg.verify to module
[TRACE ] Added system.halt to module
[TRACE ] Added system.init to module
[TRACE ] Added system.poweroff to module
[TRACE ] Added system.reboot to module
[TRACE ] Added system.shutdown to module
[DEBUG ] Loaded djangomod as virtual django
[TRACE ] Added django.collectstatic to module
[TRACE ] Added django.command to module
[TRACE ] Added django.createsuperuser to module
[TRACE ] Added django.loaddata to module
[TRACE ] Added django.syncdb to module
[TRACE ] 'htpasswd' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded useradd as virtual user
[TRACE ] Added user.add to module
[TRACE ] Added user.chfullname to module
[TRACE ] Added user.chgid to module
[TRACE ] Added user.chgroups to module
[TRACE ] Added user.chhome to module
[TRACE ] Added user.chhomephone to module
[TRACE ] Added user.chroomnumber to module
[TRACE ] Added user.chshell to module
[TRACE ] Added user.chuid to module
[TRACE ] Added user.chworkphone to module
[TRACE ] Added user.delete to module
[TRACE ] Added user.getent to module
[TRACE ] Added user.info to module
[TRACE ] Added user.list_groups to module
[TRACE ] Added user.list_users to module
[TRACE ] Added git.add to module
[TRACE ] Added git.archive to module
[TRACE ] Added git.checkout to module
[TRACE ] Added git.clone to module
[TRACE ] Added git.commit to module
[TRACE ] Added git.config_get to module
[TRACE ] Added git.config_set to module
[TRACE ] Added git.current_branch to module
[TRACE ] Added git.describe to module
[TRACE ] Added git.fetch to module
[TRACE ] Added git.init to module
[TRACE ] Added git.ls_remote to module
[TRACE ] Added git.merge to module
[TRACE ] Added git.pull to module
[TRACE ] Added git.push to module
[TRACE ] Added git.rebase to module
[TRACE ] Added git.remote_get to module
[TRACE ] Added git.remote_set to module
[TRACE ] Added git.remotes to module
[TRACE ] Added git.reset to module
[TRACE ] Added git.revision to module
[TRACE ] Added git.rm to module
[TRACE ] Added git.stash to module
[TRACE ] Added git.status to module
[TRACE ] Added git.submodule to module
[TRACE ] 'pecl' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added hg.archive to module
[TRACE ] Added hg.clone to module
[TRACE ] Added hg.describe to module
[TRACE ] Added hg.pull to module
[TRACE ] Added hg.revision to module
[TRACE ] Added hg.update to module
[DEBUG ] Loaded grub_legacy as virtual grub
[TRACE ] Added grub.conf to module
[TRACE ] Added grub.version to module
[TRACE ] Added grains.append to module
[TRACE ] Added grains.delval to module
[TRACE ] Added grains.filter_by to module
[TRACE ] Added grains.get to module
[TRACE ] Added grains.item to module
[TRACE ] Added grains.items to module
[TRACE ] Added grains.ls to module
[TRACE ] Added grains.remove to module
[TRACE ] Added grains.setval to module
[DEBUG ] Loaded rh_ip as virtual ip
[TRACE ] Added ip.apply_network_settings to module
[TRACE ] Added ip.build_bond to module
[TRACE ] Added ip.build_interface to module
[TRACE ] Added ip.build_network_settings to module
[TRACE ] Added ip.build_routes to module
[TRACE ] Added ip.down to module
[TRACE ] Added ip.get_bond to module
[TRACE ] Added ip.get_interface to module
[TRACE ] Added ip.get_network_settings to module
[TRACE ] Added ip.get_routes to module
[TRACE ] Added ip.up to module
[TRACE ] Added mount.active to module
[TRACE ] Added mount.fstab to module
[TRACE ] Added mount.is_fuse_exec to module
[TRACE ] Added mount.mount to module
[TRACE ] Added mount.remount to module
[TRACE ] Added mount.rm_fstab to module
[TRACE ] Added mount.set_fstab to module
[TRACE ] Added mount.swapoff to module
[TRACE ] Added mount.swapon to module
[TRACE ] Added mount.swaps to module
[TRACE ] Added mount.umount to module
[TRACE ] Added logrotate.set to module
[TRACE ] Added logrotate.show_conf to module
[TRACE ] 'psql' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added pkg_resource.add_pkg to module
[TRACE ] Added pkg_resource.check_extra_requirements to module
[TRACE ] Added pkg_resource.find_changes to module
[TRACE ] Added pkg_resource.pack_sources to module
[TRACE ] Added pkg_resource.parse_targets to module
[TRACE ] Added pkg_resource.sort_pkglist to module
[TRACE ] Added pkg_resource.stringify to module
[TRACE ] Added pkg_resource.version to module
[TRACE ] Added pkg_resource.version_clean to module
[TRACE ] Added bridge.add to module
[TRACE ] Added bridge.addif to module
[TRACE ] Added bridge.delete to module
[TRACE ] Added bridge.delif to module
[TRACE ] Added bridge.find_interfaces to module
[TRACE ] Added bridge.interfaces to module
[TRACE ] Added bridge.list to module
[TRACE ] Added bridge.show to module
[TRACE ] Added bridge.stp to module
[TRACE ] Added mine.delete to module
[TRACE ] Added mine.flush to module
[TRACE ] Added mine.get to module
[TRACE ] Added mine.send to module
[TRACE ] Added mine.update to module
[TRACE ] Added rvm.do to module
[TRACE ] Added rvm.gemset_copy to module
[TRACE ] Added rvm.gemset_create to module
[TRACE ] Added rvm.gemset_delete to module
[TRACE ] Added rvm.gemset_empty to module
[TRACE ] Added rvm.gemset_list to module
[TRACE ] Added rvm.gemset_list_all to module
[TRACE ] Added rvm.get to module
[TRACE ] Added rvm.install to module
[TRACE ] Added rvm.install_ruby to module
[TRACE ] Added rvm.is_installed to module
[TRACE ] Added rvm.list to module
[TRACE ] Added rvm.reinstall_ruby to module
[TRACE ] Added rvm.rubygems to module
[TRACE ] Added rvm.set_default to module
[TRACE ] Added rvm.wrapper to module
[TRACE ] Added seed.apply to module
[TRACE ] 'at' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added file.append to module
[TRACE ] Added file.check_file_meta to module
[TRACE ] Added file.check_hash to module
[TRACE ] Added file.check_managed to module
[TRACE ] Added file.check_perms to module
[TRACE ] Added file.chgrp to module
[TRACE ] Added file.chown to module
[TRACE ] Added file.comment to module
[TRACE ] Added file.contains to module
[TRACE ] Added file.contains_glob to module
[TRACE ] Added file.contains_regex to module
[TRACE ] Added file.contains_regex_multiline to module
[TRACE ] Added file.copy to module
[TRACE ] Added file.delete_backup to module
[TRACE ] Added file.directory_exists to module
[TRACE ] Added file.file_exists to module
[TRACE ] Added file.find to module
[TRACE ] Added file.get_devmm to module
[TRACE ] Added file.get_diff to module
[TRACE ] Added file.get_gid to module
[TRACE ] Added file.get_group to module
[TRACE ] Added file.get_hash to module
[TRACE ] Added file.get_managed to module
[TRACE ] Added file.get_mode to module
[TRACE ] Added file.get_selinux_context to module
[TRACE ] Added file.get_sum to module
[TRACE ] Added file.get_uid to module
[TRACE ] Added file.get_user to module
[TRACE ] Added file.gid_to_group to module
[TRACE ] Added file.group_to_gid to module
[TRACE ] Added file.is_blkdev to module
[TRACE ] Added file.is_chrdev to module
[TRACE ] Added file.is_fifo to module
[TRACE ] Added file.list_backup to module
[TRACE ] Added file.list_backups to module
[TRACE ] Added file.makedirs to module
[TRACE ] Added file.makedirs_perms to module
[TRACE ] Added file.manage_file to module
[TRACE ] Added file.mkdir to module
[TRACE ] Added file.mknod to module
[TRACE ] Added file.mknod_blkdev to module
[TRACE ] Added file.mknod_chrdev to module
[TRACE ] Added file.mknod_fifo to module
[TRACE ] Added file.patch to module
[TRACE ] Added file.psed to module
[TRACE ] Added file.remove to module
[TRACE ] Added file.remove_backup to module
[TRACE ] Added file.rename to module
[TRACE ] Added file.replace to module
[TRACE ] Added file.restore_backup to module
[TRACE ] Added file.restorecon to module
[TRACE ] Added file.search to module
[TRACE ] Added file.sed to module
[TRACE ] Added file.sed_contains to module
[TRACE ] Added file.set_mode to module
[TRACE ] Added file.set_selinux_context to module
[TRACE ] Added file.source_list to module
[TRACE ] Added file.stats to module
[TRACE ] Added file.symlink to module
[TRACE ] Added file.touch to module
[TRACE ] Added file.uid_to_user to module
[TRACE ] Added file.uncomment to module
[TRACE ] Added file.user_to_uid to module
[TRACE ] Added pip.freeze to module
[TRACE ] Added pip.install to module
[TRACE ] Added pip.list to module
[TRACE ] Added pip.uninstall to module
[TRACE ] Added pip.version to module
[TRACE ] Added timezone.get_hwclock to module
[TRACE ] Added timezone.get_offset to module
[TRACE ] Added timezone.get_zone to module
[TRACE ] Added timezone.get_zonecode to module
[TRACE ] Added timezone.set_hwclock to module
[TRACE ] Added timezone.set_zone to module
[TRACE ] Added timezone.zone_compare to module
[TRACE ] Added archive.gunzip to module
[TRACE ] Added archive.gzip to module
[TRACE ] Added archive.rar to module
[TRACE ] Added archive.tar to module
[TRACE ] Added archive.unrar to module
[TRACE ] Added archive.unzip to module
[TRACE ] Added archive.zip to module
[TRACE ] Added daemontools.available to module
[TRACE ] Added daemontools.full_restart to module
[TRACE ] Added daemontools.get_all to module
[TRACE ] Added daemontools.reload to module
[TRACE ] Added daemontools.restart to module
[TRACE ] Added daemontools.start to module
[TRACE ] Added daemontools.status to module
[TRACE ] Added daemontools.stop to module
[TRACE ] Added daemontools.term to module
[TRACE ] 'monit' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[DEBUG ] Loaded virtualenv_mod as virtual virtualenv
[TRACE ] Added virtualenv.create to module
[TRACE ] Added virtualenv.get_site_packages to module
[TRACE ] Added s3.delete to module
[TRACE ] Added s3.get to module
[TRACE ] Added s3.head to module
[TRACE ] Added s3.put to module
[TRACE ] Added sqlite3.fetch to module
[TRACE ] Added sqlite3.indexes to module
[TRACE ] Added sqlite3.indices to module
[TRACE ] Added sqlite3.modify to module
[TRACE ] Added sqlite3.sqlite_version to module
[TRACE ] Added sqlite3.tables to module
[TRACE ] Added sqlite3.version to module
[TRACE ] 'riak' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added config.backup_mode to module
[TRACE ] Added config.dot_vals to module
[TRACE ] Added config.gather_bootstrap_script to module
[TRACE ] Added config.get to module
[TRACE ] Added config.manage_mode to module
[TRACE ] Added config.merge to module
[TRACE ] Added config.option to module
[TRACE ] Added config.valid_fileproto to module
[TRACE ] 'npm' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'setquota' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] 'qemu-img' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added data.cas to module
[TRACE ] Added data.clear to module
[TRACE ] Added data.dump to module
[TRACE ] Added data.getval to module
[TRACE ] Added data.getvals to module
[TRACE ] Added data.load to module
[TRACE ] Added data.update to module
[DEBUG ] Loaded cmdmod as virtual cmd
[TRACE ] Added cmd.exec_code to module
[TRACE ] Added cmd.has_exec to module
[TRACE ] Added cmd.retcode to module
[TRACE ] Added cmd.run to module
[TRACE ] Added cmd.run_all to module
[TRACE ] Added cmd.run_stderr to module
[TRACE ] Added cmd.run_stdout to module
[TRACE ] Added cmd.script to module
[TRACE ] Added cmd.script_retcode to module
[TRACE ] Added cmd.which to module
[TRACE ] Added cmd.which_bin to module
[TRACE ] Added svn.add to module
[TRACE ] Added svn.checkout to module
[TRACE ] Added svn.commit to module
[TRACE ] Added svn.diff to module
[TRACE ] Added svn.export to module
[TRACE ] Added svn.info to module
[TRACE ] Added svn.remove to module
[TRACE ] Added svn.status to module
[TRACE ] Added svn.update to module
[TRACE ] Added status.all_status to module
[TRACE ] Added status.cpuinfo to module
[TRACE ] Added status.cpustats to module
[TRACE ] Added status.custom to module
[TRACE ] Added status.diskstats to module
[TRACE ] Added status.diskusage to module
[TRACE ] Added status.loadavg to module
[TRACE ] Added status.meminfo to module
[TRACE ] Added status.netdev to module
[TRACE ] Added status.netstats to module
[TRACE ] Added status.pid to module
[TRACE ] Added status.procs to module
[TRACE ] Added status.uptime to module
[TRACE ] Added status.vmstats to module
[TRACE ] Added status.w to module
[TRACE ] 'brew' could not be found in the following search path: '/sbin:/bin:/usr/sbin:/usr/bin'
[TRACE ] Added rbenv.default to module
[TRACE ] Added rbenv.install to module
[TRACE ] Added rbenv.install_ruby to module
[TRACE ] Added rbenv.is_installed to module
[TRACE ] Added rbenv.list to module
[TRACE ] Added rbenv.uninstall_ruby to module
[TRACE ] Added rbenv.update to module
[TRACE ] Added rbenv.versions to module
[DEBUG ] Loaded linux_lvm as virtual lvm
[TRACE ] Added lvm.fullversion to module
[TRACE ] Added lvm.lvcreate to module
[TRACE ] Added lvm.lvdisplay to module
[TRACE ] Added lvm.lvremove to module
[TRACE ] Added lvm.pvcreate to module
[TRACE ] Added lvm.pvdisplay to module
[TRACE ] Added lvm.version to module
[TRACE ] Added lvm.vgcreate to module
[TRACE ] Added lvm.vgdisplay to module
[TRACE ] Added lvm.vgremove to module
[DEBUG ] Jinja search path: '['/synced/salt']'
[DEBUG ] Rendered data from file: /synced/salt/top.sls:
# todo: in aws (production) we have RDS not on-machine mysql
base:
'*':
[DEBUG ] Results of YAML rendering:
OrderedDict([('base', OrderedDict([('*', None)]))])
[ERROR ] Received bad data when setting the match from the top file
[DEBUG ] loading output in ['/var/cache/salt/minion/extmods/output', '/usr/lib/python2.6/site-packages/salt/output']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/output, it is not a directory
[TRACE ] Added no_return.NestDisplay to output
[TRACE ] Added no_return.output to output
[TRACE ] Added grains.output to output
[TRACE ] Added overstatestage.output to output
[DEBUG ] Loaded no_out as virtual quiet
[TRACE ] Added quiet.output to output
[DEBUG ] Loaded json_out as virtual json
[TRACE ] Added json.output to output
[TRACE ] Added nested.NestDisplay to output
[TRACE ] Added nested.Number to output
[TRACE ] Added nested.output to output
[TRACE ] Added raw.output to output
[TRACE ] Added highstate.output to output
[DEBUG ] Loaded yaml_out as virtual yaml
[TRACE ] Added yaml.output to output
[TRACE ] Added virt_query.output to output
[TRACE ] Added key.output to output
[TRACE ] Added txt.output to output
[DEBUG ] Loaded pprint_out as virtual pprint
[TRACE ] Added pprint.output to output
local:
----------
State: - no
Name: states
Function: None
Result: False
Comment: No Top file or external nodes data matches found
Changes:
Summary
------------
Succeeded: 0
Failed: 1
------------
Total: 1
real 1m2.420s
user 0m1.439s
sys 0m0.262s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment