GRIF-IRFU / puppet-omd

an open monitoring distribution (OMD) puppet configuration module
Other
8 stars 11 forks source link

Add service to host #16

Closed SergiuCip closed 9 years ago

SergiuCip commented 9 years ago

Hi there,

First of all thank you for creating this module.

As I am new to Puppet and OMD I was wondering how do you add a service to a host? As I have tried but failed. Also, I cannot find where the check_mk stores its hosts in order to add the service manually or to customize this module according to my needs.

I have been using Nagios for a while now, however, where I had a directory with all the hosts, however, I was trying to look for one after I have installed OMD using your module and I am unable to find one.

Thank you,

Regards, Cip

fschaer commented 9 years ago

Hi Sergiu,

In order to add an mrpe service check, you should add on the host definition itself something like that : omd::check_mk::mrpe::check{rw_filesystems: command=>''}

In order to add a legacy check, you should add something like this in the nagios host puppet catalog (manifests) :

create a nagios command, and use it

omd::nagios::command {check_nrpe_long: site=>'irfu', command => '/usr/lib/nagios/plugins/check_nrpe -u -H $HOSTADDRESS$ -c $ARG1$ -t $ARG2$'} omd::check_mk::legacy::service {'c6100 battery': site=> 'irfu', command =>'check_nrpe_long!megaclimon!60', mk_tags=>['C6100']}

This is assuming you have an nrpe configuration in place. In order to be able to monitor several king of hosts in several OMD “sites” (omd instances on the same monitoring host), I have resorted to defining some hosts in : /etc/check_mk/conf.d/omd-all

This directory is then synced into /omd/sites//etc/check_mk/conf.d/

In this dir, you’ll find a “puppet” subdir where I store all puppet related conf, and this dir is managed, meaning everything you manually change will be overwritten/deleted. But you can feel free to add other subdirs or files in the conf.d directory if you wish.

Hoping this answers your question ? Regards

SergiuCip commented 9 years ago

Hi fschaer,

Thank you for your detailed answer which has been really helpful. So I have added the commands in the site.pp file and apply it. Everything was smooth.

However, I have tried to change some bits of the command and every time I am running a puppet agent -t, Nagios starts complaining that I have a duplicated command. Moreover, I don't know why, but the module tries to restart OMD first thing when Puppet agent runs and not after.

Is this the way that things should happen, as usually a service restart will take place only when the puppet manifests (config changes) have taken place and not before it.

Also, I have added some screen shots for your consideration.

Thank you once again for your great answer and for creating such module! :+1:

Regards, Sergiu

error_ omd_restart

SergiuCip commented 9 years ago

Also, I forgot to mention that I am running Puppet (3.6.2) on Centos 6, the Learning VM provided by Puppet

fschaer commented 9 years ago

Hi,

My pleasure the module helps :] Can you provide me with the whole log output, not just this extract ? The image you attached shows there are previous errors (“skipping because of failed deps”).

Also, what you can try to understand the error si :

su - test cmk -O

and see the output error

Regards

SergiuCip commented 9 years ago

Hi,

Thank you very much for your fast reply. I have done a puppet agent -t again, and this is the output:

[root@learning /omd/sites/test/etc/nagios/conf.d]# puppet agent -t | more Info: Retrieving plugin Info: Loading facts in /opt/puppet/share/puppet/modules/postgresql/lib/facter/postgres_default_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/pe_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/facter_dot_d.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/root_home.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/puppet_vardir.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/platform_tag.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/windows.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/pe_build.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_puppetdb/lib/facter/pe_puppetdb_server_status.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_postgresql/lib/facter/pe_postgres_default_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_staging/lib/facter/staging_http_get.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/iptables_persistent_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/iptables_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/ip6tables_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/auth_conf/lib/facter/custom_auth_conf.rb Info: Loading facts in /opt/puppet/share/puppet/modules/concat/lib/facter/concat_basedir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/concat_basedir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/facter_dot_d.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_postgres_default_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/iptables_persistent_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/root_home.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/postgres_default_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/platform_tag.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/puppet_vardir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/staging_http_get.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/custom_auth_conf.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/iptables_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/windows.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_puppetdb_server_status.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/ip6tables_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_build.rb Warning: The package type's allow_virtual parameter will be changing its default value from false to true in a future release. If you do not want to allow virtual packages, please explicitly set allow_virtual to false. (at /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/type.rb:816:in `set_default') Info: Applying configuration version '1437746029' Error: Could not start Service[omd-1.20]: Execution of '/sbin/service omd-1.20 start' returned 1: omd-1.20: unrecognized service Wrapped exception: Execution of '/sbin/service omd-1.20 start' returned 1: omd-1.20: unrecognized service Error: /Stage[main]/Omd/Service[omd-1.20]/ensure: change from stopped to running failed: Could not start Service[omd-1.20]: Execution of '/sbin/service omd-1.20 start' returned 1: omd-1.20: unrecognized service Notice: /Stage[main]/Main/Node[default]/Omd::Check_mk::Mrpe::Check[mycommand]/Omd::Check_mk::Addtag[mycommand]/Omd::Check_mk::Build_exported_resources[all#mycommand]/Omd::C heck_mk::Build_exported_resources[all]/Exec[checkmk_inventory_learning.localdomain_all]: Dependency Service[omd-1.20] has failures: true Warning: /Stage[main]/Main/Node[default]/Omd::Check_mk::Mrpe::Check[mycommand]/Omd::Check_mk::Addtag[mycommand]/Omd::Check_mk::Build_exported_resources[all#mycommand]/Omd::Check_mk::Build_exported_resources[all]/Exec[checkmk_inventory_learning.localdomain_all]: Skipping because of failed dependencies Notice: /Stage[main]/Omd::Check_mk::Omd_common/Exec[checkmk_refresh_all]: Dependency Service[omd-1.20] has failures: true Warning: /Stage[main]/Omd::Check_mk::Omd_common/Exec[checkmk_refresh_all]: Skipping because of failed dependencies Notice: /Stage[main]/Main/Node[default]/Omd::Site[test]/Exec[checkmk_refresh_test]: Dependency Service[omd-1.20] has failures: true Warning: /Stage[main]/Main/Node[default]/Omd::Site[test]/Exec[checkmk_refresh_test]: Skipping because of failed dependencies Notice: Finished catalog run in 37.83 seconds

And when I login as su-test and run cmk -O I get that everything is OK as shown below:

[root@learning /omd/sites/test/etc/nagios/conf.d]# su - test OMD[test]:~$ cmk -O Generating configuration for core (type nagios)...OK Validating Nagios configuration...OK Precompiling host checks...OK Reloading monitoring core...OK OMD[test]:~$

Thank you once again for your help it is much appreciate it.

Regards, Sergiu

fschaer commented 9 years ago

Hmmm..

Weird. I see : Could not start Service[omd-1.20]: Execution of '/sbin/service omd-1.20 start' returned 1: omd-1.20: unrecognized service

The service “omd-” is (was ?) only valid for debian, and I’m still at omd 1.11 under rhel… What’s your OS ? What’s the omd service for that OS (“omd” alone ?)

Regards

SergiuCip commented 9 years ago

Hi there,

Thank you for your reply. Well, the OMD version as has been installed by the module is: [root@learning /tmp/nagios-plugins-2.0.3]# /etc/init.d/omd version Doing version on all OMD monitoring sites: OMD - Open Monitoring Distribution Version 1.20

The OS I am using it is CentOS (Puppet Learning VM)

And I am not quiet sure what do you mean by OMD alone.

As far as I am concerned I have just added include omd in the site.pp

Thank you and have a great Friday.

Regards, Sergiu

fschaer commented 9 years ago

Well,

This is what I don’t get. The omd service name is handled by this snippet :

case $::osfamily { debian : { $omd_service = "omd-$omd_version" } redhat : { $omd_service = "omd" } default : { fail("unsupported os family : $::osfamily")} }

package {"omd": name => "omd-$omd_version", ensure => $omd_release} ->

service {'omd': name => "$omd_service", enable => true, ensure => running}

So: if debian, use omd-1.20, if redhat, use just “omd” as the service name. In your case, you’re saying it’s on a CentOS system, hence osfamily=RedHat (not sure if the case might be an issue…) But still, your puppet run is using omd-1.20, meaning puppet thinks this is a debian…

I’m assuming your output of “facter osfamily” gives you RedHat ? I have to say I don’t know much how to resolve for now, except going through puppet –debug…

Regards

SergiuCip commented 9 years ago

Hi there,

I have created another VM (Puppet Learning VM) however, it was still trying to install omd-1.20 so I just give it up installing it on CentOS so I have created another VM using Ubuntu 14.04, everything works apart from the repo which I had to do it manually, and now I am trying to add omd::site {'test': } however, as my VM it is Foreman controlled I know only how to use Hiera. Does this module supports Hiera? And if so, how should I proceed?

Thank you and have a great afternoon,

Kind regards, Sergiu

fschaer commented 9 years ago

Omd-1.20 should not be a problem. In fact, it should work , and I’d like to understand the issue if you could help debug it…

There is no specific hiera support, but you can use create_resources or other things in order to do what you want.

SergiuCip commented 9 years ago

Good morning,

As I am also interested in debugging the module and help you fix it, please find attached the 'puppet agent -t --debug' run:

Debug: Using settings: adding file resource 'confdir': 'File[/etc/puppetlabs/puppet]{:path=>"/etc/puppetlabs/puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:f ollow, :backup=>false}' Debug: Puppet::Type::User::ProviderPw: file pw does not exist Debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dsimport does not exist Debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist Debug: Puppet::Type::User::ProviderLdap: true value when expecting false Debug: Puppet::Type::Group::ProviderPw: file pw does not exist Debug: Puppet::Type::Group::ProviderDirectoryservice: file /usr/bin/dscl does not exist Debug: Puppet::Type::Group::ProviderLdap: true value when expecting false Debug: Using settings: adding file resource 'vardir': 'File[/var/opt/lib/pe-puppet]{:path=>"/var/opt/lib/pe-puppet", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=> :directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'logdir': 'File[/var/log/pe-puppet]{:path=>"/var/log/pe-puppet", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :en sure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statedir': 'File[/var/opt/lib/pe-puppet/state]{:path=>"/var/opt/lib/pe-puppet/state", :mode=>"1755", :ensure=>:directory, : loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rundir': 'File[/var/run/pe-puppet]{:path=>"/var/run/pe-puppet", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :en sure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'libdir': 'File[/var/opt/lib/pe-puppet/lib]{:path=>"/var/opt/lib/pe-puppet/lib", :ensure=>:directory, :loglevel=>:debug, :li nks=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hiera_config': 'File[/etc/puppetlabs/puppet/hiera.yaml]{:path=>"/etc/puppetlabs/puppet/hiera.yaml", :ensure=>:file, :loglev el=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'certdir': 'File[/etc/puppetlabs/puppet/ssl/certs]{:path=>"/etc/puppetlabs/puppet/ssl/certs", :mode=>"755", :owner=>"pe-pupp et", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'ssldir': 'File[/etc/puppetlabs/puppet/ssl]{:path=>"/etc/puppetlabs/puppet/ssl", :mode=>"771", :owner=>"pe-puppet", :group=> "pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'publickeydir': 'File[/etc/puppetlabs/puppet/ssl/public_keys]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'requestdir': 'File[/etc/puppetlabs/puppet/ssl/certificate_requests]{:path=>"/etc/puppetlabs/puppet/ssl/certificate_requests ", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatekeydir': 'File[/etc/puppetlabs/puppet/ssl/private_keys]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys", :mode=>"75 0", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatedir': 'File[/etc/puppetlabs/puppet/ssl/private]{:path=>"/etc/puppetlabs/puppet/ssl/private", :mode=>"750", :owner=>" pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcert': 'File[/etc/puppetlabs/puppet/ssl/certs/learning.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/lear ning.puppetlabs.vm.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostprivkey': 'File[/etc/puppetlabs/puppet/ssl/private_keys/learning.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/ private_keys/learning.puppetlabs.vm.pem", :mode=>"640", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostpubkey': 'File[/etc/puppetlabs/puppet/ssl/public_keys/learning.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/pu blic_keys/learning.puppetlabs.vm.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'localcacert': 'File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/ca.pem", :mode=>"644" , :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcrl': 'File[/etc/puppetlabs/puppet/ssl/crl.pem]{:path=>"/etc/puppetlabs/puppet/ssl/crl.pem", :mode=>"644", :owner=>"pe- puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statefile': 'File[/var/opt/lib/pe-puppet/state/state.yaml]{:path=>"/var/opt/lib/pe-puppet/state/state.yaml", :mode=>"660",:ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientyamldir': 'File[/var/opt/lib/pe-puppet/client_yaml]{:path=>"/var/opt/lib/pe-puppet/client_yaml", :mode=>"750", :ensur e=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'client_datadir': 'File[/var/opt/lib/pe-puppet/client_data]{:path=>"/var/opt/lib/pe-puppet/client_data", :mode=>"750", :ensu re=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'classfile': 'File[/var/opt/lib/pe-puppet/classes.txt]{:path=>"/var/opt/lib/pe-puppet/classes.txt", :mode=>"640", :owner=>"r oot", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'resourcefile': 'File[/var/opt/lib/pe-puppet/state/resources.txt]{:path=>"/var/opt/lib/pe-puppet/state/resources.txt", :mode =>"640", :owner=>"root", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientbucketdir': 'File[/var/opt/lib/pe-puppet/clientbucket]{:path=>"/var/opt/lib/pe-puppet/clientbucket", :mode=>"750", :e nsure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunfile': 'File[/var/opt/lib/pe-puppet/state/last_run_summary.yaml]{:path=>"/var/opt/lib/pe-puppet/state/last_run_summa ry.yaml", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunreport': 'File[/var/opt/lib/pe-puppet/state/last_run_report.yaml]{:path=>"/var/opt/lib/pe-puppet/state/last_run_repo rt.yaml", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'graphdir': 'File[/var/opt/lib/pe-puppet/state/graphs]{:path=>"/var/opt/lib/pe-puppet/state/graphs", :ensure=>:directory, :l oglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'pluginfactdest': 'File[/var/opt/lib/pe-puppet/facts.d]{:path=>"/var/opt/lib/pe-puppet/facts.d", :ensure=>:directory, :logle vel=>:debug, :links=>:follow, :backup=>false}' Debug: /File[/var/opt/lib/pe-puppet/state]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/lib]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/etc/puppetlabs/puppet/hiera.yaml]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/certs]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/learning.puppetlabs.vm.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys/learning.puppetlabs.vm.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/private_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys/learning.puppetlabs.vm.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/public_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/crl.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/var/opt/lib/pe-puppet/state/state.yaml]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/client_yaml]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/client_data]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/classes.txt]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/state/resources.txt]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/clientbucket]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/state/last_run_summary.yaml]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/state/last_run_report.yaml]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/state/graphs]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/facts.d]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: Finishing transaction 91037010 Debug: Using settings: adding file resource 'confdir': 'File[/etc/puppetlabs/puppet]{:path=>"/etc/puppetlabs/puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:f ollow, :backup=>false}' Debug: Using settings: adding file resource 'vardir': 'File[/var/opt/lib/pe-puppet]{:path=>"/var/opt/lib/pe-puppet", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=> :directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'logdir': 'File[/var/log/pe-puppet]{:path=>"/var/log/pe-puppet", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :en sure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statedir': 'File[/var/opt/lib/pe-puppet/state]{:path=>"/var/opt/lib/pe-puppet/state", :mode=>"1755", :ensure=>:directory, : loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rundir': 'File[/var/run/pe-puppet]{:path=>"/var/run/pe-puppet", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :en sure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'libdir': 'File[/var/opt/lib/pe-puppet/lib]{:path=>"/var/opt/lib/pe-puppet/lib", :ensure=>:directory, :loglevel=>:debug, :li nks=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hiera_config': 'File[/etc/puppetlabs/puppet/hiera.yaml]{:path=>"/etc/puppetlabs/puppet/hiera.yaml", :ensure=>:file, :loglev el=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'certdir': 'File[/etc/puppetlabs/puppet/ssl/certs]{:path=>"/etc/puppetlabs/puppet/ssl/certs", :mode=>"755", :owner=>"pe-pupp et", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'ssldir': 'File[/etc/puppetlabs/puppet/ssl]{:path=>"/etc/puppetlabs/puppet/ssl", :mode=>"771", :owner=>"pe-puppet", :group=> "pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'publickeydir': 'File[/etc/puppetlabs/puppet/ssl/public_keys]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'requestdir': 'File[/etc/puppetlabs/puppet/ssl/certificate_requests]{:path=>"/etc/puppetlabs/puppet/ssl/certificate_requests ", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatekeydir': 'File[/etc/puppetlabs/puppet/ssl/private_keys]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys", :mode=>"75 0", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatedir': 'File[/etc/puppetlabs/puppet/ssl/private]{:path=>"/etc/puppetlabs/puppet/ssl/private", :mode=>"750", :owner=>" pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcert': 'File[/etc/puppetlabs/puppet/ssl/certs/learning.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/lear ning.puppetlabs.vm.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostprivkey': 'File[/etc/puppetlabs/puppet/ssl/private_keys/learning.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/ private_keys/learning.puppetlabs.vm.pem", :mode=>"640", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostpubkey': 'File[/etc/puppetlabs/puppet/ssl/public_keys/learning.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/pu blic_keys/learning.puppetlabs.vm.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'localcacert': 'File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/ca.pem", :mode=>"644" , :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcrl': 'File[/etc/puppetlabs/puppet/ssl/crl.pem]{:path=>"/etc/puppetlabs/puppet/ssl/crl.pem", :mode=>"644", :owner=>"pe- puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'pluginfactdest': 'File[/var/opt/lib/pe-puppet/facts.d]{:path=>"/var/opt/lib/pe-puppet/facts.d", :ensure=>:directory, :logle vel=>:debug, :links=>:follow, :backup=>false}' Debug: /File[/var/opt/lib/pe-puppet/state]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/lib]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/etc/puppetlabs/puppet/hiera.yaml]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/certs]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/learning.puppetlabs.vm.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys/learning.puppetlabs.vm.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/private_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys/learning.puppetlabs.vm.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/public_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/crl.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/var/opt/lib/pe-puppet/facts.d]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: Finishing transaction 91057610 Debug: Using cached certificate for ca Debug: Using cached certificate for learning.puppetlabs.vm Debug: Using settings: adding file resource 'statefile': 'File[/var/opt/lib/pe-puppet/state/state.yaml]{:path=>"/var/opt/lib/pe-puppet/state/state.yaml", :mode=>"660", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientyamldir': 'File[/var/opt/lib/pe-puppet/client_yaml]{:path=>"/var/opt/lib/pe-puppet/client_yaml", :mode=>"750", :ensur e=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'client_datadir': 'File[/var/opt/lib/pe-puppet/client_data]{:path=>"/var/opt/lib/pe-puppet/client_data", :mode=>"750", :ensu re=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'classfile': 'File[/var/opt/lib/pe-puppet/classes.txt]{:path=>"/var/opt/lib/pe-puppet/classes.txt", :mode=>"640", :owner=>"r oot", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'resourcefile': 'File[/var/opt/lib/pe-puppet/state/resources.txt]{:path=>"/var/opt/lib/pe-puppet/state/resources.txt", :mode =>"640", :owner=>"root", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientbucketdir': 'File[/var/opt/lib/pe-puppet/clientbucket]{:path=>"/var/opt/lib/pe-puppet/clientbucket", :mode=>"750", :e nsure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunfile': 'File[/var/opt/lib/pe-puppet/state/last_run_summary.yaml]{:path=>"/var/opt/lib/pe-puppet/state/last_run_summa ry.yaml", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunreport': 'File[/var/opt/lib/pe-puppet/state/last_run_report.yaml]{:path=>"/var/opt/lib/pe-puppet/state/last_run_repo rt.yaml", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'graphdir': 'File[/var/opt/lib/pe-puppet/state/graphs]{:path=>"/var/opt/lib/pe-puppet/state/graphs", :ensure=>:directory, :l oglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Finishing transaction 85497790 Debug: Loaded state in 0.04 seconds Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: node supports formats: pson b64_zlib_yaml yaml raw Debug: Using cached certificate for ca Debug: Using cached certificate for learning.puppetlabs.vm Debug: Using cached certificate_revocation_list for ca Info: Retrieving plugin Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: file_metadata supports formats: pson b64_zlib_yaml yaml raw Debug: Finishing transaction 91231170 Info: Loading facts in /opt/puppet/share/puppet/modules/postgresql/lib/facter/postgres_default_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/pe_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/facter_dot_d.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/root_home.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/puppet_vardir.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/platform_tag.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/windows.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/pe_build.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_puppetdb/lib/facter/pe_puppetdb_server_status.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_postgresql/lib/facter/pe_postgres_default_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_staging/lib/facter/staging_http_get.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/iptables_persistent_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/iptables_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/ip6tables_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/auth_conf/lib/facter/custom_auth_conf.rb Info: Loading facts in /opt/puppet/share/puppet/modules/concat/lib/facter/concat_basedir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/concat_basedir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/facter_dot_d.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_postgres_default_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/iptables_persistent_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/root_home.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/postgres_default_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/platform_tag.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/puppet_vardir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/staging_http_get.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/custom_auth_conf.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/iptables_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/windows.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_puppetdb_server_status.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/ip6tables_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_build.rb Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: catalog supports formats: pson b64_zlib_yaml yaml dot raw Debug: Executing '/bin/rpm --version' Debug: Executing '/bin/rpm -ql rpm' Info: Caching catalog for learning.puppetlabs.vm Debug: Puppet::Type::Package::ProviderPortage: file /usr/bin/emerge does not exist Debug: Puppet::Type::Package::ProviderDpkg: file /usr/bin/dpkg does not exist Debug: Puppet::Type::Package::ProviderFink: file /sw/bin/fink does not exist Debug: Puppet::Type::Package::ProviderSun: file /usr/bin/pkginfo does not exist Debug: Puppet::Type::Package::ProviderAix: file /usr/bin/lslpp does not exist Debug: Puppet::Type::Package::ProviderSunfreeware: file pkg-get does not exist Debug: Puppet::Type::Package::ProviderPkgin: file pkgin does not exist Debug: Puppet::Type::Package::ProviderHpux: file /usr/sbin/swinstall does not exist Debug: Puppet::Type::Package::ProviderPacman: file /usr/bin/pacman does not exist Debug: Puppet::Type::Package::ProviderPkg: file /usr/bin/pkg does not exist Debug: Puppet::Type::Package::ProviderUp2date: file /usr/sbin/up2date-nox does not exist Debug: Puppet::Type::Package::ProviderRug: file /usr/bin/rug does not exist Debug: Puppet::Type::Package::ProviderAptrpm: file apt-get does not exist Debug: Puppet::Type::Package::ProviderOpenbsd: file pkg_info does not exist Debug: Puppet::Type::Package::ProviderFreebsd: file /usr/sbin/pkg_info does not exist Debug: Puppet::Type::Package::ProviderPorts: file /usr/local/sbin/portupgrade does not exist Debug: Puppet::Type::Package::ProviderApt: file /usr/bin/apt-get does not exist Debug: Puppet::Type::Package::ProviderAptitude: file /usr/bin/aptitude does not exist Debug: Puppet::Type::Package::ProviderOpkg: file opkg does not exist Debug: Puppet::Type::Package::ProviderPortupgrade: file /usr/local/sbin/portupgrade does not exist Debug: Puppet::Type::Package::ProviderZypper: file /usr/bin/zypper does not exist Debug: Puppet::Type::Package::ProviderNim: file /usr/sbin/nimclient does not exist Debug: Puppet::Type::Package::ProviderUrpmi: file urpmi does not exist Debug: Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist Debug: Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist Debug: Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist Debug: Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist Debug: Puppet::Type::Service::ProviderSystemd: file systemctl does not exist Debug: Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist Debug: Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist Debug: Creating default schedules Debug: Finishing transaction 96852740 Debug: Loaded state in 0.11 seconds Debug: /Stage[main]/Omd/Package[omd]/before: requires Service[omd-1.20] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/agent/puppetd.rb]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/agent/puppetd.ddl]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/application/puppetd.rb]/notify: subscribes to Service[pe-mcollectiv e] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/etc/puppetlabs/mcollective/ssl]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-mcollective-servers] 0m Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-public.pem]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-private.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-mcollective-servers]

Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-private.pem]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-cert.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-mcollective-servers] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-cert.pem]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-cacert.pem]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[peadmin-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-peadmin-mcollective-clien t] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[peadmin-public.pem]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[puppet-dashboard-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-puppet-console-m collective-client] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[puppet-dashboard-public.pem]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-private.pem]/require: requires Pe_mcollecti ve::Puppet_certificate[pe-internal-puppet-console-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-public.pem]/require: requires Pe_mcollectiv e::Puppet_certificate[pe-internal-puppet-console-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cert.pem]/require: requires Pe_mcollective: :Puppet_certificate[pe-internal-puppet-console-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/mcollective-public.pem]/require: requires Pe_mcollective::Pu ppet_certificate[pe-internal-mcollective-servers] Debug: /Stage[main]/Pe_mcollective::Server/File[/etc/puppetlabs/mcollective/server.cfg]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Server/File[/opt/puppet/sbin/refresh-mcollective-metadata]/before: requires Cron[pe-mcollective-metadata] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/before: requires File[/opt/puppet/share/puppet-dashboard/.mcollective.d /puppet-dashboard-private.pem] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/before: requires File[/opt/puppet/share/puppet-dashboard/.mcollective.d /puppet-dashboard-public.pem] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/before: requires File[/opt/puppet/share/puppet-dashboard/.mcollective.d /puppet-dashboard-cert.pem] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/before: requires File[/opt/puppet/share/puppet-dashboard/.mcollective.d /puppet-dashboard-cacert.pem] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.bashrc.custom]/require: requires Pe_accounts::User[puppet-dashboar d] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective]/require: requires Pe_accounts::User[puppet-dashboard]

Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective.d]/require: requires Pe_accounts::User[puppet-dashboar d] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[puppetca:truststore]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-broker] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[puppetca:truststore]/before: requires File[/etc/puppetlabs/activemq/broker.ts] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[puppetca:truststore]/notify: subscribes to Service[pe-activemq] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[learning.puppetlabs.vm:keystore]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-broker] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[learning.puppetlabs.vm:keystore]/before: requires File[/etc/puppetlabs/activemq/broker.ks] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[learning.puppetlabs.vm:keystore]/notify: subscribes to Service[pe-activemq] Debug: /Stage[main]/Pe_mcollective::Activemq/Service[pe-activemq]/require: requires File[/etc/puppetlabs/activemq/activemq.xml] Debug: /Stage[main]/Pe_mcollective::Activemq/File[/etc/puppetlabs/activemq/activemq.xml]/notify: subscribes to Service[pe-activemq] Debug: /Stage[main]/Pe_mcollective::Activemq/File[/etc/sysconfig/pe-activemq]/notify: subscribes to Service[pe-activemq] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-in ternal-peadmin-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-int ernal-peadmin-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-inter nal-peadmin-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cacert.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe -internal-mcollective-servers] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.bashrc.custom]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_puppetdb::Master::Routes/require: requires Package[pe-puppetdb-terminus] Debug: /Stage[main]/Pe_puppetdb::Master::Routes/notify: subscribes to Service[pe-httpd] Debug: /Stage[main]/Pe_puppetdb::Master::Storeconfigs/require: requires Package[pe-puppetdb-terminus] Debug: /Stage[main]/Pe_puppetdb::Master::Report_processor/require: requires Package[pe-puppetdb-terminus] Debug: /Stage[main]/Pe_puppetdb::Master::Puppetdb_conf/require: requires Package[pe-puppetdb-terminus] Debug: /Stage[main]/Pe_puppetdb::Master::Puppetdb_conf/notify: subscribes to Service[pe-httpd] Debug: /Stage[main]/Pe_puppetdb::Server/Package[pe-puppetdb]/before: requires Class[Pe_puppetdb::Server::Firewall] Debug: /Stage[main]/Pe_puppetdb::Server/Package[pe-puppetdb]/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server::Firewall/before: requires Class[Pe_puppetdb::Server::Database_ini] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/before: requires Class[Pe_puppetdb::Server::Jetty_ini] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_psdatabase_username]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_classname]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_subprotocol]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_pgs]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_subname]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_gc_interval]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_node_ttl]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_node_purge_ttl]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_report_ttl]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Jetty_ini/before: requires Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server::Jetty_ini/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-Xmx']/require: requires Package[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-Xmx']/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-Xms']/require: requires Package[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-Xms']/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-XX:+HeapDumpOnOutOfMemoryError']/require: requires Package[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-XX:+HeapDumpOnOutOfMemoryError']/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-XX:HeapDumpPath=']/require: requires Package[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-XX:HeapDumpPath=']/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_postgresql::Pe/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_postgresql/before: requires Class[Pe_postgresql::Server] Debug: /Stage[main]/Pe_postgresql::Server/Package[postgresql-server]/before: requires Exec[postgresql_initdb] Debug: /Stage[main]/Pe_postgresql::Server/Package[postgresql-server]/before: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_postgresql::Config/before: requires Class[Pe_postgresql::Config::Beforeservice] Debug: /Stage[main]/Pe_postgresql::Config/before: requires Service[postgresqld] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/before: requires Service[postgresqld] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/notify: subscribes to Exec[reload_postgresql] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/File_line[postgresql.conf#listen_addresses]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_postgresql::Server/Service[postgresqld]/require: requires Package[postgresql-server] Debug: /Stage[main]/Pe_postgresql::Server/Service[postgresqld]/before: requires Class[Pe_postgresql::Config::Afterservice] Debug: /Stage[main]/Pe_postgresql::Initdb/before: requires Class[Pe_postgresql::Config] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[effective_cache_size]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[effective_cache_size]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[effective_cache_size]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[shared_buffers]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[shared_buffers]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[shared_buffers]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[maintenance_work_mem]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[maintenance_work_mem]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[maintenance_work_mem]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[wal_buffers]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[wal_buffers]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[wal_buffers]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[work_mem]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[work_mem]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[work_mem]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[checkpoint_segments]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[checkpoint_segments]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[checkpoint_segments]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[log_min_duration_statement]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[log_min_duration_statement]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[log_min_duration_statement]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/require: requires Class[Pe_postgresql::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/require: requires Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/require: requires Pe_postgresql::Tablespace[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Group[puppet-dashboard]/before: requires User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/require: requ ires User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/require: requ ires Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Group[peadmin]/before: requires User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/require: requires User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/require: requires Group[peadmin] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_local access as postgres user] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_local access to database with same name] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_deny access to postgresql user] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_allow access to all users] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_allow access to all ipv6] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_local access as postgres user] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_local access to database with same name] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_deny access to postgresql user] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_allow access to all users] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_allow access to all ipv6] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/Pe_postgresql_psql[Create tablespace 'pe-puppetdb']/require: requires Class[Pe_postgresql::Se rver]e-- Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/Pe_postgresql_psql[Create tablespace 'pe-puppetdb']/require: requires File[/opt/puppet/var/li b/pgsql/9.2/puppetdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/require: requires Class[Pe_postgresql::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/require: requires Pe_postgresql::Database[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_grant[GRANT pe-puppetdb - all - pe-puppetdb]/require: requires Pe_postgresql: :Database[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_grant[GRANT pe-puppetdb - all - pe-puppetdb]/require: requires Pe_postgresql: :Database_user[pe-puppetdb] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/Pe_repo::Repo[el-6-i386 3.3.2]/Pe_staging::Deploy[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz ]/require: requires File[/opt/puppet/packages/public] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/Pe_repo::Repo[el-6-i386 3.3.2]/File[/opt/puppet/packages/public/3.3.2/el-6-i386]/require: requir es Pe_staging::Extract[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/File[/var/opt/lib/pe-puppet/ concat/_opt_puppet_var_lib_pgsql_9.2_data_pghba.conf/fragments]/notify: subscribes to Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pghba.conf]/Exec[concat/opt/puppet/var/ lib/pgsql/9.2/data/pg_hba.conf]/require: requires File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pghba.conf]/Exec[concat/opt/puppet/var/ lib/pgsql/9.2/data/pg_hba.conf]/require: requires File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pghba.conf]/Exec[concat/opt/puppet/var/ lib/pgsql/9.2/data/pg_hba.conf]/require: requires File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments.concat] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pghba.conf]/Exec[concat/opt/puppet/var/ lib/pgsql/9.2/data/pg_hba.conf]/subscribe: subscribes to File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pghba.conf]/Exec[concat/opt/puppet/var/ lib/pgsql/9.2/data/pg_hba.conf]/notify: subscribes to File[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[local access as postgres user]/Concat::Fragment[pg_hba_rule_local access as postgres user]/File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/001_pg_hba_rulelocal access as postgres user]/notify: subscribes to Exec[c oncat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[local access to database with same name]/Concat::Fragment[pg_hba_rule_local access t o database with same name]/File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/002_pg_hba_rulelocal access to database with same name ]/notify: subscribes to Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[deny access to postgresql user]/Concat::Fragment[pg_hba_rule_deny access to postgres ql user]/File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/003_pg_hba_ruledeny access to postgresql user]/notify: subscribes to Exe c[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[allow access to all users]/Concat::Fragment[pg_hba_rule_allow access to all users]/F ile[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/100_pg_hba_ruleallow access to all users]/notify: subscribes to Exec[concat/opt/p uppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[allow access to all ipv6]/Concat::Fragment[pg_hba_rule_allow access to all ipv6]/Fil e[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/101_pg_hba_ruleallow access to all ipv6]/notify: subscribes to Exec[concat/opt/pupp et/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/Pe_postgresql_psql[Check for existence of db 'pe-puppetdb']/requ ire: requires Class[Pe_postgresql::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/Pe_postgresql_psql[Check for existence of db 'pe-puppetdb']/noti fy: subscribes to Exec[/opt/puppet/bin/createdb --owner='pe-postgres' --template=template0 --encoding 'UTF8' --locale=en_US.UTF8 'pe-puppetdb' --tablespace='pe-puppetdb'] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/Exec[/opt/puppet/bin/createdb --owner='pe-postgres' --template=t emplate0 --encoding 'UTF8' --locale=en_US.UTF8 'pe-puppetdb' --tablespace='pe-puppetdb']/before: requires Pe_postgresql_psql[UPDATE pg_database SET datistemplate = false WHER E datname = 'pe-puppetdb'] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/Exec[/opt/puppet/bin/createdb --owner='pe-postgres' --template=t emplate0 --encoding 'UTF8' --locale=en_US.UTF8 'pe-puppetdb' --tablespace='pe-puppetdb']/notify: subscribes to Pe_postgresql_psql[REVOKE CONNECT ON DATABASE "pe-puppetdb" FRO M public] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/Pe_repo::Repo[el-6-i386 3.3.2]/Pe_staging::Deploy[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz ]/Pe_staging::Extract[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz]/require: requires Pe_staging::File[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER R OLE "pe-puppetdb" NOSUPERUSER]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMI T -1]e-- Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER R OLE "pe-puppetdb" NOCREATEDB]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER ROLE "pe-puppetdb" NOCREATEROLE]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIM IT -1]-- Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER R OLE "pe-puppetdb" LOGIN]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1] 0m Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER R OLE "pe-puppetdb" ]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER R OLE "pe-puppetdb" CONNECTION LIMIT -1]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECT ION LIMIT -1] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/agent/puppetd.rb]: Autorequiring File[/opt/puppet/libexec/mcollecti ve/mcollective] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/agent/puppetd.ddl]: Autorequiring File[/opt/puppet/libexec/mcollect ive/mcollective] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/application/puppetd.rb]: Autorequiring File[/opt/puppet/libexec/mco llective/mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/etc/puppetlabs/mcollective/ssl/clients]: Autorequiring File[/etc/puppetlabs/mcollective/ssl] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-public.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-private.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-cert.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-cacert.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[peadmin-public.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl/clients] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[puppet-dashboard-public.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl/clients] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-private.pem]: Autorequiring File[/opt/puppe t/share/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-private.pem]: Autorequiring User[puppet-das hboard]- Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-private.pem]: Autorequiring Group[puppet-da shboard] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-public.pem]: Autorequiring File[/opt/puppet /share/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-public.pem]: Autorequiring User[puppet-dash board]-- Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-public.pem]: Autorequiring Group[puppet-das hboard]- Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cert.pem]: Autorequiring File[/opt/puppet/s hare/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cert.pem]: Autorequiring User[puppet-dashbo ard] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cert.pem]: Autorequiring Group[puppet-dashb oard]e-- Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cacert.pem]: Autorequiring File[/opt/puppet/share/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cacert.pem]: Autorequiring User[puppet-dash board]-- Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cacert.pem]: Autorequiring Group[puppet-das hboard]- Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/mcollective-public.pem]: Autorequiring File[/opt/puppet/shar e/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/mcollective-public.pem]: Autorequiring User[puppet-dashboard ] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/mcollective-public.pem]: Autorequiring Group[puppet-dashboar d] Debug: /Stage[main]/Pe_mcollective::Server/File[/etc/puppetlabs/mcollective/ssl/clients/mcollective-public.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl/clie nts] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.bashrc.custom]: Autorequiring File[/opt/puppet/share/puppet-dashbo ard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.bashrc.custom]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.bashrc.custom]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective]: Autorequiring File[/opt/puppet/share/puppet-dashboar d] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective.d]: Autorequiring File[/opt/puppet/share/puppet-dashbo ard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective.d]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective.d]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective]: Autorequiring File[/var/lib/peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/etc/puppetlabs/mcollective/client.cfg]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/etc/puppetlabs/mcollective/client.cfg]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d]: Autorequiring File[/var/lib/peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cacert.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cacert.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cacert.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.bashrc.custom]: Autorequiring File[/var/lib/peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.bashrc.custom]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.bashrc.custom]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_repo/File[/opt/puppet/packages/public]: Autorequiring File[/opt/puppet/packages] Debug: /Stage[main]/Pe_repo/File[/opt/puppet/packages/public/current]: Autorequiring File[/opt/puppet/packages/public] Debug: /Stage[main]/Pe_repo/File[/opt/puppet/packages/public/current]: Autorequiring File[/opt/puppet/packages/public/3.3.2] Debug: /Stage[main]/Pe_repo/File[/opt/puppet/packages/public/GPG-KEY-puppetlabs]: Autorequiring File[/opt/puppet/packages/public] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/File[/opt/puppet/packages/public/3.3.2/el-6-i386.repo]: Autorequiring File[/opt/puppet/packages/ public/3.3.2] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/File[/opt/puppet/packages/public/3.3.2/el-6-i386.bash]: Autorequiring File[/opt/puppet/packages/ public/3.3.2] Debug: /Stage[main]/Concat::Setup/File[/var/opt/lib/pe-puppet/concat/bin/concatfragments.sh]: Autorequiring File[/var/opt/lib/pe-puppet/concat/bin] Debug: /Stage[main]/Concat::Setup/File[/var/opt/lib/pe-puppet/concat/bin]: Autorequiring File[/var/opt/lib/pe-puppet/concat] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.ssh]: Autorequiring File[/opt/puppet/share/puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.ssh]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.ssh]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.vim]: Autorequiring File[/opt/puppet/share/puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.vim]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.vim]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.bashrc]: Autorequiring File[/opt/puppet/share/puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.bashrc]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.bashrc]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.bash_profile]: Autorequiring File[/opt/puppet/share/puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.bash_profile]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.bash_profile]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.ssh/authorized_keys]: Autorequiring File[/opt/puppet/share/puppet-dashboard/.ssh] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.ssh/authorized_keys]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard/.ssh/authorized_keys]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin]: Autorequiring User[peadmi n] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin]: Autorequiring Group[peadm in] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.ssh]: Autorequiring File[/ var/lib/peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.ssh]: Autorequiring User[p eadmin]- Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.ssh]: Autorequiring Group[ peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.vim]: Autorequiring File[/ var/lib/peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.vim]: Autorequiring User[p eadmin]- Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.vim]: Autorequiring Group[ peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.bashrc]: Autorequiring Fil e[/var/lib/peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.bashrc]: Autorequiring Use r[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.bashrc]: Autorequiring Gro up[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.bash_profile]: Autorequiri ng File[/var/lib/peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.bash_profile]: Autorequiri ng User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.bash_profile]: Autorequiri ng Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.ssh/authorized_keys]: Auto requiring File[/var/lib/peadmin/.ssh] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.ssh/authorized_keys]: Auto requiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.ssh/authorized_keys]: Auto requiring Group[peadmin] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/Pe_repo::Repo[el-6-i386 3.3.2]/File[/opt/puppet/packages/public/3.3.2]: Autorequiring File[/opt/ puppet/packages/public] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/Pe_repo::Repo[el-6-i386 3.3.2]/File[/opt/puppet/packages/public/3.3.2/install.bash]: Autorequiri ng File[/opt/puppet/packages/public/3.3.2] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/Pe_repo::Repo[el-6-i386 3.3.2]/File[/opt/puppet/packages/public/3.3.2/el-6-i386]: Autorequiring File[/opt/puppet/packages/public/3.3.2] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/File[/var/opt/lib/pe-puppet/ concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf]: Autorequiring File[/var/opt/lib/pe-puppet/concat] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/File[/var/opt/lib/pe-puppet/ concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments]: Autorequiring File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/File[/var/opt/lib/pe-puppet/ concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments.concat]: Autorequiring File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/File[/var/opt/lib/pe-puppet/ concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments.concat.out]: Autorequiring File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf] 0m Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pghba.conf]/Exec[concat/opt/puppet/var/ lib/pgsql/9.2/data/pg_hba.conf]: Autorequiring File[/var/opt/lib/pe-puppet/concat/bin/concatfragments.sh] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[local access as postgres user]/Concat::Fragment[pg_hba_rule_local access as postgres user]/File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/001_pg_hba_rule_local access as postgres user]: Autorequiring File[/var/opt /lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[local access to database with same name]/Concat::Fragment[pg_hba_rule_local access t o database with same name]/File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/002_pg_hba_rule_local access to database with same name ]: Autorequiring File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[deny access to postgresql user]/Concat::Fragment[pg_hba_rule_deny access to postgres ql user]/File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/003_pg_hba_rule_deny access to postgresql user]: Autorequiring File[/var/ opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[allow access to all users]/Concat::Fragment[pg_hba_rule_allow access to all users]/F ile[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/100_pg_hba_rule_allow access to all users]: Autorequiring File[/var/opt/lib/pe-pupp et/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[allow access to all ipv6]/Concat::Fragment[pg_hba_rule_allow access to all ipv6]/Fil e[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/101_pg_hba_rule_allow access to all ipv6]: Autorequiring File[/var/opt/lib/pe-puppet/ concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/Pe_repo::Repo[el-6-i386 3.3.2]/Pe_staging::Deploy[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz ]/Pe_staging::File[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz]/File[/opt/staging/pe_repo]: Autorequiring File[/opt/staging] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/Pe_repo::Repo[el-6-i386 3.3.2]/Pe_staging::Deploy[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz ]/Pe_staging::File[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz]/File[/opt/staging/pe_repo/puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz]: Autorequiring File[/opt/staging/ pe_repo] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/Pe_repo::Repo[el-6-i386 3.3.2]/Pe_staging::Deploy[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz ]/Pe_staging::Extract[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz]/Exec[extract puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz]: Autorequiring File[/opt/puppet/packages/pu blic]e-- Info: Applying configuration version '1437990516' Debug: Prefetching inifile resources for yumrepo Debug: Prefetching yum resources for package Debug: Executing '/bin/rpm --version' Debug: Executing '/bin/rpm -qa --nosignature --nodigest --qf '%{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n'' Debug: Executing '/usr/bin/python /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/provider/package/yumhelper.py' Debug: Executing '/sbin/service omd-1.20 status' Debug: Executing '/sbin/chkconfig omd-1.20' Debug: Executing '/sbin/service omd-1.20 start' Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: file_metadata supports formats: pson b64_zlib_yaml yaml raw Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/agent/puppetd.rb]: Nothing to manage: no ensure and the resource do esn't exist Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/agent/puppetd.ddl]: Nothing to manage: no ensure and the resource d oesn't exist Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/application/puppetd.rb]: Nothing to manage: no ensure and the resou rce doesn't exist Debug: /Stage[main]/Pe_mcollective::Server/File[/etc/puppetlabs/mcollective/ssl/clients/mcollective-public.pem]: Nothing to manage: no ensure and the resource doesn't e xist Debug: /Stage[main]/Pe_mcollective::Server/File[/etc/puppetlabs/facter/facts.d/puppet_enterprise_installer.txt]: Nothing to manage: no ensure and the resource doesn't e xist Debug: Prefetching crontab resources for cron Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: file_metadata supports formats: pson b64_zlib_yaml yaml raw Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: file_metadata supports formats: pson b64_zlib_yaml yaml raw Debug: Executing '/sbin/service pe-httpd status' Debug: Prefetching parsed resources for pe_postgresql_conf Debug: Execgenerate_cert_for_pe-internal-mcollective-servers: Executing check 'test -s /etc/puppetlabs/puppet/ssl/certs/pe-internal-mcollective-server s.pem -o -s /etc/puppetlabs/puppet/ssl/private_keys/pe-internal-mcollective-servers.pem' Debug: Executing 'test -s /etc/puppetlabs/puppet/ssl/certs/pe-internal-mcollective-servers.pem -o -s /etc/puppetlabs/puppet/ssl/private_keys/pe-internal-mcollective-ser vers.pem' Debug: Execgenerate_cert_for_pe-internal-peadmin-mcollective-client: Executing check 'test -s /etc/puppetlabs/puppet/ssl/certs/pe-internal-peadmin-mco llective-client.pem -o -s /etc/puppetlabs/puppet/ssl/private_keys/pe-internal-peadmin-mcollective-client.pem' Debug: Executing 'test -s /etc/puppetlabs/puppet/ssl/certs/pe-internal-peadmin-mcollective-client.pem -o -s /etc/puppetlabs/puppet/ssl/private_keys/pe-internal-peadmin- mcollective-client.pem' Debug: Execgenerate_cert_for_pe-internal-puppet-console-mcollective-client: Executing check 'test -s /etc/puppetlabs/puppet/ssl/certs/pe-internal-pupp et-console-mcollective-client.pem -o -s /etc/puppetlabs/puppet/ssl/private_keys/pe-internal-puppet-console-mcollective-client.pem' Debug: Executing 'test -s /etc/puppetlabs/puppet/ssl/certs/pe-internal-puppet-console-mcollective-client.pem -o -s /etc/puppetlabs/puppet/ssl/private_keys/pe-internal-puppet-console-mcollective-client.pem' Debug: Executing '/sbin/service pe-mcollective status' Debug: Executing '/sbin/chkconfig pe-mcollective' Debug: Execgenerate_cert_for_pe-internal-broker: Executing check 'test -s /etc/puppetlabs/puppet/ssl/certs/pe-internal-broker.pem -o -s /etc/puppetlab s/puppet/ssl/private_keys/pe-internal-broker.pem' Debug: Executing 'test -s /etc/puppetlabs/puppet/ssl/certs/pe-internal-broker.pem -o -s /etc/puppetlabs/puppet/ssl/private_keys/pe-internal-broker.pem' Debug: Executing 'keytool -list -keystore /etc/puppetlabs/activemq/broker.ts -alias puppetca' Debug: Executing 'openssl x509 -fingerprint -md5 -noout -in /etc/puppetlabs/puppet/ssl/certs/ca.pem' Debug: Executing 'keytool -list -v -keystore /etc/puppetlabs/activemq/broker.ts -alias puppetca' Debug: Executing 'openssl x509 -fingerprint -md5 -noout -in /etc/puppetlabs/puppet/ssl/certs/ca.pem' Debug: Executing 'keytool -list -v -keystore /etc/puppetlabs/activemq/broker.ts -alias puppetca' Debug: Executing 'keytool -list -keystore /etc/puppetlabs/activemq/broker.ks -alias learning.puppetlabs.vm' Debug: Executing 'openssl x509 -fingerprint -md5 -noout -in /etc/puppetlabs/puppet/ssl/certs/pe-internal-broker.pem' Debug: Executing 'keytool -list -v -keystore /etc/puppetlabs/activemq/broker.ks -alias learning.puppetlabs.vm' Debug: Executing 'openssl x509 -fingerprint -md5 -noout -in /etc/puppetlabs/puppet/ssl/certs/pe-internal-broker.pem' Debug: Executing 'keytool -list -v -keystore /etc/puppetlabs/activemq/broker.ks -alias learning.puppetlabs.vm' Debug: Executing '/sbin/service pe-activemq status' Debug: Executing '/sbin/chkconfig pe-activemq' Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/etc/puppetlabs/mcollective/client.cfg]: Nothing to manage: no ensure and the resource doesn't exist Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: file_metadata supports formats: pson b64_zlib_yaml yaml raw Debug: /Stage[main]/Concat::Setup/File[/usr/local/bin/concatfragments.sh]: Nothing to manage: no ensure and the resource doesn't exist Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: file_metadata supports formats: pson b64_zlib_yaml yaml raw Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: file_metadata supports formats: pson b64_zlib_yaml yaml raw Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: file_metadata supports formats: pson b64_zlib_yaml yaml raw Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: file_metadata supports formats: pson b64_zlib_yaml yaml raw Debug: /Stage[main]/Perepo/File[/opt/puppet/packages/public/current]/mode: Not managing symlink mode Debug: Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf](provider=posix): Executing check '/var/opt/lib/pe-puppet/concat/bin/concatfragments.sh -o /var/opt/li b/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments.concat.out -d /var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf -t -w '

This file is managed by Puppet. DO NOT EDIT.' '

Debug: Executing '/var/opt/lib/pe-puppet/concat/bin/concatfragments.sh -o /var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments.concat. out -d /var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf -t -w '# This file is managed by Puppet. DO NOT EDIT.' ' Debug: Executing 'service pe-postgresql status' '

This file is managed by Puppet. DO NOT EDIT.' '

Debug: Executing '/var/opt/lib/pe-puppet/concat/bin/concatfragments.sh -o /var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments.concat. out -d /var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pghba.conf -t -w '# This file is managed by Puppet. DO NOT EDIT.' ' Debug: Executing 'service pe-postgresql status' Debug: Executing '/sbin/chkconfig pe-postgresql' Debug: Executing '/opt/puppet/bin/psql -t -c SELECT COUNT() FROM (SELECT spcname FROM pgtablespace WHERE spcname='pe-puppetdb') count' Debug: Executing '/opt/puppet/bin/psql -t -c SELECT COUNT() FROM (SELECT datname FROM pgdatabase WHERE datname='pe-puppetdb') count' Debug: Executing '/opt/puppet/bin/psql -t -c SELECT COUNT() FROM (SELECT datname FROM pgdatabase WHERE datname = 'pe-puppetdb' AND datistemplate = false) count' Debug: Executing '/opt/puppet/bin/psql -d pe-postgres -t -c SELECT COUNT() FROM (SELECT rolname FROM pgroles WHERE rolname='pe-puppetdb') count' Debug: Executing '/opt/puppet/bin/psql -d pe-postgres -t -c SELECT COUNT() FROM (SELECT rolname FROM pgroles WHERE rolname='pe-puppetdb' and rolsuper=false) count' Debug: Executing '/opt/puppet/bin/psql -d pe-postgres -t -c SELECT COUNT() FROM (SELECT rolname FROM pg_roles WHERE rolname='pe-puppetdb' and rolcreatedb=false) count'

Debug: Executing '/opt/puppet/bin/psql -d pe-postgres -t -c SELECT COUNT(_) FROM (SELECT rolname FROM pgroles WHERE rolname='pe-puppetdb' and rolcreaterole=false) coun t' Debug: Executing '/opt/puppet/bin/psql -d pe-postgres -t -c SELECT COUNT() FROM (SELECT rolname FROM pgroles WHERE rolname='pe-puppetdb' and rolcanlogin=true) count' 0m Debug: Executing '/opt/puppet/bin/psql -d pe-postgres -t -c SELECT COUNT() FROM (SELECT rolname FROM pgroles WHERE rolname='pe-puppetdb' and rolreplication=false) cou nt' Debug: Executing '/opt/puppet/bin/psql -d pe-postgres -t -c SELECT COUNT() FROM (SELECT rolname FROM pg_roles WHERE rolname='pe-puppetdb' and rolconnlimit=-1) count' m Debug: Executing '/opt/puppet/bin/psql -d pe-postgres -t -c SELECT COUNT(*) FROM (SELECT 1 WHERE has_database_privilege('pe-puppetdb', 'pe-puppetdb', 'CREATE')) count' 0m Debug: Executing '/sbin/service pe-puppetdb status' Debug: Executing '/sbin/chkconfig pe-puppetdb' Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/Pe_repo::Repo[el-6-i386 3.3.2]/File[/opt/puppet/packages/public/3.3.2/el-6-i386]/mode: Not manag ing symlink mode Debug: Finishing transaction 97584120 Debug: Storing state Debug: Stored state in 0.07 seconds

Moreover, I have tried to run this on a VM with has just CentOS installed and it is connected to our main Puppet server which manages our infrastructure and the same problem persists. (Trying to install omv-1.20 even tough it is a RHEL VM).

Regards, Sergiu

fschaer commented 9 years ago

Well,

I don’t get it… the module installing omd-1.20 is normal, that is what it is expected to do. But it should not act if your OS was debian instead of redhat, thus attempting to start ‘omd-1.20’ instead of ‘omd’ – the service name differs on the 2 OSes.

I see you are using puppet entreprise (which version ?) : I don’t see why the behavior would be different, but can you try this and see if it correctly states “redhat” : puppet apply -e ' case $::osfamily { debian:{notify {'debian':}} redhat:{notify {'redhat':}} default:{notify {'undef':}} }'

And what gives : puppet apply -e ' case $::osfamily { 'Debian':{notify {'debian':}} 'RedHat':{notify {'redhat':}} default:{notify {'undefined':}} }'

This the same case statement that what is not working as expected : normally, the case matching should be case insensitive… but it appears it’s not, and it’s not even working at all. You can also try changing the case in the module init.pp file (debian becomes ’Debian’, redhat becomes ‘RedHat’) to see if that helps… ?

Regards

De : Sergiu Ciprian Cornea [mailto:notifications@github.com] Envoyé : lundi 27 juillet 2015 11:36 À : GRIF-IRFU/puppet-omd Cc : SCHAER Frederic Objet : Re: [puppet-omd] Add service to host (#16)

Good morning,

As I am also interested in debugging the module and help you fix it, please find attached the 'puppet agent -t --debug' run:

Debug: Using settings: adding file resource 'confdir': 'File[/etc/puppetlabs/puppet]{:path=>"/etc/puppetlabs/puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:f ollow, :backup=>false}' Debug: Puppet::Type::User::ProviderPw: file pw does not exist Debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dsimport does not exist Debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist Debug: Puppet::Type::User::ProviderLdap: true value when expecting false Debug: Puppet::Type::Group::ProviderPw: file pw does not exist Debug: Puppet::Type::Group::ProviderDirectoryservice: file /usr/bin/dscl does not exist Debug: Puppet::Type::Group::ProviderLdap: true value when expecting false Debug: Using settings: adding file resource 'vardir': 'File[/var/opt/lib/pe-puppet]{:path=>"/var/opt/lib/pe-puppet", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=> :directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'logdir': 'File[/var/log/pe-puppet]{:path=>"/var/log/pe-puppet", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :en sure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statedir': 'File[/var/opt/lib/pe-puppet/state]{:path=>"/var/opt/lib/pe-puppet/state", :mode=>"1755", :ensure=>:directory, : loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rundir': 'File[/var/run/pe-puppet]{:path=>"/var/run/pe-puppet", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :en sure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'libdir': 'File[/var/opt/lib/pe-puppet/lib]{:path=>"/var/opt/lib/pe-puppet/lib", :ensure=>:directory, :loglevel=>:debug, :li nks=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hiera_config': 'File[/etc/puppetlabs/puppet/hiera.yaml]{:path=>"/etc/puppetlabs/puppet/hiera.yaml", :ensure=>:file, :loglev el=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'certdir': 'File[/etc/puppetlabs/puppet/ssl/certs]{:path=>"/etc/puppetlabs/puppet/ssl/certs", :mode=>"755", :owner=>"pe-pupp et", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'ssldir': 'File[/etc/puppetlabs/puppet/ssl]{:path=>"/etc/puppetlabs/puppet/ssl", :mode=>"771", :owner=>"pe-puppet", :group=> "pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'publickeydir': 'File[/etc/puppetlabs/puppet/ssl/public_keys]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'requestdir': 'File[/etc/puppetlabs/puppet/ssl/certificate_requests]{:path=>"/etc/puppetlabs/puppet/ssl/certificate_requests ", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatekeydir': 'File[/etc/puppetlabs/puppet/ssl/private_keys]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys", :mode=>"75 0", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatedir': 'File[/etc/puppetlabs/puppet/ssl/private]{:path=>"/etc/puppetlabs/puppet/ssl/private", :mode=>"750", :owner=>" pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcert': 'File[/etc/puppetlabs/puppet/ssl/certs/learning.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/lear ning.puppetlabs.vm.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostprivkey': 'File[/etc/puppetlabs/puppet/ssl/private_keys/learning.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/ private_keys/learning.puppetlabs.vm.pem", :mode=>"640", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostpubkey': 'File[/etc/puppetlabs/puppet/ssl/public_keys/learning.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/pu blic_keys/learning.puppetlabs.vm.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'localcacert': 'File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/ca.pem", :mode=>"644" , :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcrl': 'File[/etc/puppetlabs/puppet/ssl/crl.pem]{:path=>"/etc/puppetlabs/puppet/ssl/crl.pem", :mode=>"644", :owner=>"pe- puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statefile': 'File[/var/opt/lib/pe-puppet/state/state.yaml]{:path=>"/var/opt/lib/pe-puppet/state/state.yaml", :mode=>"660",:ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientyamldir': 'File[/var/opt/lib/pe-puppet/client_yaml]{:path=>"/var/opt/lib/pe-puppet/client_yaml", :mode=>"750", :ensur e=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'client_datadir': 'File[/var/opt/lib/pe-puppet/client_data]{:path=>"/var/opt/lib/pe-puppet/client_data", :mode=>"750", :ensu re=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'classfile': 'File[/var/opt/lib/pe-puppet/classes.txt]{:path=>"/var/opt/lib/pe-puppet/classes.txt", :mode=>"640", :owner=>"r oot", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'resourcefile': 'File[/var/opt/lib/pe-puppet/state/resources.txt]{:path=>"/var/opt/lib/pe-puppet/state/resources.txt", :mode =>"640", :owner=>"root", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientbucketdir': 'File[/var/opt/lib/pe-puppet/clientbucket]{:path=>"/var/opt/lib/pe-puppet/clientbucket", :mode=>"750", :e nsure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunfile': 'File[/var/opt/lib/pe-puppet/state/last_run_summary.yaml]{:path=>"/var/opt/lib/pe-puppet/state/last_run_summa ry.yaml", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunreport': 'File[/var/opt/lib/pe-puppet/state/last_run_report.yaml]{:path=>"/var/opt/lib/pe-puppet/state/last_run_repo rt.yaml", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'graphdir': 'File[/var/opt/lib/pe-puppet/state/graphs]{:path=>"/var/opt/lib/pe-puppet/state/graphs", :ensure=>:directory, :l oglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'pluginfactdest': 'File[/var/opt/lib/pe-puppet/facts.d]{:path=>"/var/opt/lib/pe-puppet/facts.d", :ensure=>:directory, :logle vel=>:debug, :links=>:follow, :backup=>false}' Debug: /File[/var/opt/lib/pe-puppet/state]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/lib]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/etc/puppetlabs/puppet/hiera.yaml]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/certs]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/learning.puppetlabs.vm.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys/learning.puppetlabs.vm.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/private_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys/learning.puppetlabs.vm.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/public_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/crl.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/var/opt/lib/pe-puppet/state/state.yaml]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/client_yaml]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/client_data]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/classes.txt]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/state/resources.txt]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/clientbucket]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/state/last_run_summary.yaml]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/state/last_run_report.yaml]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/state/graphs]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/facts.d]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: Finishing transaction 91037010 Debug: Using settings: adding file resource 'confdir': 'File[/etc/puppetlabs/puppet]{:path=>"/etc/puppetlabs/puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:f ollow, :backup=>false}' Debug: Using settings: adding file resource 'vardir': 'File[/var/opt/lib/pe-puppet]{:path=>"/var/opt/lib/pe-puppet", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=> :directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'logdir': 'File[/var/log/pe-puppet]{:path=>"/var/log/pe-puppet", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :en sure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statedir': 'File[/var/opt/lib/pe-puppet/state]{:path=>"/var/opt/lib/pe-puppet/state", :mode=>"1755", :ensure=>:directory, : loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rundir': 'File[/var/run/pe-puppet]{:path=>"/var/run/pe-puppet", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :en sure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'libdir': 'File[/var/opt/lib/pe-puppet/lib]{:path=>"/var/opt/lib/pe-puppet/lib", :ensure=>:directory, :loglevel=>:debug, :li nks=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hiera_config': 'File[/etc/puppetlabs/puppet/hiera.yaml]{:path=>"/etc/puppetlabs/puppet/hiera.yaml", :ensure=>:file, :loglev el=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'certdir': 'File[/etc/puppetlabs/puppet/ssl/certs]{:path=>"/etc/puppetlabs/puppet/ssl/certs", :mode=>"755", :owner=>"pe-pupp et", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'ssldir': 'File[/etc/puppetlabs/puppet/ssl]{:path=>"/etc/puppetlabs/puppet/ssl", :mode=>"771", :owner=>"pe-puppet", :group=> "pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'publickeydir': 'File[/etc/puppetlabs/puppet/ssl/public_keys]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'requestdir': 'File[/etc/puppetlabs/puppet/ssl/certificate_requests]{:path=>"/etc/puppetlabs/puppet/ssl/certificate_requests ", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatekeydir': 'File[/etc/puppetlabs/puppet/ssl/private_keys]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys", :mode=>"75 0", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatedir': 'File[/etc/puppetlabs/puppet/ssl/private]{:path=>"/etc/puppetlabs/puppet/ssl/private", :mode=>"750", :owner=>" pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcert': 'File[/etc/puppetlabs/puppet/ssl/certs/learning.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/lear ning.puppetlabs.vm.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostprivkey': 'File[/etc/puppetlabs/puppet/ssl/private_keys/learning.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/ private_keys/learning.puppetlabs.vm.pem", :mode=>"640", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostpubkey': 'File[/etc/puppetlabs/puppet/ssl/public_keys/learning.puppetlabs.vm.pem]{:path=>"/etc/puppetlabs/puppet/ssl/pu blic_keys/learning.puppetlabs.vm.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'localcacert': 'File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/ca.pem", :mode=>"644" , :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcrl': 'File[/etc/puppetlabs/puppet/ssl/crl.pem]{:path=>"/etc/puppetlabs/puppet/ssl/crl.pem", :mode=>"644", :owner=>"pe- puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'pluginfactdest': 'File[/var/opt/lib/pe-puppet/facts.d]{:path=>"/var/opt/lib/pe-puppet/facts.d", :ensure=>:directory, :logle vel=>:debug, :links=>:follow, :backup=>false}' Debug: /File[/var/opt/lib/pe-puppet/state]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/lib]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/etc/puppetlabs/puppet/hiera.yaml]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/certs]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/learning.puppetlabs.vm.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys/learning.puppetlabs.vm.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/private_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys/learning.puppetlabs.vm.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/public_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/crl.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/var/opt/lib/pe-puppet/facts.d]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: Finishing transaction 91057610 Debug: Using cached certificate for ca Debug: Using cached certificate for learning.puppetlabs.vm Debug: Using settings: adding file resource 'statefile': 'File[/var/opt/lib/pe-puppet/state/state.yaml]{:path=>"/var/opt/lib/pe-puppet/state/state.yaml", :mode=>"660", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientyamldir': 'File[/var/opt/lib/pe-puppet/client_yaml]{:path=>"/var/opt/lib/pe-puppet/client_yaml", :mode=>"750", :ensur e=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'client_datadir': 'File[/var/opt/lib/pe-puppet/client_data]{:path=>"/var/opt/lib/pe-puppet/client_data", :mode=>"750", :ensu re=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'classfile': 'File[/var/opt/lib/pe-puppet/classes.txt]{:path=>"/var/opt/lib/pe-puppet/classes.txt", :mode=>"640", :owner=>"r oot", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'resourcefile': 'File[/var/opt/lib/pe-puppet/state/resources.txt]{:path=>"/var/opt/lib/pe-puppet/state/resources.txt", :mode =>"640", :owner=>"root", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientbucketdir': 'File[/var/opt/lib/pe-puppet/clientbucket]{:path=>"/var/opt/lib/pe-puppet/clientbucket", :mode=>"750", :e nsure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunfile': 'File[/var/opt/lib/pe-puppet/state/last_run_summary.yaml]{:path=>"/var/opt/lib/pe-puppet/state/last_run_summa ry.yaml", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunreport': 'File[/var/opt/lib/pe-puppet/state/last_run_report.yaml]{:path=>"/var/opt/lib/pe-puppet/state/last_run_repo rt.yaml", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'graphdir': 'File[/var/opt/lib/pe-puppet/state/graphs]{:path=>"/var/opt/lib/pe-puppet/state/graphs", :ensure=>:directory, :l oglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Finishing transaction 85497790 Debug: Loaded state in 0.04 seconds Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: node supports formats: pson b64_zlib_yaml yaml raw Debug: Using cached certificate for ca Debug: Using cached certificate for learning.puppetlabs.vm Debug: Using cached certificate_revocation_list for ca Info: Retrieving plugin Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: file_metadata supports formats: pson b64_zlib_yaml yaml raw Debug: Finishing transaction 91231170 Info: Loading facts in /opt/puppet/share/puppet/modules/postgresql/lib/facter/postgres_default_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/pe_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/facter_dot_d.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/root_home.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/puppet_vardir.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/platform_tag.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/windows.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/pe_build.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_puppetdb/lib/facter/pe_puppetdb_server_status.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_postgresql/lib/facter/pe_postgres_default_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_staging/lib/facter/staging_http_get.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/iptables_persistent_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/iptables_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/ip6tables_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/auth_conf/lib/facter/custom_auth_conf.rb Info: Loading facts in /opt/puppet/share/puppet/modules/concat/lib/facter/concat_basedir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/concat_basedir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/facter_dot_d.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_postgres_default_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/iptables_persistent_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/root_home.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/postgres_default_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/platform_tag.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/puppet_vardir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/staging_http_get.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/custom_auth_conf.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/iptables_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/windows.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_puppetdb_server_status.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/ip6tables_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_build.rb Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: catalog supports formats: pson b64_zlib_yaml yaml dot raw Debug: Executing '/bin/rpm --version' Debug: Executing '/bin/rpm -ql rpm' Info: Caching catalog for learning.puppetlabs.vm Debug: Puppet::Type::Package::ProviderPortage: file /usr/bin/emerge does not exist Debug: Puppet::Type::Package::ProviderDpkg: file /usr/bin/dpkg does not exist Debug: Puppet::Type::Package::ProviderFink: file /sw/bin/fink does not exist Debug: Puppet::Type::Package::ProviderSun: file /usr/bin/pkginfo does not exist Debug: Puppet::Type::Package::ProviderAix: file /usr/bin/lslpp does not exist Debug: Puppet::Type::Package::ProviderSunfreeware: file pkg-get does not exist Debug: Puppet::Type::Package::ProviderPkgin: file pkgin does not exist Debug: Puppet::Type::Package::ProviderHpux: file /usr/sbin/swinstall does not exist Debug: Puppet::Type::Package::ProviderPacman: file /usr/bin/pacman does not exist Debug: Puppet::Type::Package::ProviderPkg: file /usr/bin/pkg does not exist Debug: Puppet::Type::Package::ProviderUp2date: file /usr/sbin/up2date-nox does not exist Debug: Puppet::Type::Package::ProviderRug: file /usr/bin/rug does not exist Debug: Puppet::Type::Package::ProviderAptrpm: file apt-get does not exist Debug: Puppet::Type::Package::ProviderOpenbsd: file pkg_info does not exist Debug: Puppet::Type::Package::ProviderFreebsd: file /usr/sbin/pkg_info does not exist Debug: Puppet::Type::Package::ProviderPorts: file /usr/local/sbin/portupgrade does not exist Debug: Puppet::Type::Package::ProviderApt: file /usr/bin/apt-get does not exist Debug: Puppet::Type::Package::ProviderAptitude: file /usr/bin/aptitude does not exist Debug: Puppet::Type::Package::ProviderOpkg: file opkg does not exist Debug: Puppet::Type::Package::ProviderPortupgrade: file /usr/local/sbin/portupgrade does not exist Debug: Puppet::Type::Package::ProviderZypper: file /usr/bin/zypper does not exist Debug: Puppet::Type::Package::ProviderNim: file /usr/sbin/nimclient does not exist Debug: Puppet::Type::Package::ProviderUrpmi: file urpmi does not exist Debug: Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist Debug: Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist Debug: Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist Debug: Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist Debug: Puppet::Type::Service::ProviderSystemd: file systemctl does not exist Debug: Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist Debug: Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist Debug: Creating default schedules Debug: Finishing transaction 96852740 Debug: Loaded state in 0.11 seconds Debug: /Stage[main]/Omd/Package[omd]/before: requires Service[omd-1.20] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/agent/puppetd.rb]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/agent/puppetd.ddl]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/application/puppetd.rb]/notify: subscribes to Service[pe-mcollectiv e] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/etc/puppetlabs/mcollective/ssl]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-mcollective-servers] 0m Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-public.pem]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-private.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-mcollective-servers]

Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-private.pem]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-cert.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-mcollective-servers] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-cert.pem]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-cacert.pem]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[peadmin-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-peadmin-mcollective-clien t] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[peadmin-public.pem]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[puppet-dashboard-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-puppet-console-m collective-client] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[puppet-dashboard-public.pem]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-private.pem]/require: requires Pe_mcollecti ve::Puppet_certificate[pe-internal-puppet-console-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-public.pem]/require: requires Pe_mcollectiv e::Puppet_certificate[pe-internal-puppet-console-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cert.pem]/require: requires Pe_mcollective: :Puppet_certificate[pe-internal-puppet-console-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/mcollective-public.pem]/require: requires Pe_mcollective::Pu ppet_certificate[pe-internal-mcollective-servers] Debug: /Stage[main]/Pe_mcollective::Server/File[/etc/puppetlabs/mcollective/server.cfg]/notify: subscribes to Service[pe-mcollective] Debug: /Stage[main]/Pe_mcollective::Server/File[/opt/puppet/sbin/refresh-mcollective-metadata]/before: requires Cron[pe-mcollective-metadata] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/before: requires File[/opt/puppet/share/puppet-dashboard/.mcollective.d /puppet-dashboard-private.pem] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/before: requires File[/opt/puppet/share/puppet-dashboard/.mcollective.d /puppet-dashboard-public.pem] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/before: requires File[/opt/puppet/share/puppet-dashboard/.mcollective.d /puppet-dashboard-cert.pem] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/before: requires File[/opt/puppet/share/puppet-dashboard/.mcollective.d /puppet-dashboard-cacert.pem] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.bashrc.custom]/require: requires Pe_accounts::User[puppet-dashboar d] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective]/require: requires Pe_accounts::User[puppet-dashboard]

Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective.d]/require: requires Pe_accounts::User[puppet-dashboar d] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[puppetca:truststore]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-broker] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[puppetca:truststore]/before: requires File[/etc/puppetlabs/activemq/broker.ts] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[puppetca:truststore]/notify: subscribes to Service[pe-activemq] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[learning.puppetlabs.vm:keystore]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-broker] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[learning.puppetlabs.vm:keystore]/before: requires File[/etc/puppetlabs/activemq/broker.ks] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[learning.puppetlabs.vm:keystore]/notify: subscribes to Service[pe-activemq] Debug: /Stage[main]/Pe_mcollective::Activemq/Service[pe-activemq]/require: requires File[/etc/puppetlabs/activemq/activemq.xml] Debug: /Stage[main]/Pe_mcollective::Activemq/File[/etc/puppetlabs/activemq/activemq.xml]/notify: subscribes to Service[pe-activemq] Debug: /Stage[main]/Pe_mcollective::Activemq/File[/etc/sysconfig/pe-activemq]/notify: subscribes to Service[pe-activemq] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-in ternal-peadmin-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-int ernal-peadmin-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-inter nal-peadmin-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cacert.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe -internal-mcollective-servers] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.bashrc.custom]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_puppetdb::Master::Routes/require: requires Package[pe-puppetdb-terminus] Debug: /Stage[main]/Pe_puppetdb::Master::Routes/notify: subscribes to Service[pe-httpd] Debug: /Stage[main]/Pe_puppetdb::Master::Storeconfigs/require: requires Package[pe-puppetdb-terminus] Debug: /Stage[main]/Pe_puppetdb::Master::Report_processor/require: requires Package[pe-puppetdb-terminus] Debug: /Stage[main]/Pe_puppetdb::Master::Puppetdb_conf/require: requires Package[pe-puppetdb-terminus] Debug: /Stage[main]/Pe_puppetdb::Master::Puppetdb_conf/notify: subscribes to Service[pe-httpd] Debug: /Stage[main]/Pe_puppetdb::Server/Package[pe-puppetdb]/before: requires Class[Pe_puppetdb::Server::Firewall] Debug: /Stage[main]/Pe_puppetdb::Server/Package[pe-puppetdb]/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server::Firewall/before: requires Class[Pe_puppetdb::Server::Database_ini] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/before: requires Class[Pe_puppetdb::Server::Jetty_ini] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_psdatabase_username]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_classname]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_subprotocol]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_pgs]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_subname]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_gc_interval]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_node_ttl]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_node_purge_ttl]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_report_ttl]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Jetty_ini/before: requires Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server::Jetty_ini/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-Xmx']/require: requires Package[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-Xmx']/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-Xms']/require: requires Package[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-Xms']/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-XX:+HeapDumpOnOutOfMemoryError']/require: requires Package[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-XX:+HeapDumpOnOutOfMemoryError']/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-XX:HeapDumpPath=']/require: requires Package[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-XX:HeapDumpPath=']/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_postgresql::Pe/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_postgresql/before: requires Class[Pe_postgresql::Server] Debug: /Stage[main]/Pe_postgresql::Server/Package[postgresql-server]/before: requires Exec[postgresql_initdb] Debug: /Stage[main]/Pe_postgresql::Server/Package[postgresql-server]/before: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_postgresql::Config/before: requires Class[Pe_postgresql::Config::Beforeservice] Debug: /Stage[main]/Pe_postgresql::Config/before: requires Service[postgresqld] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/before: requires Service[postgresqld] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/notify: subscribes to Exec[reload_postgresql] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/File_line[postgresql.conf#listen_addresses]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_postgresql::Server/Service[postgresqld]/require: requires Package[postgresql-server] Debug: /Stage[main]/Pe_postgresql::Server/Service[postgresqld]/before: requires Class[Pe_postgresql::Config::Afterservice] Debug: /Stage[main]/Pe_postgresql::Initdb/before: requires Class[Pe_postgresql::Config] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[effective_cache_size]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[effective_cache_size]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[effective_cache_size]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[shared_buffers]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[shared_buffers]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[shared_buffers]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[maintenance_work_mem]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[maintenance_work_mem]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[maintenance_work_mem]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[wal_buffers]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[wal_buffers]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[wal_buffers]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[work_mem]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[work_mem]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[work_mem]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[checkpoint_segments]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[checkpoint_segments]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[checkpoint_segments]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[log_min_duration_statement]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[log_min_duration_statement]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[log_min_duration_statement]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/require: requires Class[Pe_postgresql::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/require: requires Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/require: requires Pe_postgresql::Tablespace[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Group[puppet-dashboard]/before: requires User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/require: requ ires User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/require: requ ires Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Group[peadmin]/before: requires User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/require: requires User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/require: requires Group[peadmin] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_local access as postgres user] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_local access to database with same name] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_deny access to postgresql user] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_allow access to all users] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_allow access to all ipv6] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_local access as postgres user] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_local access to database with same name] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_deny access to postgresql user] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_allow access to all users] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_allow access to all ipv6] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/Pe_postgresql_psql[Create tablespace 'pe-puppetdb']/require: requires Class[Pe_postgresql::Se rver]e-- Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/Pe_postgresql_psql[Create tablespace 'pe-puppetdb']/require: requires File[/opt/puppet/var/li b/pgsql/9.2/puppetdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/require: requires Class[Pe_postgresql::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/require: requires Pe_postgresql::Database[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_grant[GRANT pe-puppetdb - all - pe-puppetdb]/require: requires Pe_postgresql: :Database[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_grant[GRANT pe-puppetdb - all - pe-puppetdb]/require: requires Pe_postgresql: :Database_user[pe-puppetdb] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/Pe_repo::Repo[el-6-i386 3.3.2]/Pe_staging::Deploy[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz ]/require: requires File[/opt/puppet/packages/public] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/Pe_repo::Repo[el-6-i386 3.3.2]/File[/opt/puppet/packages/public/3.3.2/el-6-i386]/require: requir es Pe_staging::Extract[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/File[/var/opt/lib/pe-puppet/ concat/opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments]/notify: subscribes to Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pghba.conf]/Exec[concat/opt/puppet/var/ lib/pgsql/9.2/data/pg_hba.conf]/require: requires File[/var/opt/lib/pe-puppet/concat/opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/Exec[concat/opt/puppet/var/ lib/pgsql/9.2/data/pg_hba.conf]/require: requires File[/var/opt/lib/pe-puppet/concat/opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/Exec[concat/opt/puppet/var/ lib/pgsql/9.2/data/pg_hba.conf]/require: requires File[/var/opt/lib/pe-puppet/concat/opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments.concat] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/Exec[concat/opt/puppet/var/ lib/pgsql/9.2/data/pg_hba.conf]/subscribe: subscribes to File[/var/opt/lib/pe-puppet/concat/opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/Exec[concat/opt/puppet/var/ lib/pgsql/9.2/data/pg_hba.conf]/notify: subscribes to File[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[local access as postgres user]/Concat::Fragment[pg_hba_rule_local access as postgres user]/File[/var/opt/lib/pe-puppet/concat/opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/001_pg_hba_rule_local access as postgres user]/notify: subscribes to Exec[c oncat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[local access to database with same name]/Concat::Fragment[pg_hba_rule_local access t o database with same name]/File[/var/opt/lib/pe-puppet/concat/opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/002_pg_hba_rule_local access to database with same name ]/notify: subscribes to Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[deny access to postgresql user]/Concat::Fragment[pg_hba_rule_deny access to postgres ql user]/File[/var/opt/lib/pe-puppet/concat/opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/003_pg_hba_rule_deny access to postgresql user]/notify: subscribes to Exe c[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[allow access to all users]/Concat::Fragment[pg_hba_rule_allow access to all users]/F ile[/var/opt/lib/pe-puppet/concat/opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/100_pg_hba_rule_allow access to all users]/notify: subscribes to Exec[concat/opt/p uppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[allow access to all ipv6]/Concat::Fragment[pg_hba_rule_allow access to all ipv6]/Fil e[/var/opt/lib/pe-puppet/concat/opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/101_pg_hba_rule_allow access to all ipv6]/notify: subscribes to Exec[concat/opt/pupp et/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/Pe_postgresql_psql[Check for existence of db 'pe-puppetdb']/requ ire: requires Class[Pe_postgresql::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/Pe_postgresql_psql[Check for existence of db 'pe-puppetdb']/noti fy: subscribes to Exec[/opt/puppet/bin/createdb --owner='pe-postgres' --template=template0 --encoding 'UTF8' --locale=en_US.UTF8 'pe-puppetdb' --tablespace='pe-puppetdb'] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/Exec[/opt/puppet/bin/createdb --owner='pe-postgres' --template=t emplate0 --encoding 'UTF8' --locale=en_US.UTF8 'pe-puppetdb' --tablespace='pe-puppetdb']/before: requires Pe_postgresql_psql[UPDATE pg_database SET datistemplate = false WHER E datname = 'pe-puppetdb'] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/Exec[/opt/puppet/bin/createdb --owner='pe-postgres' --template=t emplate0 --encoding 'UTF8' --locale=en_US.UTF8 'pe-puppetdb' --tablespace='pe-puppetdb']/notify: subscribes to Pe_postgresql_psql[REVOKE CONNECT ON DATABASE "pe-puppetdb" FRO M public] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/Pe_repo::Repo[el-6-i386 3.3.2]/Pe_staging::Deploy[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz ]/Pe_staging::Extract[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz]/require: requires Pe_staging::File[puppet-enterprise-3.3.2-el-6-i386-agent.tar.gz] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER R OLE "pe-puppetdb" NOSUPERUSER]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMI T -1]e-- Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER R OLE "pe-puppetdb" NOCREATEDB]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER ROLE "pe-puppetdb" NOCREATEROLE]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIM IT -1]-- Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER R OLE "pe-puppetdb" LOGIN]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1] 0m Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER R OLE "pe-puppetdb" ]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER R OLE "pe-puppetdb" CONNECTION LIMIT -1]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECT ION LIMIT -1] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/agent/puppetd.rb]: Autorequiring File[/opt/puppet/libexec/mcollecti ve/mcollective] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/agent/puppetd.ddl]: Autorequiring File[/opt/puppet/libexec/mcollect ive/mcollective] Debug: /Stage[main]/Pe_mcollective::Server::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/application/puppetd.rb]: Autorequiring File[/opt/puppet/libexec/mco llective/mcollective] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/etc/puppetlabs/mcollective/ssl/clients]: Autorequiring File[/etc/puppetlabs/mcollective/ssl] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-public.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-private.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-cert.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[mcollective-cacert.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[peadmin-public.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl/clients] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[puppet-dashboard-public.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl/clients] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-private.pem]: Autorequiring File[/opt/puppe t/share/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-private.pem]: Autorequiring User[puppet-das hboard]- Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-private.pem]: Autorequiring Group[puppet-da shboard] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-public.pem]: Autorequiring File[/opt/puppet /share/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-public.pem]: Autorequiring User[puppet-dash board]-- Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-public.pem]: Autorequiring Group[puppet-das hboard]- Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cert.pem]: Autorequiring File[/opt/puppet/s hare/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cert.pem]: Autorequiring User[puppet-dashbo ard] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cert.pem]: Autorequiring Group[puppet-dashb oard]e-- Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cacert.pem]: Autorequiring File[/opt/puppet/share/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cacert.pem]: Autorequiring User[puppet-dash board]-- Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cacert.pem]: Autorequiring Group[puppet-das hboard]- Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/mcollective-public.pem]: Autorequiring File[/opt/puppet/shar e/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/mcollective-public.pem]: Autorequiring User[puppet-dashboard ] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/mcollective-public.pem]: Autorequiring Group[puppet-dashboar d] Debug: /Stage[main]/Pe_mcollective::Server/File[/etc/puppetlabs/mcollective/ssl/clients/mcollective-public.pem]: Autorequiring File[/etc/puppetlabs/mcollective/ssl/clie nts] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.bashrc.custom]: Autorequiring File[/opt/puppet/share/puppet-dashbo ard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.bashrc.custom]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.bashrc.custom]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective]: Autorequiring File[/opt/puppet/share/puppet-dashboar d] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective.d]: Autorequiring File[/opt/puppet/share/puppet-dashbo ard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective.d]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective.d]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective]: Autorequiring File[/var/lib/peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/etc/puppetlabs/mcollective/client.cfg]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/etc/puppetlabs/mcollective/client.cfg]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d]: Autorequiring File[/var/lib/peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cacert.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cacert.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cacert.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.bashrc.custom]: Autorequiring File[/var/lib/peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.bashrc.custom]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.bashrc.custom]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_repo/File[/opt/puppet/packages/public]: Autorequiring File[/opt/puppet/packages] Debug: /Stage[main]/Pe_repo/File[/opt/puppet/packages/public/current]: Autorequiring File[/opt/puppet/packages/public] Debug: /Stage[main]/Pe_repo/File[/opt/puppet/packages/public/current]: Autorequiring File[/opt/puppet/packages/public/3.3.2] Debug: /Stage[main]/Pe_repo/File[/opt/puppet/packages/public/GPG-KEY-puppetlabs]: Autorequiring File[/opt/puppet/packages/public] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/File[/opt/puppet/packages/public/3.3.2/el-6-i386.repo]: Autorequiring File[/opt/puppet/packages/ public/3.3.2] Debug: /Stage[main]/Pe_repo::Platform::El_6_i386/Pe_repo::El[el-6-i386]/File[/opt/puppet/packages/public/3.3.2/el-6-i386.bash]: Autorequiring File[/opt/puppet/packages/ public/3.3.2] Debug: /Stage[main]/Concat::Setup/File[/var/opt/lib/pe-puppet/concat/bin/concatfragments.sh]: Autorequiring File[/var/opt/lib/pe-puppet/concat/bin] Debug: /Stage[main]/Concat::Setup/File[/var/opt/lib/pe-puppet/concat/bin]: Autorequiring File[/var/opt/lib/pe-puppet/concat] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/File[/opt/pup pet/share/puppet-dashboard]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/sh

SergiuCip commented 9 years ago

Hi,

Thank you for your reply the Puppet version is: 3.6.2 (Puppet Enterprise 3.3.2)

If I run: [root@learning ~]# puppet apply -e ' case $::osfamily { 'Debian':{notify {'debian':}} 'RedHat':{notify {'redhat':}} default:{notify {'undefined':}} }' Notice: Compiled catalog for learning.puppetlabs.vm in environment production in 0.03 seconds Notice: redhat Notice: /Stage[main]/Main/Notify[redhat]/message: defined 'message' as 'redhat' Notice: Finished catalog run in 0.20 seconds

I have replaced debian with Debian and redhat with RedHat as advised and this is the output:

root@learning /etc/puppetlabs/puppet/modules/omd/manifests]# puppet agent -t Info: Retrieving plugin Info: Loading facts in /opt/puppet/share/puppet/modules/postgresql/lib/facter/postgres_default_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/pe_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/facter_dot_d.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/root_home.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/puppet_vardir.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/platform_tag.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/windows.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/pe_build.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_puppetdb/lib/facter/pe_puppetdb_server_status.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_postgresql/lib/facter/pe_postgres_default_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_staging/lib/facter/staging_http_get.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/iptables_persistent_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/iptables_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/ip6tables_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/auth_conf/lib/facter/custom_auth_conf.rb Info: Loading facts in /opt/puppet/share/puppet/modules/concat/lib/facter/concat_basedir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/concat_basedir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/facter_dot_d.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_postgres_default_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/iptables_persistent_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/root_home.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/postgres_default_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/platform_tag.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/puppet_vardir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/staging_http_get.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/custom_auth_conf.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/iptables_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/windows.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_puppetdb_server_status.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/ip6tables_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_build.rb Info: Caching catalog for learning.puppetlabs.vm Warning: The package type's allow_virtual parameter will be changing its default value from false to true in a future release. If you do not want to allow virtual packages, please explicitly set allow_virtual to false. (at /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/type.rb:816:in `set_default') Info: Applying configuration version '1437998694' Error: Could not start Service[omd-1.20]: Execution of '/sbin/service omd-1.20 start' returned 1: omd-1.20: unrecognized service Wrapped exception: Execution of '/sbin/service omd-1.20 start' returned 1: omd-1.20: unrecognized service Error: /Stage[main]/Omd/Service[omd-1.20]/ensure: change from stopped to running failed: Could not start Service[omd-1.20]: Execution of '/sbin/service omd-1.20 start' returned 1: omd-1.20: unrecognized service

Still the same :(

Regards, Sergiu

SergiuCip commented 9 years ago

Hi I have just downloaded a Learning Puppet VM again, the newest one, and it seems that always omd-1.20 it is trying to be installed. Probably nothing is wrong with your module, as my manager manually installed OMD on a CentOS box and the version is 1.20, this is if within the module you don't specify a version.

Thank you,

Regards, Sergiu

fschaer commented 9 years ago

I will need to download this learning VM in order to see if I can reproduce and understand… coz’ I really don’t understand what is wrong. I’ll update this issue once I know more..

SergiuCip commented 9 years ago

I understand, thank you.

SergiuCip commented 9 years ago

Hi,

Because of the Puppet misinterpretation, I have created a new Ubuntu 14.04 VM, which is managed by Foreman and our main Puppet Master. In order to make the module work, you have to add the OMD repos manually, as even tough you add the omd::repos::debian, gives you the following error:

Error: /Stage[main]/Apt::Update/Exec[apt_update]: Failed to call refresh: /usr/bin/apt-get update returned 100 instead of one of [0] Error: /Stage[main]/Apt::Update/Exec[apt_update]: /usr/bin/apt-get update returned 100 instead of one of [0] Error: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install omd-1.20' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package omd-1.20 E: Couldn't find any package by regex 'omd-1.20' Error: /Stage[main]/Omd/Package[omd]/ensure: change from purged to latest failed: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install omd-1.20' returned 100: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package omd-1.20 E: Couldn't find any package by regex 'omd-1.20' Notice: /Stage[main]/Omd/Service[omd-1.20]: Dependency Package[omd] has failures: true Warning: /Stage[main]/Omd/Service[omd-1.20]: Skipping because of failed dependencies Notice: Finished catalog run in 15.39 seconds

Thank you and have a great Monday.

SergiuCip commented 9 years ago

Good morning,

Based on your answer to my first question, you have showed me how to add a service to a 'site' however, could you please tell me how can I add a specific service to just 1 host instead of all hosts inheriting the service(s) associated with the 'site' please?

Thank you,

Regards, Sergiu

SergiuCip commented 9 years ago

Hi,

I read your module description on how to add a service to a particular host and what I came up with is this:

omd::check_mk::legacy::service {$omd_service: site=> 'test', command => $omd_command, mk_hosts=>['10.10.10.3'],}

However, every time I run puppet I get this error message:

sergiu@omdsrv:/omd/sites/test/etc/check_mk/conf.d/puppet$ sudo puppet agent -t Info: Retrieving pluginfacts Info: Retrieving plugin Info: Loading facts Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find resource 'Omd::Check_mk::Tag[]' for relationship on 'Omd::Check_mk::Build_exported_resources[all#]' on node omdsrv.otb.hyperneph.com Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run

What I am doing wrong?

Thank you,

Regards, Sergiu

fschaer commented 9 years ago

Hi,

It’s probably not caused by the service, but by the fact that you haven’t defined (?) any tag on the hosts ? I will have to check if that case of using the module just with legacy checks would work, or if I could have any workaround…

Does it work if you add a tag even if you don’t use it ? (e.g : omd::check_mk::addtag{dummy:} )

Regards

SergiuCip commented 9 years ago

Hi,

What I am trying to do is to create some manifests using create_resources function, and this is the code:

define hyprn_omd::omd_create::omd_services ( $omd_site = undef, $omd_ip = undef, $omd_service = undef, $omd_command = undef,
$omd_tag = undef,

) {

include hyprn_omd::omd_create::omd_site

ADD HOST TO THE 'TEST' SITE

omd::check_mk::addhost{$omd_ip: site=> 'test', tags=>'test'}

Create the 'site'

omd::site {'test': }

Add commands to the host

omd::check_mk::mrpe::check{$omd_service: command=>$omd_service, tag => 'test'} omd::nagios::command {$omd_service: site=>'test', command => '/usr/lib/nagios/plugins/check_phpfpm_status.pl -H \$ARG1$ -s \$ARG2$'} omd::check_mk::legacy::service {$omd_service: site=> 'test', command => $omd_command,

mk_tags=>['test'],

       mk_hosts=>[$omd_ip],
       }

omd::check_mk::legacy::service {"$omd_service": site=> 'test', command =>'check_snmp!-P 2c -C public -o ifHCInOctets.3003,ifHCOutOctets.3003 -u InBytes,OutBytes -l bandwidth', mk_hosts=>['10.10.10.3'],}

}

However, still is complaining about no tags: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find resource 'Omd::Check_mk::Tag[]' for relationship on 'Omd::Check_mk::Build_exported_resources[all]

I feeling i'm going nuts, as I have tried all the possibilities, and this only happens if you have more than 1 host in the Hiera file, if you've got one, everything is ok.

Regards, Sergiu

fschaer commented 9 years ago

Can you please share :

I cannot guess where the error can be found without knowledge of how you use the module – I personally am not using hiera for my omd server (or at least not the way you are trying)… You might be victim of a default or empty “$name” vs “$title” or whatever….

Thanks

SergiuCip commented 9 years ago

Well, now somehow, I've got it working, however, what happens is that if you specify a host and give it a service, the other services which it is monitoring disappears, and probably because of me using hiera, I cannot allocate more than one service per host using hiera. :(

My code is as following:

class hyprn_omd {

include omd

$omd_host = hiera('omd_host', {} ) create_resources(hyprn_omd::omd_create::omd_services, $omd_host)

}


Call omd_site which will create an OMD 'site'

include hyprn_omd::omd_create::omd_site

Add the host to the OMD 'site'

omd::check_mk::addhost{$omd_ip: site=> 'test', tag=>'test'}

Name the service and allocate the command

omd::nagios::command {$omd_service: site=>'test', command => '/usr/lib/nagios/plugins/check_phpfpm_status.pl -H \$ARG1$ -s \$ARG2$'}

Add the service to the host

omd::check_mk::legacy::service {$omd_service: site=> 'test', command => $omd_command,

mk_tags => ['test'],

       mk_hosts=> [$omd_ip],
       }

}


Hiera:

omd_host: first_host: omd_site: 'test' omd_ip: '10.0.0.1' omd_service: 'check_phpfpm_status' omd_command: 'check_phpfpm_status' omd_tag: 'test' second_host: omd_ip: '10.0.0.2' omd_service: 'check_phpfpm_status1' omd_command: 'check_phpfpm_status1' omd_tag: 'test'

Thank you

Regards, Sergiu

fschaer commented 9 years ago

Hi,

I have to fix many things locally, unrelated to this module, so I’ll have a look as soon as I can.

Regards

SergiuCip commented 9 years ago

Hi,

Thank you for you help :+1: no worries, when you might have the time :)

Regards, Sergiu

SergiuCip commented 9 years ago

Hi,

Do you have any idea how can I go about adding more than one service to a host? As I am trying to use Hiera, however, if you have more than one service, the 2nd one it is applied over the first one. I have been trying since yesterday but no success :(

Thank you,

Regards, Cip

SergiuCip commented 9 years ago

I believe I am on the verge of fixing it, however, I am getting this error:

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse inline template: undefined method `join' for "10.10.10.88":String at /etc/puppet/environments/development/modules/omd/manifests/check_mk/legacy/service.pp:34 on node omdptest.tba.hyperneph.com Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run

Moreover, I have included stdlib using foreman for the node I am using the OMD module :(

Thank you and have a great Friday,

Regards, Cip

SergiuCip commented 9 years ago

Hi,

I hope you are doing ok.

I have successfully installed your module on Ubuntu 14.04, however, the repo doesn't work for some reason so I had to add it manually and then run Puppet. Also I have created a module which I developed to get the data from the Hiera file and works ok.

Thank you for your help and all your detailed answer as they helped me a lot.

fschaer commented 9 years ago

Hi,

I have started a puppet learning VM (centos) and tested the omd module with 2 (minor ?) recent pull requests : I do not encounter the issue you had with the wrong service name. I’ll close this issue, please feel free to reopen or open another one in case you get more infos on how to reproduce.

Results :

[root@learning ~/tutu]# puppet apply --modulepath . go.pp Notice: Compiled catalog for learning.puppetlabs.vm in environment production in 0.77 seconds Notice: /Stage[main]/Omd/Package[omd]/ensure: created Notice: /Stage[main]/Main/Omd::Site[test]/Exec[omd create site test]/returns: executed successfully Notice: /Stage[main]/Main/Omd::Site[test]/File[/opt/omd/sites/test/puppetstate]/ensure: created Notice: /Stage[main]/Main/Omd::Site[test]/File[/opt/omd/sites/test/puppetstate/cron.txt]/ensure: created Notice: /Stage[main]/Main/Omd::Site[test]/Exec[omd maintenance stop site test]: Triggered 'refresh' from 1 events Notice: /Stage[main]/Main/Omd::Site[test]/Exec[omd crontab test]: Triggered 'refresh' from 1 events Notice: /Stage[main]/Main/Omd::Site[test]/Exec[omd maintenance start site test]: Triggered 'refresh' from 1 events Notice: /Stage[main]/Main/Omd::Site[test]/File[/opt/omd/sites/test/etc/check_mk/conf.d/puppet]/ensure: created Notice: /Stage[main]/Main/Omd::Site[test]/Exec[checkmk_refresh_test]: Triggered 'refresh' from 1 events Notice: Finished catalog run in 83.34 seconds

[root@learning ~/tutu]# cat go.pp include omd omd::site {'test': }

[root@learning ~/tutu]# su - test

OMD[test]:~$ omd status rrdcached: running npcd: running nagios: running apache: running

crontab: running

Overall state: running

[root@learning ~/tutu]# /etc/init.d/omd stop Stopping all OMD monitoring sites: Doing 'stop' on site test: Removing Crontab... Stopping dedicated Apache for site test....OK Stopping nagios....OK Stopping npcd...OK Stopping rrdcached...waiting for termination...OK

[root@learning ~/tutu]# puppet apply -v --modulepath . go.pp Info: Loading facts Notice: Compiled catalog for learning.puppetlabs.vm in environment production in 0.87 seconds Info: Applying configuration version '1441895937' Notice: /Stage[main]/Omd/Service[omd]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Omd/Service[omd]: Unscheduling refresh on Service[omd] Notice: Finished catalog run in 6.53 seconds

Regards