This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X PUT -H 'Content-Type: application/json' \ | |
-d '{ | |
"id": "ddab2071-26ea-4261-af09-7b6b97fa04d2", | |
"name": "qa_group", | |
"environment": "dev", | |
"parent": "00000000-0000-4000-8000-000000000000", | |
"rule": [ | |
"~", | |
"name", | |
"ntpagent[0.9].puppetlabs\\.vm$" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@agent1 rc3.d]# puppet --version | |
3.6.0 (Puppet Enterprise 3.3.0-rc1-573-ge781bf5) | |
[root@agent1 rc3.d]# rpm -qa|grep mcollective | |
pe-mcollective-common-2.5.0.0-1.pe.el6.noarch | |
pe-mcollective-2.5.0.0-1.pe.el6.noarch | |
[root@agent1 rc3.d]# ./S24pe-mcollective status | |
mcollectived is stopped | |
[root@agent1 rc3.d]# ./S24pe-mcollective start | |
Starting pe-mcollective: /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/pluginmanager.rb:169:in `load': cannot load such file -- mcollective/facts/yaml_facts.rb (LoadError) | |
from /opt/puppet/lib/ruby/site_ruby/1.9.1/mcollective/pluginmanager.rb:169:in `loadclass' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
owner=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' | |
Debug: Using settings: adding file resource 'hostcert': 'File[/etc/puppetlabs/puppet/ssl/certs/gerritagent.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/gerritagent.puppetlabs.vm.pem", :mode=>"644", :owner=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' | |
Debug: Using settings: adding file resource 'hostprivkey': 'File[/etc/puppetlabs/puppet/ssl/private_keys/gerritagent.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys/gerritagent.puppetlabs.vm.pem", :mode=>"600", :owner=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' | |
Debug: Using settings: adding file resource 'hostpubkey': 'File[/etc/puppetlabs/puppet/ssl/public_keys/gerritagent.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys/gerritagent.puppetlabs.vm.pem", :mode=>"644", :owner=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup |
NewerOlder