cat /etc/puppet/puppet.conf
[main]
vardir = /var/lib/puppet
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl
[agent]
pluginsync = true
report = true
ignoreschedules = true
daemon = false
ca_server = blah
certname = rhel7-test2.blah.edu
environment = KT_SI_Org_Default_RHEL7_Prod_RHEL7_comp_CV_14
# server = blah
[root@rhel7-test2 manifests]# puppet config print modulepath
/etc/puppet/modules:/usr/share/puppet/modules
[root@rhel7-test2 manifests]# puppet module list
/etc/puppet/modules
├── cis-puppet (???)
├── duritong-sysctl (v0.0.11)
└── puppetlabs-stdlib (v4.9.0)
/usr/share/puppet/modules (no modules installed)
puppet apply --modulepath=/etc/puppet/modules /etc/puppet/modules/cis-puppet/manifests/test.pp
I don't get errors just doesn't change a thing, nor does it show it running that script.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/f7a79794-97d8-49d2-8a03-f64f847fef38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[root@rhel7-test2 manifests]# puppet module list
/etc/puppet/modules
├── cis-puppet (???)
├── duritong-sysctl (v0.0.11)
└── puppetlabs-stdlib (v4.9.0)
/usr/share/puppet/modules (no modules installed)
puppet apply --modulepath=/etc/puppet/modules /etc/puppet/modules/cis-puppet/manifests/test.pp
I don't get errors just doesn't change a thing, nor does it show it running that script.