Advertisement
urstruelyanvesh

Puppet Enterprise Server Installation Error Log

Dec 22nd, 2016
7,078
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Puppet 385.63 KB | None | 0 0
  1. =============================================================
  2.     Puppet Enterprise Installer
  3. =============================================================
  4. 2016-12-22 21:40:16,569 Running command: /opt/puppetlabs/puppet/bin/puppet agent       --disable='puppet-enterprise-installer preparing to configure node'
  5.  
  6. ## We're installing the Puppet Agent...
  7.  
  8. 2016-12-22 21:40:26,517 Running command: mkdir -p /opt/puppetlabs/server/data/packages/public/2016.5.1/el-7-x86_64-1.8.2
  9. 2016-12-22 21:40:26,538 Running command: cp -r -L /tmp/pe-installer-bIG9Vxkl/install/packages/el-7-x86_64/* /opt/puppetlabs/server/data/packages/public/2016.5.1/el-7-x86_64-1.8.2
  10. 2016-12-22 21:40:30,524 Running command: cp -r -L /tmp/pe-installer-bIG9Vxkl/install/packages/GPG-KEY-puppetlabs /opt/puppetlabs/server/data/packages/public
  11. 2016-12-22 21:40:30,554 Running command: cp -r -L /tmp/pe-installer-bIG9Vxkl/install/packages/GPG-KEY-puppet /opt/puppetlabs/server/data/packages/public
  12. 2016-12-22 21:40:30,583 Running command: mkdir -p /etc/yum.repos.d
  13. 2016-12-22 21:40:30,601 Running command: echo '[puppet_enterprise]' > /etc/yum.repos.d/puppet_enterprise.repo
  14. 2016-12-22 21:40:30,633 Running command: echo 'name=PuppetLabs PE Packages $releasever - $basearch' >> /etc/yum.repos.d/puppet_enterprise.repo
  15. 2016-12-22 21:40:30,660 Running command: echo 'baseurl=file:///opt/puppetlabs/server/data/packages/public/2016.5.1/el-7-x86_64-1.8.2' >> /etc/yum.repos.d/puppet_enterprise.repo
  16. 2016-12-22 21:40:30,677 Running command: echo 'enabled=1' >> /etc/yum.repos.d/puppet_enterprise.repo
  17. 2016-12-22 21:40:30,698 Running command: echo 'gpgcheck=1' >> /etc/yum.repos.d/puppet_enterprise.repo
  18. 2016-12-22 21:40:30,724 Running command: echo -e 'gpgkey=file:///opt/puppetlabs/server/data/packages/public/GPG-KEY-puppetlabs\n       file:///opt/puppetlabs/server/data/packages/public/GPG-KEY-puppet' >> /etc/yum.repos.d/puppet_enterprise.repo
  19. 2016-12-22 21:40:30,749 Running command: rpm --import /tmp/pe-installer-bIG9Vxkl/install/packages/GPG-KEY-puppetlabs
  20. 2016-12-22 21:40:30,896 Running command: rpm --import /tmp/pe-installer-bIG9Vxkl/install/packages/GPG-KEY-puppet
  21. 2016-12-22 21:40:31,002 Running command: yum clean all --disablerepo='*' --enablerepo=puppet_enterprise
  22. Loaded plugins: fastestmirror
  23. Cleaning repos: puppet_enterprise
  24. Cleaning up everything
  25. Cleaning up list of fastest mirrors
  26. 2016-12-22 21:40:31,493 Running command: yum install -y puppet-agent pe-bundler pe-installer
  27. Loaded plugins: fastestmirror
  28. Determining fastest mirrors
  29.  * base: centos.den.host-engine.com
  30.  * extras: mirrors.xmission.com
  31.  * updates: mirrors.xmission.com
  32. Package puppet-agent-1.8.2-1.el7.x86_64 already installed and latest version
  33. Package pe-bundler-2016.5.1.8.2-1.pe.el7.noarch already installed and latest version
  34. Package pe-installer-2016.5.0-0.1rc0.3.el7.x86_64 already installed and latest version
  35. Nothing to do
  36.  
  37.  
  38. ## We're checking if /tmp/pe-installer-bIG9Vxkl/puppetmaster.example.com.conf contains valid HOCON syntax...
  39.  
  40.  
  41. ## We're configuring the PE Modules...
  42.  
  43. 2016-12-22 21:40:35,018 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_accounts-2.0.2-6-gd2f698c.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  44. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  45. Notice: Installing -- do not interrupt ...
  46. /opt/puppetlabs/server/data/enterprise/modules
  47. └── puppetlabs-pe_accounts (v2.0.2-6-gd2f698c)
  48. 2016-12-22 21:40:39,351 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_concat-1.1.2-7-g77ec55b.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  49. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  50. Notice: Installing -- do not interrupt ...
  51. /opt/puppetlabs/server/data/enterprise/modules
  52. └── puppetlabs-pe_concat (v1.1.2-7-g77ec55b)
  53. 2016-12-22 21:40:42,423 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_console_prune-0.1.1-9-gfc256c0.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  54. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  55. Notice: Installing -- do not interrupt ...
  56. /opt/puppetlabs/server/data/enterprise/modules
  57. └── puppetlabs-pe_console_prune (v0.1.1-9-gfc256c0)
  58. 2016-12-22 21:40:45,601 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_hocon-2016.2.0.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  59. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  60. Notice: Installing -- do not interrupt ...
  61. /opt/puppetlabs/server/data/enterprise/modules
  62. └── puppetlabs-pe_hocon (v2016.2.0)
  63. 2016-12-22 21:40:48,790 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_infrastructure-2016.5.0.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  64. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  65. Notice: Installing -- do not interrupt ...
  66. /opt/puppetlabs/server/data/enterprise/modules
  67. └── puppetlabs-pe_infrastructure (v2016.5.0)
  68. 2016-12-22 21:40:52,048 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_inifile-2016.5.0.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  69. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  70. Notice: Installing -- do not interrupt ...
  71. /opt/puppetlabs/server/data/enterprise/modules
  72. └── puppetlabs-pe_inifile (v2016.5.0)
  73. 2016-12-22 21:40:55,117 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_install-2016.5.0.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  74. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  75. Notice: Installing -- do not interrupt ...
  76. /opt/puppetlabs/server/data/enterprise/modules
  77. └── puppetlabs-pe_install (v2016.5.0)
  78. 2016-12-22 21:40:58,196 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_java_ks-1.2.4-37-g2d86015.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  79. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  80. Notice: Installing -- do not interrupt ...
  81. /opt/puppetlabs/server/data/enterprise/modules
  82. └── puppetlabs-pe_java_ks (v1.2.4-37-g2d86015)
  83. 2016-12-22 21:41:01,684 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_manager-2016.5.0.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  84. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  85. Notice: Installing -- do not interrupt ...
  86. /opt/puppetlabs/server/data/enterprise/modules
  87. └── puppetlabs-pe_manager (v2016.5.0)
  88. 2016-12-22 21:41:04,801 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_nginx-2016.4.0.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  89. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  90. Notice: Installing -- do not interrupt ...
  91. /opt/puppetlabs/server/data/enterprise/modules
  92. └── puppetlabs-pe_nginx (v2016.4.0)
  93. 2016-12-22 21:41:07,743 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_postgresql-2016.5.0.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  94. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  95. Notice: Installing -- do not interrupt ...
  96. /opt/puppetlabs/server/data/enterprise/modules
  97. └── puppetlabs-pe_postgresql (v2016.5.0)
  98. 2016-12-22 21:41:10,981 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_puppet_authorization-2016.2.0-rc1.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  99. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  100. Notice: Installing -- do not interrupt ...
  101. /opt/puppetlabs/server/data/enterprise/modules
  102. └── puppetlabs-pe_puppet_authorization (v2016.2.0-rc1)
  103. 2016-12-22 21:41:13,949 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_r10k-2016.2.0.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  104. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  105. Notice: Installing -- do not interrupt ...
  106. /opt/puppetlabs/server/data/enterprise/modules
  107. └── puppetlabs-pe_r10k (v2016.2.0)
  108. 2016-12-22 21:41:16,844 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_razor-1.0.1.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  109. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  110. Notice: Installing -- do not interrupt ...
  111. /opt/puppetlabs/server/data/enterprise/modules
  112. └── puppetlabs-pe_razor (v1.0.1)
  113. 2016-12-22 21:41:19,927 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_repo-2016.5.0.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  114. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  115. Notice: Installing -- do not interrupt ...
  116. /opt/puppetlabs/server/data/enterprise/modules
  117. └── puppetlabs-pe_repo (v2016.5.0)
  118. 2016-12-22 21:41:22,761 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_staging-2015.3.0.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  119. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  120. Notice: Installing -- do not interrupt ...
  121. /opt/puppetlabs/server/data/enterprise/modules
  122. └── puppetlabs-pe_staging (v2015.3.0)
  123. 2016-12-22 21:41:25,708 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-pe_support_script-2016.5.0.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  124. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  125. Notice: Installing -- do not interrupt ...
  126. /opt/puppetlabs/server/data/enterprise/modules
  127. └── puppetlabs-pe_support_script (v2016.5.0)
  128. 2016-12-22 21:41:28,885 Running command: /opt/puppetlabs/puppet/bin/puppet module install /tmp/pe-installer-bIG9Vxkl/install/modules/puppetlabs-puppet_enterprise-2016.5.0.tar.gz       --force       --ignore-dependencies       --modulepath /opt/puppetlabs/server/data/enterprise/modules
  129. Notice: Preparing to install into /opt/puppetlabs/server/data/enterprise/modules ...
  130. Notice: Installing -- do not interrupt ...
  131. /opt/puppetlabs/server/data/enterprise/modules
  132. └── puppetlabs-puppet_enterprise (v2016.5.0)
  133. 2016-12-22 21:41:32,500 Running command: rm -rf /opt/puppetlabs/server/share/installer/modules
  134. 2016-12-22 21:41:32,526 Running command: mkdir -p /opt/puppetlabs/server/share/installer/modules
  135. 2016-12-22 21:41:32,540 Running command: cp -R -L /tmp/pe-installer-bIG9Vxkl/install/modules/* /opt/puppetlabs/server/share/installer/modules
  136. 2016-12-22 21:41:32,567 Running command: chmod 0755 /opt/puppetlabs/server/share/installer/modules
  137. 2016-12-22 21:41:32,597 Running command: chmod -R 0750 /opt/puppetlabs/server/data/enterprise/modules
  138.  
  139. ## We're configuring PE using /tmp/pe-installer-bIG9Vxkl/puppetmaster.example.com.conf...
  140.  
  141. 2016-12-22 21:41:32,657 Running command: mkdir -p /opt/puppetlabs/server
  142. 2016-12-22 21:41:32,670 Running command: cp -L /tmp/pe-installer-bIG9Vxkl/install/VERSION /opt/puppetlabs/server/pe_build
  143. 2016-12-22 21:41:32,682 Running command: chown root:root /opt/puppetlabs/server/pe_build
  144. 2016-12-22 21:41:32,696 Running command: chmod 644 /opt/puppetlabs/server/pe_build
  145. 2016-12-22 21:41:32,709 Running command: mkdir -p /etc/puppetlabs/enterprise/conf.d
  146. 2016-12-22 21:41:32,743 Running command: cp /tmp/pe-installer-bIG9Vxkl/install/conf.d/hiera.yaml /etc/puppetlabs/enterprise
  147. 2016-12-22 21:41:32,763 Running command: cp /etc/puppetlabs/enterprise/conf.d/pe.conf /etc/puppetlabs/enterprise/conf.d/pe-1482442892.conf
  148. 2016-12-22 21:41:32,789 Running command: cp /tmp/pe-installer-bIG9Vxkl/puppetmaster.example.com.conf /etc/puppetlabs/enterprise/conf.d/pe.conf
  149. 2016-12-22 21:41:32,801 Running command: chown -R root:root /etc/puppetlabs/enterprise
  150. 2016-12-22 21:41:32,815 Running command: chmod -R 600 /etc/puppetlabs/enterprise
  151. 2016-12-22 21:41:32,827 Running command: cp /tmp/pe-installer-bIG9Vxkl/install/puppet-enterprise-uninstaller /opt/puppetlabs/bin
  152. 2016-12-22 21:41:32,842 Running command: chown root:root /opt/puppetlabs/bin/puppet-enterprise-uninstaller
  153. 2016-12-22 21:41:32,855 Running command: chmod 755 /opt/puppetlabs/bin/puppet-enterprise-uninstaller
  154. 2016-12-22 21:41:32,866 Running command: /opt/puppetlabs/puppet/bin/puppet infrastructure configure --debug --detailed-exitcodes --modulepath /opt/puppetlabs/server/data/enterprise/modules
  155. Debug: Applying settings catalog for sections main
  156. Debug: Evicting cache entry for environment 'production'
  157. Debug: Caching environment 'production' (ttl = 0 sec)
  158. Debug: Evicting cache entry for environment 'production'
  159. Debug: Caching environment 'production' (ttl = 0 sec)
  160. Debug: Evicting cache entry for environment 'production'
  161. Debug: Caching environment 'production' (ttl = 0 sec)
  162. Debug: Evicting cache entry for environment 'production'
  163. Debug: Caching environment 'production' (ttl = 0 sec)
  164. Debug: Using settings: adding file resource 'confdir': 'File[/etc/puppetlabs/puppet]{:path=>"/etc/puppetlabs/puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  165. Debug: Using settings: adding file resource 'codedir': 'File[/etc/puppetlabs/code]{:path=>"/etc/puppetlabs/code", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  166. Debug: Evicting cache entry for environment 'production'
  167. Debug: Caching environment 'production' (ttl = 0 sec)
  168. Debug: Failed to load library 'cfpropertylist' for feature 'cfpropertylist'
  169. Debug: Evicting cache entry for environment 'production'
  170. Debug: Caching environment 'production' (ttl = 0 sec)
  171. Debug: Evicting cache entry for environment 'production'
  172. Debug: Caching environment 'production' (ttl = 0 sec)
  173. Debug: Facter: searching for custom fact "operatingsystem".
  174. Debug: Facter: searching for operatingsystem.rb in /opt/puppetlabs/server/data/enterprise/modules/pe_concat/lib/facter.
  175. Debug: Facter: searching for operatingsystem.rb in /opt/puppetlabs/server/data/enterprise/modules/pe_razor/lib/facter.
  176. Debug: Facter: searching for operatingsystem.rb in /opt/puppetlabs/server/data/enterprise/modules/pe_staging/lib/facter.
  177. Debug: Facter: searching for operatingsystem.rb in /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter.
  178. Debug: Facter: fact "facterversion" has resolved to "3.5.0".
  179. Debug: Facter: fact "aio_agent_version" has resolved to "1.8.2".
  180. Debug: Facter: searching "/opt/puppetlabs/facter/facts.d" for external facts.
  181. Debug: Facter: skipping external facts for "/etc/facter/facts.d": No such file or directory
  182. Debug: Facter: skipping external facts for "/etc/puppetlabs/facter/facts.d": No such file or directory
  183. Debug: Facter: no external facts were found.
  184. Debug: Facter: resolving operating system facts.
  185. Debug: Facter: resolving kernel facts.
  186. Debug: Facter: fact "kernel" has resolved to "Linux".
  187. Debug: Facter: fact "kernelrelease" has resolved to "3.10.0-514.2.2.el7.x86_64".
  188. Debug: Facter: fact "kernelmajversion" has resolved to "3.10".
  189. Debug: Facter: fact "kernelversion" has resolved to "3.10.0".
  190. Debug: Facter: executing command: lsb_release -a
  191. Debug: Facter: lsb_release was not found on the PATH.
  192. Debug: Facter: fact "osfamily" has resolved to "RedHat".
  193. Debug: Facter: fact "operatingsystemmajrelease" has resolved to "7".
  194. Debug: Facter: fact "operatingsystemrelease" has resolved to "7.3.1611".
  195. Debug: Facter: fact "hardwaremodel" has resolved to "x86_64".
  196. Debug: Facter: fact "architecture" has resolved to "x86_64".
  197. Debug: Facter: fact "operatingsystem" has resolved to "CentOS".
  198. Debug: Facter: fact "selinux" has resolved to true.
  199. Debug: Facter: fact "selinux_enforced" has resolved to true.
  200. Debug: Facter: fact "selinux_current_mode" has resolved to "enforcing".
  201. Debug: Facter: fact "selinux_config_mode" has resolved to "enforcing".
  202. Debug: Facter: fact "selinux_config_policy" has resolved to "targeted".
  203. Debug: Facter: fact "selinux_policyversion" has resolved to "28".
  204. Debug: Facter: fact "os" has resolved to {
  205.   architecture => "x86_64",
  206.   family => "RedHat",
  207.   hardware => "x86_64",
  208.   name => "CentOS",
  209.   release => {
  210.     full => "7.3.1611",
  211.     major => "7",
  212.     minor => "3"
  213.   },
  214.   selinux => {
  215.     config_mode => "enforcing",
  216.     config_policy => "targeted",
  217.     current_mode => "enforcing",
  218.     enabled => true,
  219.     enforced => true,
  220.     policy_version => "28"
  221.   }
  222. }.
  223. Debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dsimport does not exist
  224. Debug: Failed to load library 'ldap' for feature 'ldap'
  225. Debug: Puppet::Type::User::ProviderLdap: feature ldap is missing
  226. Debug: Puppet::Type::User::ProviderPw: file pw does not exist
  227. Debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist
  228. Debug: Failed to load library 'cfpropertylist' for feature 'cfpropertylist'
  229. Debug: Puppet::Type::Group::ProviderDirectoryservice: file /usr/bin/dscl does not exist
  230. Debug: Failed to load library 'ldap' for feature 'ldap'
  231. Debug: Puppet::Type::Group::ProviderLdap: feature ldap is missing
  232. Debug: Puppet::Type::Group::ProviderPw: file pw does not exist
  233. Debug: Using settings: adding file resource 'vardir': 'File[/opt/puppetlabs/puppet/cache]{:path=>"/opt/puppetlabs/puppet/cache", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  234. Debug: Using settings: adding file resource 'logdir': 'File[/var/log/puppetlabs/puppet]{:path=>"/var/log/puppetlabs/puppet", :mode=>"750", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  235. Debug: Using settings: adding file resource 'statedir': 'File[/opt/puppetlabs/puppet/cache/state]{:path=>"/opt/puppetlabs/puppet/cache/state", :mode=>"1755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  236. Debug: Using settings: adding file resource 'rundir': 'File[/var/run/puppetlabs]{:path=>"/var/run/puppetlabs", :mode=>"755", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  237. Debug: Using settings: adding file resource 'libdir': 'File[/opt/puppetlabs/puppet/cache/lib]{:path=>"/opt/puppetlabs/puppet/cache/lib", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  238. Debug: Using settings: adding file resource 'hiera_config': 'File[/etc/puppetlabs/puppet/hiera.yaml]{:path=>"/etc/puppetlabs/puppet/hiera.yaml", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  239. Debug: Using settings: adding file resource 'preview_outputdir': 'File[/opt/puppetlabs/puppet/cache/preview]{:path=>"/opt/puppetlabs/puppet/cache/preview", :mode=>"750", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  240. Debug: Using settings: adding file resource 'certdir': 'File[/etc/puppetlabs/puppet/ssl/certs]{:path=>"/etc/puppetlabs/puppet/ssl/certs", :mode=>"755", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  241. Debug: Using settings: adding file resource 'ssldir': 'File[/etc/puppetlabs/puppet/ssl]{:path=>"/etc/puppetlabs/puppet/ssl", :mode=>"771", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  242. Debug: Using settings: adding file resource 'publickeydir': 'File[/etc/puppetlabs/puppet/ssl/public_keys]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys", :mode=>"755", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  243. Debug: Using settings: adding file resource 'requestdir': 'File[/etc/puppetlabs/puppet/ssl/certificate_requests]{:path=>"/etc/puppetlabs/puppet/ssl/certificate_requests", :mode=>"755", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  244. Debug: Using settings: adding file resource 'privatekeydir': 'File[/etc/puppetlabs/puppet/ssl/private_keys]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys", :mode=>"750", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  245. Debug: Using settings: adding file resource 'privatedir': 'File[/etc/puppetlabs/puppet/ssl/private]{:path=>"/etc/puppetlabs/puppet/ssl/private", :mode=>"750", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  246. Debug: Using settings: adding file resource 'hostprivkey': 'File[/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem", :mode=>"640", :owner=>"root", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  247. Debug: Using settings: adding file resource 'hostpubkey': 'File[/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem", :mode=>"644", :owner=>"root", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  248. Debug: Using settings: adding file resource 'pluginfactdest': 'File[/opt/puppetlabs/puppet/cache/facts.d]{:path=>"/opt/puppetlabs/puppet/cache/facts.d", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  249. Debug: /File[/etc/puppetlabs/puppet]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet
  250. Debug: /File[/etc/puppetlabs/puppet]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet
  251. Debug: /File[/etc/puppetlabs/puppet]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet
  252. Debug: /File[/etc/puppetlabs/puppet]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet
  253. Debug: /File[/etc/puppetlabs/code]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/code
  254. Debug: /File[/etc/puppetlabs/code]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/code
  255. Debug: /File[/etc/puppetlabs/code]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/code
  256. Debug: /File[/etc/puppetlabs/code]/selrange: Found selrange default 's0' for /etc/puppetlabs/code
  257. Debug: /File[/opt/puppetlabs/puppet/cache]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache
  258. Debug: /File[/opt/puppetlabs/puppet/cache]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache
  259. Debug: /File[/opt/puppetlabs/puppet/cache]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/puppet/cache
  260. Debug: /File[/opt/puppetlabs/puppet/cache]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache
  261. Debug: /File[/var/log/puppetlabs/puppet]/seluser: Found seluser default 'system_u' for /var/log/puppetlabs/puppet
  262. Debug: /File[/var/log/puppetlabs/puppet]/selrole: Found selrole default 'object_r' for /var/log/puppetlabs/puppet
  263. Debug: /File[/var/log/puppetlabs/puppet]/seltype: Found seltype default 'var_log_t' for /var/log/puppetlabs/puppet
  264. Debug: /File[/var/log/puppetlabs/puppet]/selrange: Found selrange default 's0' for /var/log/puppetlabs/puppet
  265. Debug: /File[/opt/puppetlabs/puppet/cache/state]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/state
  266. Debug: /File[/opt/puppetlabs/puppet/cache/state]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/state
  267. Debug: /File[/opt/puppetlabs/puppet/cache/state]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/puppet/cache/state
  268. Debug: /File[/opt/puppetlabs/puppet/cache/state]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/state
  269. Debug: /File[/var/run/puppetlabs]/seluser: Found seluser default 'system_u' for /var/run/puppetlabs
  270. Debug: /File[/var/run/puppetlabs]/selrole: Found selrole default 'object_r' for /var/run/puppetlabs
  271. Debug: /File[/var/run/puppetlabs]/seltype: Found seltype default 'var_run_t' for /var/run/puppetlabs
  272. Debug: /File[/var/run/puppetlabs]/selrange: Found selrange default 's0' for /var/run/puppetlabs
  273. Debug: /File[/opt/puppetlabs/puppet/cache/lib]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib
  274. Debug: /File[/opt/puppetlabs/puppet/cache/lib]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib
  275. Debug: /File[/opt/puppetlabs/puppet/cache/lib]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib
  276. Debug: /File[/opt/puppetlabs/puppet/cache/lib]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib
  277. Debug: /File[/etc/puppetlabs/puppet/hiera.yaml]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/hiera.yaml
  278. Debug: /File[/etc/puppetlabs/puppet/hiera.yaml]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/hiera.yaml
  279. Debug: /File[/etc/puppetlabs/puppet/hiera.yaml]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/hiera.yaml
  280. Debug: /File[/etc/puppetlabs/puppet/hiera.yaml]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/hiera.yaml
  281. Debug: /File[/opt/puppetlabs/puppet/cache/preview]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/preview
  282. Debug: /File[/opt/puppetlabs/puppet/cache/preview]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/preview
  283. Debug: /File[/opt/puppetlabs/puppet/cache/preview]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/puppet/cache/preview
  284. Debug: /File[/opt/puppetlabs/puppet/cache/preview]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/preview
  285. Debug: /File[/etc/puppetlabs/puppet/ssl/certs]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/certs
  286. Debug: /File[/etc/puppetlabs/puppet/ssl/certs]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/certs
  287. Debug: /File[/etc/puppetlabs/puppet/ssl/certs]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/certs
  288. Debug: /File[/etc/puppetlabs/puppet/ssl/certs]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/certs
  289. Debug: /File[/etc/puppetlabs/puppet/ssl]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl
  290. Debug: /File[/etc/puppetlabs/puppet/ssl]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl
  291. Debug: /File[/etc/puppetlabs/puppet/ssl]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl
  292. Debug: /File[/etc/puppetlabs/puppet/ssl]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl
  293. Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/public_keys
  294. Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/public_keys
  295. Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/public_keys
  296. Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/public_keys
  297. Debug: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/certificate_requests
  298. Debug: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/certificate_requests
  299. Debug: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/certificate_requests
  300. Debug: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/certificate_requests
  301. Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/private_keys
  302. Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/private_keys
  303. Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/private_keys
  304. Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/private_keys
  305. Debug: /File[/etc/puppetlabs/puppet/ssl/private]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/private
  306. Debug: /File[/etc/puppetlabs/puppet/ssl/private]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/private
  307. Debug: /File[/etc/puppetlabs/puppet/ssl/private]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/private
  308. Debug: /File[/etc/puppetlabs/puppet/ssl/private]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/private
  309. Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem
  310. Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem
  311. Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem
  312. Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem
  313. Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem
  314. Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem
  315. Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem
  316. Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem
  317. Debug: /File[/opt/puppetlabs/puppet/cache/facts.d]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/facts.d
  318. Debug: /File[/opt/puppetlabs/puppet/cache/facts.d]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/facts.d
  319. Debug: /File[/opt/puppetlabs/puppet/cache/facts.d]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/puppet/cache/facts.d
  320. Debug: /File[/opt/puppetlabs/puppet/cache/facts.d]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/facts.d
  321. Debug: /File[/etc/puppetlabs/code/environments/production]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/code/environments/production
  322. Debug: /File[/etc/puppetlabs/code/environments/production]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/code/environments/production
  323. Debug: /File[/etc/puppetlabs/code/environments/production]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/code/environments/production
  324. Debug: /File[/etc/puppetlabs/code/environments/production]/selrange: Found selrange default 's0' for /etc/puppetlabs/code/environments/production
  325. Debug: /File[/opt/puppetlabs/puppet/cache/state]: Adding autorequire relationship with File[/opt/puppetlabs/puppet/cache]
  326. Debug: /File[/opt/puppetlabs/puppet/cache/lib]: Adding autorequire relationship with File[/opt/puppetlabs/puppet/cache]
  327. Debug: /File[/etc/puppetlabs/puppet/hiera.yaml]: Adding autorequire relationship with File[/etc/puppetlabs/puppet]
  328. Debug: /File[/opt/puppetlabs/puppet/cache/preview]: Adding autorequire relationship with File[/opt/puppetlabs/puppet/cache]
  329. Debug: /File[/etc/puppetlabs/puppet/ssl/certs]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl]
  330. Debug: /File[/etc/puppetlabs/puppet/ssl]: Adding autorequire relationship with File[/etc/puppetlabs/puppet]
  331. Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl]
  332. Debug: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl]
  333. Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl]
  334. Debug: /File[/etc/puppetlabs/puppet/ssl/private]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl]
  335. Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl/private_keys]
  336. Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl/public_keys]
  337. Debug: /File[/opt/puppetlabs/puppet/cache/facts.d]: Adding autorequire relationship with File[/opt/puppetlabs/puppet/cache]
  338. Debug: /File[/etc/puppetlabs/code/environments/production]: Adding autorequire relationship with File[/etc/puppetlabs/code]
  339. Debug: Finishing transaction 30615740
  340. Debug: Runtime environment: puppet_version=4.8.1, ruby_version=2.1.9, run_mode=user, default_encoding=UTF-8
  341. Debug: Evicting cache entry for environment 'production'
  342. Debug: Caching environment 'production' (ttl = 0 sec)
  343. Debug: Failed to load library 'cfpropertylist' for feature 'cfpropertylist'
  344. Debug: Evicting cache entry for environment 'production'
  345. Debug: Caching environment 'production' (ttl = 0 sec)
  346. Debug: Evicting cache entry for environment 'production'
  347. Debug: Caching environment 'production' (ttl = 0 sec)
  348. Debug: Executing: '/bin/rpm --version'
  349. Debug: Executing: '/bin/rpm -ql rpm'
  350. Debug: Evicting cache entry for environment 'production'
  351. Debug: Caching environment 'production' (ttl = 0 sec)
  352. Debug: Evicting cache entry for environment 'production'
  353. Debug: Caching environment 'production' (ttl = 0 sec)
  354. Debug: Executing: '/bin/rpm --version'
  355. Debug: Executing: '/bin/rpm --version'
  356. Debug: Evicting cache entry for environment 'production'
  357. Debug: Caching environment 'production' (ttl = 0 sec)
  358. Debug: Failed to load library 'cfpropertylist' for feature 'cfpropertylist'
  359. Debug: Executing: '/bin/rpm --version'
  360. Debug: Puppet::Type::Package::ProviderAix: file /usr/bin/lslpp does not exist
  361. Debug: Puppet::Type::Package::ProviderDpkg: file /usr/bin/dpkg does not exist
  362. Debug: Puppet::Type::Package::ProviderApt: file /usr/bin/apt-get does not exist
  363. Debug: Puppet::Type::Package::ProviderAptitude: file /usr/bin/aptitude does not exist
  364. Debug: Puppet::Type::Package::ProviderAptrpm: file apt-get does not exist
  365. Debug: Puppet::Type::Package::ProviderSun: file /usr/bin/pkginfo does not exist
  366. Debug: Facter: searching for custom fact "osfamily".
  367. Debug: Facter: searching for osfamily.rb in /opt/puppetlabs/server/data/enterprise/modules/pe_concat/lib/facter.
  368. Debug: Facter: searching for osfamily.rb in /opt/puppetlabs/server/data/enterprise/modules/pe_razor/lib/facter.
  369. Debug: Facter: searching for osfamily.rb in /opt/puppetlabs/server/data/enterprise/modules/pe_staging/lib/facter.
  370. Debug: Facter: searching for osfamily.rb in /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter.
  371. Debug: Puppet::Type::Package::ProviderDnf: file dnf does not exist
  372. Debug: Puppet::Type::Package::ProviderFink: file /sw/bin/fink does not exist
  373. Debug: Puppet::Type::Package::ProviderOpenbsd: file pkg_info does not exist
  374. Debug: Puppet::Type::Package::ProviderFreebsd: file /usr/sbin/pkg_info does not exist
  375. Debug: Puppet::Type::Package::ProviderGem: file gem does not exist
  376. Debug: Puppet::Type::Package::ProviderHpux: file /usr/sbin/swinstall does not exist
  377. Debug: Puppet::Type::Package::ProviderNim: file /usr/sbin/nimclient does not exist
  378. Debug: Puppet::Type::Package::ProviderOpkg: file opkg does not exist
  379. Debug: Puppet::Type::Package::ProviderPacman: file /usr/bin/pacman does not exist
  380. Debug: Puppet::Type::Package::ProviderPkg: file /usr/bin/pkg does not exist
  381. Debug: Puppet::Type::Package::ProviderPkgin: file pkgin does not exist
  382. Debug: Puppet::Type::Package::ProviderPkgng: file /usr/local/sbin/pkg does not exist
  383. Debug: Puppet::Type::Package::ProviderPortage: file /usr/bin/emerge does not exist
  384. Debug: Puppet::Type::Package::ProviderPorts: file /usr/local/sbin/portupgrade does not exist
  385. Debug: Puppet::Type::Package::ProviderPortupgrade: file /usr/local/sbin/portupgrade does not exist
  386. Debug: Puppet::Type::Package::ProviderRug: file /usr/bin/rug does not exist
  387. Debug: Puppet::Type::Package::ProviderSunfreeware: file pkg-get does not exist
  388. Debug: Puppet::Type::Package::ProviderTdnf: file tdnf does not exist
  389. Debug: Puppet::Type::Package::ProviderUp2date: file /usr/sbin/up2date-nox does not exist
  390. Debug: Puppet::Type::Package::ProviderUrpmi: file urpmi does not exist
  391. Debug: Puppet::Type::Package::ProviderZypper: file /usr/bin/zypper does not exist
  392. Debug: Puppet::Type::Package::ProviderAix: file /usr/bin/lslpp does not exist
  393. Debug: Puppet::Type::Package::ProviderDpkg: file /usr/bin/dpkg does not exist
  394. Debug: Puppet::Type::Package::ProviderApt: file /usr/bin/apt-get does not exist
  395. Debug: Puppet::Type::Package::ProviderAptitude: file /usr/bin/aptitude does not exist
  396. Debug: Puppet::Type::Package::ProviderAptrpm: file apt-get does not exist
  397. Debug: Puppet::Type::Package::ProviderSun: file /usr/bin/pkginfo does not exist
  398. Debug: Puppet::Type::Package::ProviderDnf: file dnf does not exist
  399. Debug: Puppet::Type::Package::ProviderFink: file /sw/bin/fink does not exist
  400. Debug: Puppet::Type::Package::ProviderOpenbsd: file pkg_info does not exist
  401. Debug: Puppet::Type::Package::ProviderFreebsd: file /usr/sbin/pkg_info does not exist
  402. Debug: Puppet::Type::Package::ProviderGem: file gem does not exist
  403. Debug: Puppet::Type::Package::ProviderHpux: file /usr/sbin/swinstall does not exist
  404. Debug: Puppet::Type::Package::ProviderNim: file /usr/sbin/nimclient does not exist
  405. Debug: Puppet::Type::Package::ProviderOpkg: file opkg does not exist
  406. Debug: Puppet::Type::Package::ProviderPacman: file /usr/bin/pacman does not exist
  407. Debug: Puppet::Type::Package::ProviderPkg: file /usr/bin/pkg does not exist
  408. Debug: Puppet::Type::Package::ProviderPkgin: file pkgin does not exist
  409. Debug: Puppet::Type::Package::ProviderPkgng: file /usr/local/sbin/pkg does not exist
  410. Debug: Puppet::Type::Package::ProviderPortage: file /usr/bin/emerge does not exist
  411. Debug: Puppet::Type::Package::ProviderPorts: file /usr/local/sbin/portupgrade does not exist
  412. Debug: Puppet::Type::Package::ProviderPortupgrade: file /usr/local/sbin/portupgrade does not exist
  413. Debug: Puppet::Type::Package::ProviderRug: file /usr/bin/rug does not exist
  414. Debug: Puppet::Type::Package::ProviderSunfreeware: file pkg-get does not exist
  415. Debug: Puppet::Type::Package::ProviderTdnf: file tdnf does not exist
  416. Debug: Puppet::Type::Package::ProviderUp2date: file /usr/sbin/up2date-nox does not exist
  417. Debug: Puppet::Type::Package::ProviderUrpmi: file urpmi does not exist
  418. Debug: Puppet::Type::Package::ProviderZypper: file /usr/bin/zypper does not exist
  419. Debug: Executing: '/bin/rpm --version'
  420. Debug: Executing '/bin/rpm -qa --nosignature --nodigest --qf '%{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n''
  421. Debug: /Package[kernel-tools-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  422. Debug: /Package[centos-release]: Provider yum does not support features package_settings; not managing attribute package_settings
  423. Debug: /Package[firewalld-filesystem]: Provider yum does not support features package_settings; not managing attribute package_settings
  424. Debug: /Package[filesystem]: Provider yum does not support features package_settings; not managing attribute package_settings
  425. Debug: /Package[bind-libs-lite]: Provider yum does not support features package_settings; not managing attribute package_settings
  426. Debug: /Package[ncurses-base]: Provider yum does not support features package_settings; not managing attribute package_settings
  427. Debug: /Package[NetworkManager]: Provider yum does not support features package_settings; not managing attribute package_settings
  428. Debug: /Package[tzdata]: Provider yum does not support features package_settings; not managing attribute package_settings
  429. Debug: /Package[kbd-legacy]: Provider yum does not support features package_settings; not managing attribute package_settings
  430. Debug: /Package[nss-softokn-freebl]: Provider yum does not support features package_settings; not managing attribute package_settings
  431. Debug: /Package[kernel]: Provider yum does not support features package_settings; not managing attribute package_settings
  432. Debug: /Package[libstdc++]: Provider yum does not support features package_settings; not managing attribute package_settings
  433. Debug: /Package[kexec-tools]: Provider yum does not support features package_settings; not managing attribute package_settings
  434. Debug: /Package[bash]: Provider yum does not support features package_settings; not managing attribute package_settings
  435. Debug: /Package[NetworkManager-wifi]: Provider yum does not support features package_settings; not managing attribute package_settings
  436. Debug: /Package[pcre]: Provider yum does not support features package_settings; not managing attribute package_settings
  437. Debug: /Package[firewalld]: Provider yum does not support features package_settings; not managing attribute package_settings
  438. Debug: /Package[zlib]: Provider yum does not support features package_settings; not managing attribute package_settings
  439. Debug: /Package[lvm2]: Provider yum does not support features package_settings; not managing attribute package_settings
  440. Debug: /Package[xz-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  441. Debug: /Package[rsyslog]: Provider yum does not support features package_settings; not managing attribute package_settings
  442. Debug: /Package[sed]: Provider yum does not support features package_settings; not managing attribute package_settings
  443. Debug: /Package[nfs-utils]: Provider yum does not support features package_settings; not managing attribute package_settings
  444. Debug: /Package[chkconfig]: Provider yum does not support features package_settings; not managing attribute package_settings
  445. Debug: /Package[rdma]: Provider yum does not support features package_settings; not managing attribute package_settings
  446. Debug: /Package[libuuid]: Provider yum does not support features package_settings; not managing attribute package_settings
  447. Debug: /Package[openssh-server]: Provider yum does not support features package_settings; not managing attribute package_settings
  448. Debug: /Package[nss-util]: Provider yum does not support features package_settings; not managing attribute package_settings
  449. Debug: /Package[authconfig]: Provider yum does not support features package_settings; not managing attribute package_settings
  450. Debug: /Package[libdb]: Provider yum does not support features package_settings; not managing attribute package_settings
  451. Debug: /Package[audit]: Provider yum does not support features package_settings; not managing attribute package_settings
  452. Debug: /Package[readline]: Provider yum does not support features package_settings; not managing attribute package_settings
  453. Debug: /Package[rsync]: Provider yum does not support features package_settings; not managing attribute package_settings
  454. Debug: /Package[libcap-ng]: Provider yum does not support features package_settings; not managing attribute package_settings
  455. Debug: /Package[chrony]: Provider yum does not support features package_settings; not managing attribute package_settings
  456. Debug: /Package[libxml2]: Provider yum does not support features package_settings; not managing attribute package_settings
  457. Debug: /Package[screen]: Provider yum does not support features package_settings; not managing attribute package_settings
  458. Debug: /Package[glib2]: Provider yum does not support features package_settings; not managing attribute package_settings
  459. Debug: /Package[yum-utils]: Provider yum does not support features package_settings; not managing attribute package_settings
  460. Debug: /Package[shared-mime-info]: Provider yum does not support features package_settings; not managing attribute package_settings
  461. Debug: /Package[sudo]: Provider yum does not support features package_settings; not managing attribute package_settings
  462. Debug: /Package[libgpg-error]: Provider yum does not support features package_settings; not managing attribute package_settings
  463. Debug: /Package[btrfs-progs]: Provider yum does not support features package_settings; not managing attribute package_settings
  464. Debug: /Package[libattr]: Provider yum does not support features package_settings; not managing attribute package_settings
  465. Debug: /Package[e2fsprogs]: Provider yum does not support features package_settings; not managing attribute package_settings
  466. Debug: /Package[libcap]: Provider yum does not support features package_settings; not managing attribute package_settings
  467. Debug: /Package[bzip2]: Provider yum does not support features package_settings; not managing attribute package_settings
  468. Debug: /Package[sqlite]: Provider yum does not support features package_settings; not managing attribute package_settings
  469. Debug: /Package[rootfiles]: Provider yum does not support features package_settings; not managing attribute package_settings
  470. Debug: /Package[expat]: Provider yum does not support features package_settings; not managing attribute package_settings
  471. Debug: /Package[gpg-pubkey]: Provider yum does not support features package_settings; not managing attribute package_settings
  472. Debug: /Package[keyutils-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  473. Debug: /Package[wget]: Provider yum does not support features package_settings; not managing attribute package_settings
  474. Debug: /Package[elfutils-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  475. Debug: Package gpg-pubkey found in both yum and yum; skipping the yum version
  476. Debug: /Package[findutils]: Provider yum does not support features package_settings; not managing attribute package_settings
  477. Debug: /Package[pe-bundler]: Provider yum does not support features package_settings; not managing attribute package_settings
  478. Debug: /Package[jansson]: Provider yum does not support features package_settings; not managing attribute package_settings
  479. Debug: /Package[libidn]: Provider yum does not support features package_settings; not managing attribute package_settings
  480. Debug: /Package[gmp]: Provider yum does not support features package_settings; not managing attribute package_settings
  481. Debug: /Package[libmnl]: Provider yum does not support features package_settings; not managing attribute package_settings
  482. Debug: /Package[file]: Provider yum does not support features package_settings; not managing attribute package_settings
  483. Debug: /Package[nss-softokn]: Provider yum does not support features package_settings; not managing attribute package_settings
  484. Debug: /Package[libcroco]: Provider yum does not support features package_settings; not managing attribute package_settings
  485. Debug: /Package[groff-base]: Provider yum does not support features package_settings; not managing attribute package_settings
  486. Debug: /Package[xz]: Provider yum does not support features package_settings; not managing attribute package_settings
  487. Debug: /Package[libunistring]: Provider yum does not support features package_settings; not managing attribute package_settings
  488. Debug: /Package[libedit]: Provider yum does not support features package_settings; not managing attribute package_settings
  489. Debug: /Package[libtasn1]: Provider yum does not support features package_settings; not managing attribute package_settings
  490. Debug: /Package[ca-certificates]: Provider yum does not support features package_settings; not managing attribute package_settings
  491. Debug: /Package[libtalloc]: Provider yum does not support features package_settings; not managing attribute package_settings
  492. Debug: /Package[newt]: Provider yum does not support features package_settings; not managing attribute package_settings
  493. Debug: /Package[lzo]: Provider yum does not support features package_settings; not managing attribute package_settings
  494. Debug: /Package[hostname]: Provider yum does not support features package_settings; not managing attribute package_settings
  495. Debug: /Package[ethtool]: Provider yum does not support features package_settings; not managing attribute package_settings
  496. Debug: /Package[libtevent]: Provider yum does not support features package_settings; not managing attribute package_settings
  497. Debug: /Package[libnetfilter_conntrack]: Provider yum does not support features package_settings; not managing attribute package_settings
  498. Debug: /Package[iproute]: Provider yum does not support features package_settings; not managing attribute package_settings
  499. Debug: /Package[less]: Provider yum does not support features package_settings; not managing attribute package_settings
  500. Debug: /Package[ipset-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  501. Debug: /Package[nettle]: Provider yum does not support features package_settings; not managing attribute package_settings
  502. Debug: /Package[dbus-glib]: Provider yum does not support features package_settings; not managing attribute package_settings
  503. Debug: /Package[tar]: Provider yum does not support features package_settings; not managing attribute package_settings
  504. Debug: /Package[tcp_wrappers]: Provider yum does not support features package_settings; not managing attribute package_settings
  505. Debug: /Package[gsettings-desktop-schemas]: Provider yum does not support features package_settings; not managing attribute package_settings
  506. Debug: /Package[mozjs17]: Provider yum does not support features package_settings; not managing attribute package_settings
  507. Debug: /Package[libss]: Provider yum does not support features package_settings; not managing attribute package_settings
  508. Debug: /Package[GeoIP]: Provider yum does not support features package_settings; not managing attribute package_settings
  509. Debug: /Package[freetype]: Provider yum does not support features package_settings; not managing attribute package_settings
  510. Debug: /Package[coreutils]: Provider yum does not support features package_settings; not managing attribute package_settings
  511. Debug: /Package[openssl-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  512. Debug: /Package[python-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  513. Debug: /Package[gzip]: Provider yum does not support features package_settings; not managing attribute package_settings
  514. Debug: /Package[python-decorator]: Provider yum does not support features package_settings; not managing attribute package_settings
  515. Debug: /Package[libmount]: Provider yum does not support features package_settings; not managing attribute package_settings
  516. Debug: /Package[libpwquality]: Provider yum does not support features package_settings; not managing attribute package_settings
  517. Debug: /Package[systemd-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  518. Debug: /Package[procps-ng]: Provider yum does not support features package_settings; not managing attribute package_settings
  519. Debug: /Package[pygobject3-base]: Provider yum does not support features package_settings; not managing attribute package_settings
  520. Debug: /Package[centos-logos]: Provider yum does not support features package_settings; not managing attribute package_settings
  521. Debug: /Package[python-pyudev]: Provider yum does not support features package_settings; not managing attribute package_settings
  522. Debug: /Package[libselinux-python]: Provider yum does not support features package_settings; not managing attribute package_settings
  523. Debug: /Package[python-slip-dbus]: Provider yum does not support features package_settings; not managing attribute package_settings
  524. Debug: /Package[newt-python]: Provider yum does not support features package_settings; not managing attribute package_settings
  525. Debug: /Package[python-iniparse]: Provider yum does not support features package_settings; not managing attribute package_settings
  526. Debug: /Package[pyxattr]: Provider yum does not support features package_settings; not managing attribute package_settings
  527. Debug: /Package[python-chardet]: Provider yum does not support features package_settings; not managing attribute package_settings
  528. Debug: /Package[yum-metadata-parser]: Provider yum does not support features package_settings; not managing attribute package_settings
  529. Debug: /Package[openssl]: Provider yum does not support features package_settings; not managing attribute package_settings
  530. Debug: /Package[libssh2]: Provider yum does not support features package_settings; not managing attribute package_settings
  531. Debug: /Package[fipscheck]: Provider yum does not support features package_settings; not managing attribute package_settings
  532. Debug: /Package[nss-sysinit]: Provider yum does not support features package_settings; not managing attribute package_settings
  533. Debug: /Package[NetworkManager-libnm]: Provider yum does not support features package_settings; not managing attribute package_settings
  534. Debug: /Package[libcurl]: Provider yum does not support features package_settings; not managing attribute package_settings
  535. Debug: /Package[rpm-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  536. Debug: /Package[openldap]: Provider yum does not support features package_settings; not managing attribute package_settings
  537. Debug: /Package[dhcp-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  538. Debug: /Package[libnfsidmap]: Provider yum does not support features package_settings; not managing attribute package_settings
  539. Debug: /Package[python-urlgrabber]: Provider yum does not support features package_settings; not managing attribute package_settings
  540. Debug: /Package[binutils]: Provider yum does not support features package_settings; not managing attribute package_settings
  541. Debug: /Package[libproxy]: Provider yum does not support features package_settings; not managing attribute package_settings
  542. Debug: /Package[libpcap]: Provider yum does not support features package_settings; not managing attribute package_settings
  543. Debug: /Package[numactl-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  544. Debug: /Package[pth]: Provider yum does not support features package_settings; not managing attribute package_settings
  545. Debug: /Package[rpm-build-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  546. Debug: /Package[gpgme]: Provider yum does not support features package_settings; not managing attribute package_settings
  547. Debug: /Package[yum-plugin-fastestmirror]: Provider yum does not support features package_settings; not managing attribute package_settings
  548. Debug: /Package[libpath_utils]: Provider yum does not support features package_settings; not managing attribute package_settings
  549. Debug: /Package[libndp]: Provider yum does not support features package_settings; not managing attribute package_settings
  550. Debug: /Package[teamd]: Provider yum does not support features package_settings; not managing attribute package_settings
  551. Debug: /Package[qrencode-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  552. Debug: /Package[ustr]: Provider yum does not support features package_settings; not managing attribute package_settings
  553. Debug: /Package[shadow-utils]: Provider yum does not support features package_settings; not managing attribute package_settings
  554. Debug: /Package[util-linux]: Provider yum does not support features package_settings; not managing attribute package_settings
  555. Debug: /Package[device-mapper]: Provider yum does not support features package_settings; not managing attribute package_settings
  556. Debug: /Package[cryptsetup-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  557. Debug: /Package[kmod]: Provider yum does not support features package_settings; not managing attribute package_settings
  558. Debug: /Package[dbus]: Provider yum does not support features package_settings; not managing attribute package_settings
  559. Debug: /Package[polkit]: Provider yum does not support features package_settings; not managing attribute package_settings
  560. Debug: /Package[iputils]: Provider yum does not support features package_settings; not managing attribute package_settings
  561. Debug: /Package[device-mapper-event-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  562. Debug: /Package[wpa_supplicant]: Provider yum does not support features package_settings; not managing attribute package_settings
  563. Debug: /Package[cronie-anacron]: Provider yum does not support features package_settings; not managing attribute package_settings
  564. Debug: /Package[crontabs]: Provider yum does not support features package_settings; not managing attribute package_settings
  565. Debug: /Package[os-prober]: Provider yum does not support features package_settings; not managing attribute package_settings
  566. Debug: /Package[grub2-tools]: Provider yum does not support features package_settings; not managing attribute package_settings
  567. Debug: /Package[libdrm]: Provider yum does not support features package_settings; not managing attribute package_settings
  568. Debug: /Package[plymouth]: Provider yum does not support features package_settings; not managing attribute package_settings
  569. Debug: /Package[quota]: Provider yum does not support features package_settings; not managing attribute package_settings
  570. Debug: /Package[device-mapper-event]: Provider yum does not support features package_settings; not managing attribute package_settings
  571. Debug: /Package[dnsmasq]: Provider yum does not support features package_settings; not managing attribute package_settings
  572. Debug: /Package[ebtables]: Provider yum does not support features package_settings; not managing attribute package_settings
  573. Debug: /Package[gnutls]: Provider yum does not support features package_settings; not managing attribute package_settings
  574. Debug: /Package[libsoup]: Provider yum does not support features package_settings; not managing attribute package_settings
  575. Debug: /Package[virt-what]: Provider yum does not support features package_settings; not managing attribute package_settings
  576. Debug: /Package[lsscsi]: Provider yum does not support features package_settings; not managing attribute package_settings
  577. Debug: /Package[device-mapper-persistent-data]: Provider yum does not support features package_settings; not managing attribute package_settings
  578. Debug: /Package[libgcc]: Provider yum does not support features package_settings; not managing attribute package_settings
  579. Debug: /Package[kbd-misc]: Provider yum does not support features package_settings; not managing attribute package_settings
  580. Debug: /Package[setup]: Provider yum does not support features package_settings; not managing attribute package_settings
  581. Debug: /Package[bind-license]: Provider yum does not support features package_settings; not managing attribute package_settings
  582. Debug: /Package[basesystem]: Provider yum does not support features package_settings; not managing attribute package_settings
  583. Debug: /Package[dhclient]: Provider yum does not support features package_settings; not managing attribute package_settings
  584. Debug: /Package[quota-nls]: Provider yum does not support features package_settings; not managing attribute package_settings
  585. Debug: /Package[dracut-network]: Provider yum does not support features package_settings; not managing attribute package_settings
  586. Debug: /Package[glibc-common]: Provider yum does not support features package_settings; not managing attribute package_settings
  587. Debug: /Package[linux-firmware]: Provider yum does not support features package_settings; not managing attribute package_settings
  588. Debug: /Package[glibc]: Provider yum does not support features package_settings; not managing attribute package_settings
  589. Debug: /Package[kbd]: Provider yum does not support features package_settings; not managing attribute package_settings
  590. Debug: /Package[ncurses-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  591. Debug: /Package[NetworkManager-team]: Provider yum does not support features package_settings; not managing attribute package_settings
  592. Debug: /Package[libsepol]: Provider yum does not support features package_settings; not managing attribute package_settings
  593. Debug: /Package[NetworkManager-tui]: Provider yum does not support features package_settings; not managing attribute package_settings
  594. Debug: /Package[libselinux]: Provider yum does not support features package_settings; not managing attribute package_settings
  595. Debug: /Package[kernel-tools]: Provider yum does not support features package_settings; not managing attribute package_settings
  596. Debug: /Package[info]: Provider yum does not support features package_settings; not managing attribute package_settings
  597. Debug: /Package[iprutils]: Provider yum does not support features package_settings; not managing attribute package_settings
  598. Debug: /Package[libcom_err]: Provider yum does not support features package_settings; not managing attribute package_settings
  599. Debug: /Package[tuned]: Provider yum does not support features package_settings; not managing attribute package_settings
  600. Debug: /Package[popt]: Provider yum does not support features package_settings; not managing attribute package_settings
  601. Debug: /Package[selinux-policy-targeted]: Provider yum does not support features package_settings; not managing attribute package_settings
  602. Debug: /Package[nspr]: Provider yum does not support features package_settings; not managing attribute package_settings
  603. Debug: /Package[grub2]: Provider yum does not support features package_settings; not managing attribute package_settings
  604. Debug: /Package[bzip2-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  605. Debug: /Package[openssh-clients]: Provider yum does not support features package_settings; not managing attribute package_settings
  606. Debug: /Package[grep]: Provider yum does not support features package_settings; not managing attribute package_settings
  607. Debug: /Package[postfix]: Provider yum does not support features package_settings; not managing attribute package_settings
  608. Debug: /Package[gawk]: Provider yum does not support features package_settings; not managing attribute package_settings
  609. Debug: /Package[irqbalance]: Provider yum does not support features package_settings; not managing attribute package_settings
  610. Debug: /Package[elfutils-libelf]: Provider yum does not support features package_settings; not managing attribute package_settings
  611. Debug: /Package[biosdevname]: Provider yum does not support features package_settings; not managing attribute package_settings
  612. Debug: /Package[audit-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  613. Debug: /Package[parted]: Provider yum does not support features package_settings; not managing attribute package_settings
  614. Debug: /Package[libffi]: Provider yum does not support features package_settings; not managing attribute package_settings
  615. Debug: /Package[man-db]: Provider yum does not support features package_settings; not managing attribute package_settings
  616. Debug: /Package[pkgconfig]: Provider yum does not support features package_settings; not managing attribute package_settings
  617. Debug: /Package[passwd]: Provider yum does not support features package_settings; not managing attribute package_settings
  618. Debug: /Package[tcp_wrappers-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  619. Debug: /Package[deltarpm]: Provider yum does not support features package_settings; not managing attribute package_settings
  620. Debug: /Package[dbus-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  621. Debug: /Package[xfsprogs]: Provider yum does not support features package_settings; not managing attribute package_settings
  622. Debug: /Package[libacl]: Provider yum does not support features package_settings; not managing attribute package_settings
  623. Debug: /Package[bash-completion]: Provider yum does not support features package_settings; not managing attribute package_settings
  624. Debug: /Package[libgcrypt]: Provider yum does not support features package_settings; not managing attribute package_settings
  625. Debug: /Package[libsysfs]: Provider yum does not support features package_settings; not managing attribute package_settings
  626. Debug: /Package[cpio]: Provider yum does not support features package_settings; not managing attribute package_settings
  627. Debug: /Package[man-pages]: Provider yum does not support features package_settings; not managing attribute package_settings
  628. Debug: /Package[libnl3]: Provider yum does not support features package_settings; not managing attribute package_settings
  629. Debug: /Package[tree]: Provider yum does not support features package_settings; not managing attribute package_settings
  630. Debug: /Package[p11-kit]: Provider yum does not support features package_settings; not managing attribute package_settings
  631. Debug: Package gpg-pubkey found in both yum and yum; skipping the yum version
  632. Debug: /Package[lua]: Provider yum does not support features package_settings; not managing attribute package_settings
  633. Debug: /Package[puppet-agent]: Provider yum does not support features package_settings; not managing attribute package_settings
  634. Debug: /Package[diffutils]: Provider yum does not support features package_settings; not managing attribute package_settings
  635. Debug: /Package[pe-installer]: Provider yum does not support features package_settings; not managing attribute package_settings
  636. Debug: /Package[e2fsprogs-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  637. Debug: /Package[file-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  638. Debug: /Package[pciutils-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  639. Debug: /Package[libverto]: Provider yum does not support features package_settings; not managing attribute package_settings
  640. Debug: /Package[libnl3-cli]: Provider yum does not support features package_settings; not managing attribute package_settings
  641. Debug: /Package[libassuan]: Provider yum does not support features package_settings; not managing attribute package_settings
  642. Debug: /Package[cyrus-sasl-lib]: Provider yum does not support features package_settings; not managing attribute package_settings
  643. Debug: /Package[kmod-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  644. Debug: /Package[which]: Provider yum does not support features package_settings; not managing attribute package_settings
  645. Debug: /Package[libgomp]: Provider yum does not support features package_settings; not managing attribute package_settings
  646. Debug: /Package[sysvinit-tools]: Provider yum does not support features package_settings; not managing attribute package_settings
  647. Debug: /Package[p11-kit-trust]: Provider yum does not support features package_settings; not managing attribute package_settings
  648. Debug: /Package[libnfnetlink]: Provider yum does not support features package_settings; not managing attribute package_settings
  649. Debug: /Package[slang]: Provider yum does not support features package_settings; not managing attribute package_settings
  650. Debug: /Package[libcollection]: Provider yum does not support features package_settings; not managing attribute package_settings
  651. Debug: /Package[libbasicobjects]: Provider yum does not support features package_settings; not managing attribute package_settings
  652. Debug: /Package[libref_array]: Provider yum does not support features package_settings; not managing attribute package_settings
  653. Debug: /Package[gdbm]: Provider yum does not support features package_settings; not managing attribute package_settings
  654. Debug: /Package[libverto-tevent]: Provider yum does not support features package_settings; not managing attribute package_settings
  655. Debug: /Package[iptables]: Provider yum does not support features package_settings; not managing attribute package_settings
  656. Debug: /Package[gettext-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  657. Debug: /Package[libteam]: Provider yum does not support features package_settings; not managing attribute package_settings
  658. Debug: /Package[ipset]: Provider yum does not support features package_settings; not managing attribute package_settings
  659. Debug: /Package[keyutils]: Provider yum does not support features package_settings; not managing attribute package_settings
  660. Debug: /Package[acl]: Provider yum does not support features package_settings; not managing attribute package_settings
  661. Debug: /Package[vim-minimal]: Provider yum does not support features package_settings; not managing attribute package_settings
  662. Debug: /Package[gobject-introspection]: Provider yum does not support features package_settings; not managing attribute package_settings
  663. Debug: /Package[libdb-utils]: Provider yum does not support features package_settings; not managing attribute package_settings
  664. Debug: /Package[pinentry]: Provider yum does not support features package_settings; not managing attribute package_settings
  665. Debug: /Package[make]: Provider yum does not support features package_settings; not managing attribute package_settings
  666. Debug: /Package[libselinux-utils]: Provider yum does not support features package_settings; not managing attribute package_settings
  667. Debug: /Package[ncurses]: Provider yum does not support features package_settings; not managing attribute package_settings
  668. Debug: /Package[krb5-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  669. Debug: /Package[libblkid]: Provider yum does not support features package_settings; not managing attribute package_settings
  670. Debug: /Package[python]: Provider yum does not support features package_settings; not managing attribute package_settings
  671. Debug: /Package[cracklib]: Provider yum does not support features package_settings; not managing attribute package_settings
  672. Debug: /Package[dbus-python]: Provider yum does not support features package_settings; not managing attribute package_settings
  673. Debug: /Package[cracklib-dicts]: Provider yum does not support features package_settings; not managing attribute package_settings
  674. Debug: /Package[pam]: Provider yum does not support features package_settings; not managing attribute package_settings
  675. Debug: /Package[libgudev1]: Provider yum does not support features package_settings; not managing attribute package_settings
  676. Debug: /Package[gettext]: Provider yum does not support features package_settings; not managing attribute package_settings
  677. Debug: /Package[libtirpc]: Provider yum does not support features package_settings; not managing attribute package_settings
  678. Debug: /Package[plymouth-core-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  679. Debug: /Package[python-perf]: Provider yum does not support features package_settings; not managing attribute package_settings
  680. Debug: /Package[python-slip]: Provider yum does not support features package_settings; not managing attribute package_settings
  681. Debug: /Package[python-firewall]: Provider yum does not support features package_settings; not managing attribute package_settings
  682. Debug: /Package[python-configobj]: Provider yum does not support features package_settings; not managing attribute package_settings
  683. Debug: /Package[pyliblzma]: Provider yum does not support features package_settings; not managing attribute package_settings
  684. Debug: /Package[libxml2-python]: Provider yum does not support features package_settings; not managing attribute package_settings
  685. Debug: /Package[python-kitchen]: Provider yum does not support features package_settings; not managing attribute package_settings
  686. Debug: /Package[grubby]: Provider yum does not support features package_settings; not managing attribute package_settings
  687. Debug: /Package[mariadb-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  688. Debug: /Package[fipscheck-lib]: Provider yum does not support features package_settings; not managing attribute package_settings
  689. Debug: /Package[libevent]: Provider yum does not support features package_settings; not managing attribute package_settings
  690. Debug: /Package[nss]: Provider yum does not support features package_settings; not managing attribute package_settings
  691. Debug: /Package[nss-tools]: Provider yum does not support features package_settings; not managing attribute package_settings
  692. Debug: /Package[curl]: Provider yum does not support features package_settings; not managing attribute package_settings
  693. Debug: /Package[rpm]: Provider yum does not support features package_settings; not managing attribute package_settings
  694. Debug: /Package[libuser]: Provider yum does not support features package_settings; not managing attribute package_settings
  695. Debug: /Package[dhcp-common]: Provider yum does not support features package_settings; not managing attribute package_settings
  696. Debug: /Package[python-pycurl]: Provider yum does not support features package_settings; not managing attribute package_settings
  697. Debug: /Package[logrotate]: Provider yum does not support features package_settings; not managing attribute package_settings
  698. Debug: /Package[libmodman]: Provider yum does not support features package_settings; not managing attribute package_settings
  699. Debug: /Package[snappy]: Provider yum does not support features package_settings; not managing attribute package_settings
  700. Debug: /Package[json-c]: Provider yum does not support features package_settings; not managing attribute package_settings
  701. Debug: /Package[hardlink]: Provider yum does not support features package_settings; not managing attribute package_settings
  702. Debug: /Package[gnupg2]: Provider yum does not support features package_settings; not managing attribute package_settings
  703. Debug: /Package[rpm-python]: Provider yum does not support features package_settings; not managing attribute package_settings
  704. Debug: /Package[pygpgme]: Provider yum does not support features package_settings; not managing attribute package_settings
  705. Debug: /Package[yum]: Provider yum does not support features package_settings; not managing attribute package_settings
  706. Debug: /Package[libini_config]: Provider yum does not support features package_settings; not managing attribute package_settings
  707. Debug: /Package[libdaemon]: Provider yum does not support features package_settings; not managing attribute package_settings
  708. Debug: /Package[dmidecode]: Provider yum does not support features package_settings; not managing attribute package_settings
  709. Debug: /Package[libpipeline]: Provider yum does not support features package_settings; not managing attribute package_settings
  710. Debug: /Package[libsemanage]: Provider yum does not support features package_settings; not managing attribute package_settings
  711. Debug: /Package[libutempter]: Provider yum does not support features package_settings; not managing attribute package_settings
  712. Debug: /Package[kpartx]: Provider yum does not support features package_settings; not managing attribute package_settings
  713. Debug: /Package[device-mapper-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  714. Debug: /Package[dracut]: Provider yum does not support features package_settings; not managing attribute package_settings
  715. Debug: /Package[systemd]: Provider yum does not support features package_settings; not managing attribute package_settings
  716. Debug: /Package[systemd-sysv]: Provider yum does not support features package_settings; not managing attribute package_settings
  717. Debug: /Package[polkit-pkla-compat]: Provider yum does not support features package_settings; not managing attribute package_settings
  718. Debug: /Package[initscripts]: Provider yum does not support features package_settings; not managing attribute package_settings
  719. Debug: /Package[policycoreutils]: Provider yum does not support features package_settings; not managing attribute package_settings
  720. Debug: /Package[rpcbind]: Provider yum does not support features package_settings; not managing attribute package_settings
  721. Debug: /Package[cronie]: Provider yum does not support features package_settings; not managing attribute package_settings
  722. Debug: /Package[hwdata]: Provider yum does not support features package_settings; not managing attribute package_settings
  723. Debug: /Package[openssh]: Provider yum does not support features package_settings; not managing attribute package_settings
  724. Debug: /Package[libpciaccess]: Provider yum does not support features package_settings; not managing attribute package_settings
  725. Debug: /Package[plymouth-scripts]: Provider yum does not support features package_settings; not managing attribute package_settings
  726. Debug: /Package[pciutils]: Provider yum does not support features package_settings; not managing attribute package_settings
  727. Debug: /Package[selinux-policy]: Provider yum does not support features package_settings; not managing attribute package_settings
  728. Debug: /Package[lvm2-libs]: Provider yum does not support features package_settings; not managing attribute package_settings
  729. Debug: /Package[ppp]: Provider yum does not support features package_settings; not managing attribute package_settings
  730. Debug: /Package[trousers]: Provider yum does not support features package_settings; not managing attribute package_settings
  731. Debug: /Package[glib-networking]: Provider yum does not support features package_settings; not managing attribute package_settings
  732. Debug: /Package[gssproxy]: Provider yum does not support features package_settings; not managing attribute package_settings
  733. Debug: /Package[libestr]: Provider yum does not support features package_settings; not managing attribute package_settings
  734. Debug: /Package[libaio]: Provider yum does not support features package_settings; not managing attribute package_settings
  735. Debug: Executing: '/opt/puppetlabs/puppet/bin/gem list --local'
  736. Debug: /Package[bigdecimal]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  737. Debug: /Package[bigdecimal]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  738. Debug: /Package[deep_merge]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  739. Debug: /Package[deep_merge]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  740. Debug: /Package[facter]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  741. Debug: /Package[facter]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  742. Debug: /Package[fast_gettext]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  743. Debug: /Package[fast_gettext]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  744. Debug: Package gettext found in both yum and puppet_gem; skipping the puppet_gem version
  745. Debug: /Package[gettext-setup]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  746. Debug: /Package[gettext-setup]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  747. Debug: /Package[hiera]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  748. Debug: /Package[hiera]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  749. Debug: /Package[hocon]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  750. Debug: /Package[hocon]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  751. Debug: /Package[io-console]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  752. Debug: /Package[io-console]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  753. Debug: /Package[json]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  754. Debug: /Package[json]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  755. Debug: /Package[locale]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  756. Debug: /Package[locale]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  757. Debug: /Package[minitest]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  758. Debug: /Package[minitest]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  759. Debug: /Package[net-ssh]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  760. Debug: /Package[net-ssh]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  761. Debug: /Package[psych]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  762. Debug: /Package[psych]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  763. Debug: /Package[puppet]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  764. Debug: /Package[puppet]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  765. Debug: /Package[rake]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  766. Debug: /Package[rake]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  767. Debug: /Package[rdoc]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  768. Debug: /Package[rdoc]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  769. Debug: /Package[semantic_puppet]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  770. Debug: /Package[semantic_puppet]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  771. Debug: /Package[stomp]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  772. Debug: /Package[stomp]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  773. Debug: /Package[test-unit]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  774. Debug: /Package[test-unit]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  775. Debug: /Package[text]: Provider puppet_gem does not support features virtual_packages; not managing attribute allow_virtual
  776. Debug: /Package[text]: Provider puppet_gem does not support features package_settings; not managing attribute package_settings
  777. Debug: /Package[pe-puppetserver]: Provider yum does not support features package_settings; not managing attribute package_settings
  778. Debug: Executing: '/bin/rpm -q pe-puppetserver --nosignature --nodigest --qf %{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n'
  779. Debug: Executing: '/bin/rpm -q pe-puppetserver --nosignature --nodigest --qf %{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION} %{RELEASE} %{ARCH}\n --whatprovides'
  780. 2016-12-22 21:41:44,383 - [Debug]: Loading external facts from /opt/puppetlabs/puppet/cache/facts.d
  781. 2016-12-22 21:41:44,384 - [Debug]: Facter: loading external fact directories from config file
  782. 2016-12-22 21:41:44,387 - [Info]: Loading facts
  783. 2016-12-22 21:41:44,388 - [Debug]: Loading facts from /opt/puppetlabs/server/data/enterprise/modules/pe_concat/lib/facter/pe_concat_basedir.rb
  784. 2016-12-22 21:41:44,388 - [Info]: Loading facts
  785. 2016-12-22 21:41:44,389 - [Debug]: Loading facts from /opt/puppetlabs/server/data/enterprise/modules/pe_razor/lib/facter/pe_razor_server_version.rb
  786. 2016-12-22 21:41:44,389 - [Info]: Loading facts
  787. 2016-12-22 21:41:44,390 - [Debug]: Loading facts from /opt/puppetlabs/server/data/enterprise/modules/pe_staging/lib/facter/staging_http_get.rb
  788. 2016-12-22 21:41:44,390 - [Info]: Loading facts
  789. 2016-12-22 21:41:44,391 - [Debug]: Loading facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/pe_server_version.rb
  790. 2016-12-22 21:41:44,391 - [Debug]: Loading facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/platform_tag.rb
  791. 2016-12-22 21:41:44,391 - [Debug]: Loading facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/aio_agent_build.rb
  792. 2016-12-22 21:41:44,391 - [Debug]: Loading facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/puppet_files_dir_present.rb
  793. 2016-12-22 21:41:44,392 - [Debug]: Loading facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/pe_version.rb
  794. 2016-12-22 21:41:44,392 - [Debug]: Loading facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/aio_agent_version.rb
  795. 2016-12-22 21:41:44,392 - [Debug]: Loading facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/windows.rb
  796. 2016-12-22 21:41:44,392 - [Debug]: Loading facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/pe_build.rb
  797. 2016-12-22 21:41:44,393 - [Debug]: Loading facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/platform_symlink_writable.rb
  798. 2016-12-22 21:41:44,394 - [Debug]: Facter: fact "facterversion" has resolved to "3.5.0".
  799. 2016-12-22 21:41:44,395 - [Debug]: Facter: fact "aio_agent_version" has resolved to "1.8.2".
  800. 2016-12-22 21:41:44,396 - [Debug]: Facter: searching "/opt/puppetlabs/facter/facts.d" for external facts.
  801. 2016-12-22 21:41:44,396 - [Debug]: Facter: skipping external facts for "/etc/facter/facts.d": No such file or directory
  802. 2016-12-22 21:41:44,397 - [Debug]: Facter: skipping external facts for "/etc/puppetlabs/facter/facts.d": No such file or directory
  803. 2016-12-22 21:41:44,397 - [Debug]: Facter: searching "/opt/puppetlabs/puppet/cache/facts.d" for external facts.
  804. 2016-12-22 21:41:44,397 - [Debug]: Facter: no external facts were found.
  805. 2016-12-22 21:41:44,398 - [Debug]: Facter: loading all custom facts.
  806. 2016-12-22 21:41:44,398 - [Debug]: Facter: loading custom fact directories from config file
  807. 2016-12-22 21:41:44,398 - [Debug]: Facter: searching for custom facts in /opt/puppetlabs/server/data/enterprise/modules/pe_concat/lib/facter.
  808. 2016-12-22 21:41:44,399 - [Info]: Facter: loading custom facts from /opt/puppetlabs/server/data/enterprise/modules/pe_concat/lib/facter/pe_concat_basedir.rb.
  809. 2016-12-22 21:41:44,399 - [Debug]: Facter: searching for custom facts in /opt/puppetlabs/server/data/enterprise/modules/pe_razor/lib/facter.
  810. 2016-12-22 21:41:44,400 - [Info]: Facter: loading custom facts from /opt/puppetlabs/server/data/enterprise/modules/pe_razor/lib/facter/pe_razor_server_version.rb.
  811. 2016-12-22 21:41:44,402 - [Debug]: Facter: searching for custom facts in /opt/puppetlabs/server/data/enterprise/modules/pe_staging/lib/facter.
  812. 2016-12-22 21:41:44,402 - [Info]: Facter: loading custom facts from /opt/puppetlabs/server/data/enterprise/modules/pe_staging/lib/facter/staging_http_get.rb.
  813. 2016-12-22 21:41:44,404 - [Debug]: Facter: searching for custom facts in /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter.
  814. 2016-12-22 21:41:44,405 - [Info]: Facter: loading custom facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/pe_server_version.rb.
  815. 2016-12-22 21:41:44,407 - [Info]: Facter: loading custom facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/platform_tag.rb.
  816. 2016-12-22 21:41:44,410 - [Info]: Facter: loading custom facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/aio_agent_build.rb.
  817. 2016-12-22 21:41:44,414 - [Info]: Facter: loading custom facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/puppet_files_dir_present.rb.
  818. 2016-12-22 21:41:44,416 - [Info]: Facter: loading custom facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/pe_version.rb.
  819. 2016-12-22 21:41:44,422 - [Info]: Facter: loading custom facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/aio_agent_version.rb.
  820. 2016-12-22 21:41:44,425 - [Info]: Facter: loading custom facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/windows.rb.
  821. 2016-12-22 21:41:44,426 - [Info]: Facter: loading custom facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/pe_build.rb.
  822. 2016-12-22 21:41:44,429 - [Info]: Facter: loading custom facts from /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter/platform_symlink_writable.rb.
  823. 2016-12-22 21:41:44,430 - [Debug]: Facter: searching for custom facts in /opt/puppetlabs/server/data/enterprise/modules/pe_concat/lib/facter.
  824. 2016-12-22 21:41:44,431 - [Debug]: Facter: searching for custom facts in /opt/puppetlabs/server/data/enterprise/modules/pe_razor/lib/facter.
  825. 2016-12-22 21:41:44,432 - [Debug]: Facter: searching for custom facts in /opt/puppetlabs/server/data/enterprise/modules/pe_staging/lib/facter.
  826. 2016-12-22 21:41:44,437 - [Debug]: Facter: searching for custom facts in /opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/lib/facter.
  827. 2016-12-22 21:41:44,439 - [Debug]: Facter: fact "agent_specified_environment" resolved to null and will not be added.
  828. 2016-12-22 21:41:44,440 - [Debug]: Facter: resolving operating system facts.
  829. 2016-12-22 21:41:44,440 - [Debug]: Facter: resolving kernel facts.
  830. 2016-12-22 21:41:44,440 - [Debug]: Facter: fact "kernel" has resolved to "Linux".
  831. 2016-12-22 21:41:44,441 - [Debug]: Facter: fact "kernelrelease" has resolved to "3.10.0-514.2.2.el7.x86_64".
  832. 2016-12-22 21:41:44,442 - [Debug]: Facter: fact "kernelmajversion" has resolved to "3.10".
  833. 2016-12-22 21:41:44,442 - [Debug]: Facter: fact "kernelversion" has resolved to "3.10.0".
  834. 2016-12-22 21:41:44,443 - [Debug]: Facter: executing command: lsb_release -a
  835. 2016-12-22 21:41:44,443 - [Debug]: Facter: lsb_release was not found on the PATH.
  836. 2016-12-22 21:41:44,445 - [Debug]: Facter: fact "osfamily" has resolved to "RedHat".
  837. 2016-12-22 21:41:44,446 - [Debug]: Facter: fact "operatingsystemmajrelease" has resolved to "7".
  838. 2016-12-22 21:41:44,446 - [Debug]: Facter: fact "operatingsystemrelease" has resolved to "7.3.1611".
  839. 2016-12-22 21:41:44,447 - [Debug]: Facter: fact "hardwaremodel" has resolved to "x86_64".
  840. 2016-12-22 21:41:44,449 - [Debug]: Facter: fact "architecture" has resolved to "x86_64".
  841. 2016-12-22 21:41:44,450 - [Debug]: Facter: fact "operatingsystem" has resolved to "CentOS".
  842. 2016-12-22 21:41:44,453 - [Debug]: Facter: fact "selinux" has resolved to true.
  843. 2016-12-22 21:41:44,454 - [Debug]: Facter: fact "selinux_enforced" has resolved to true.
  844. 2016-12-22 21:41:44,455 - [Debug]: Facter: fact "selinux_current_mode" has resolved to "enforcing".
  845. 2016-12-22 21:41:44,456 - [Debug]: Facter: fact "selinux_config_mode" has resolved to "enforcing".
  846. 2016-12-22 21:41:44,457 - [Debug]: Facter: fact "selinux_config_policy" has resolved to "targeted".
  847. 2016-12-22 21:41:44,458 - [Debug]: Facter: fact "selinux_policyversion" has resolved to "28".
  848. 2016-12-22 21:41:44,459 - [Debug]: Facter: fact "os" has resolved to {
  849.   architecture => "x86_64",
  850.   family => "RedHat",
  851.   hardware => "x86_64",
  852.   name => "CentOS",
  853.   release => {
  854.     full => "7.3.1611",
  855.     major => "7",
  856.     minor => "3"
  857.   },
  858.   selinux => {
  859.     config_mode => "enforcing",
  860.     config_policy => "targeted",
  861.     current_mode => "enforcing",
  862.     enabled => true,
  863.     enforced => true,
  864.     policy_version => "28"
  865.   }
  866. }.
  867. 2016-12-22 21:41:44,471 - [Debug]: Facter: fact "aio_agent_build" has resolved to "1.8.2".
  868. 2016-12-22 21:41:44,471 - [Debug]: Facter: fact "common_appdata" resolved to null and will not be added.
  869. 2016-12-22 21:41:44,472 - [Debug]: Facter: fact "puppetversion" has resolved to "4.8.1".
  870. 2016-12-22 21:41:44,472 - [Debug]: Facter: fact "pe_version" resolved to null and will not be added.
  871. 2016-12-22 21:41:44,473 - [Debug]: Facter: fact "is_pe" has resolved to false.
  872. 2016-12-22 21:41:44,473 - [Debug]: Facter: fact "pe_build" has resolved to "2016.5.1".
  873. 2016-12-22 21:41:44,474 - [Debug]: Facter: fact "pe_concat_basedir" has resolved to "/opt/puppetlabs/puppet/cache/pe_concat".
  874. 2016-12-22 21:41:44,474 - [Debug]: Facter: fact "pe_major_version" resolved to null and will not be added.
  875. 2016-12-22 21:41:44,475 - [Debug]: Facter: fact "pe_minor_version" resolved to null and will not be added.
  876. 2016-12-22 21:41:44,475 - [Debug]: Facter: fact "pe_patch_version" resolved to null and will not be added.
  877. 2016-12-22 21:41:44,476 - [Debug]: Facter: executing command: /bin/sh -c /bin/rpm -q --qf '%{version}' pe-razor-server
  878. 2016-12-22 21:41:44,554 - [Debug]: Facter: package pe-razor-server is not installed
  879. 2016-12-22 21:41:44,555 - [Debug]: Facter: process exited with status code 1.
  880. 2016-12-22 21:41:44,555 - [Debug]: Facter: fact "pe_razor_server_version" has resolved to "package pe-razor-server is not installed".
  881. 2016-12-22 21:41:44,556 - [Debug]: Facter: fact "pe_server_version" resolved to null and will not be added.
  882. 2016-12-22 21:41:44,557 - [Debug]: Facter: fact "platform_symlink_writable" has resolved to true.
  883. 2016-12-22 21:41:44,557 - [Debug]: Facter: fact "platform_tag" has resolved to "el-7-x86_64".
  884. 2016-12-22 21:41:44,558 - [Debug]: Facter: fact "puppet_files_dir_present" has resolved to false.
  885. 2016-12-22 21:41:44,577 - [Debug]: Facter: fact "staging_http_get" has resolved to "curl".
  886. 2016-12-22 21:41:44,578 - [Debug]: Facter: resolving ruby facts.
  887. 2016-12-22 21:41:44,578 - [Debug]: Facter: fact "rubyplatform" has resolved to "x86_64-linux".
  888. 2016-12-22 21:41:44,578 - [Debug]: Facter: fact "rubysitedir" has resolved to "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0".
  889. 2016-12-22 21:41:44,578 - [Debug]: Facter: fact "rubyversion" has resolved to "2.1.9".
  890. 2016-12-22 21:41:44,578 - [Debug]: Facter: fact "ruby" has resolved to {
  891.   platform => "x86_64-linux",
  892.   sitedir => "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
  893.   version => "2.1.9"
  894. }.
  895. 2016-12-22 21:41:44,579 - [Debug]: Facter: resolving path facts.
  896. 2016-12-22 21:41:44,579 - [Debug]: Facter: fact "path" has resolved to "/opt/puppetlabs/puppet/share/installer/vendor/ruby/2.1.0/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/root/bin".
  897. 2016-12-22 21:41:44,579 - [Debug]: Facter: resolving EC2 facts.
  898. 2016-12-22 21:41:44,580 - [Debug]: Facter: resolving virtualization facts.
  899. 2016-12-22 21:41:44,582 - [Debug]: Facter: resolving desktop management interface facts.
  900. 2016-12-22 21:41:44,585 - [Debug]: Facter: fact "bios_vendor" has resolved to "innotek GmbH".
  901. 2016-12-22 21:41:44,586 - [Debug]: Facter: fact "bios_version" has resolved to "VirtualBox".
  902. 2016-12-22 21:41:44,586 - [Debug]: Facter: fact "bios_release_date" has resolved to "12/01/2006".
  903. 2016-12-22 21:41:44,586 - [Debug]: Facter: fact "boardmanufacturer" has resolved to "Oracle Corporation".
  904. 2016-12-22 21:41:44,587 - [Debug]: Facter: fact "boardproductname" has resolved to "VirtualBox".
  905. 2016-12-22 21:41:44,588 - [Debug]: Facter: fact "boardserialnumber" has resolved to "0".
  906. 2016-12-22 21:41:44,588 - [Debug]: Facter: fact "productname" has resolved to "VirtualBox".
  907. 2016-12-22 21:41:44,589 - [Debug]: Facter: fact "serialnumber" has resolved to "0".
  908. 2016-12-22 21:41:44,589 - [Debug]: Facter: fact "uuid" has resolved to "907A2FF8-76BD-4382-8988-C96624CCD3EB".
  909. 2016-12-22 21:41:44,589 - [Debug]: Facter: fact "chassistype" has resolved to "Other".
  910. 2016-12-22 21:41:44,590 - [Debug]: Facter: fact "manufacturer" has resolved to "innotek GmbH".
  911. 2016-12-22 21:41:44,590 - [Debug]: Facter: fact "dmi" has resolved to {
  912.   bios => {
  913.     release_date => "12/01/2006",
  914.     vendor => "innotek GmbH",
  915.     version => "VirtualBox"
  916.   },
  917.   board => {
  918.     manufacturer => "Oracle Corporation",
  919.     product => "VirtualBox",
  920.     serial_number => "0"
  921.   },
  922.   chassis => {
  923.     type => "Other"
  924.   },
  925.   manufacturer => "innotek GmbH",
  926.   product => {
  927.     name => "VirtualBox",
  928.     serial_number => "0",
  929.     uuid => "907A2FF8-76BD-4382-8988-C96624CCD3EB"
  930.   }
  931. }.
  932. 2016-12-22 21:41:44,591 - [Debug]: Facter: executing command: /opt/puppetlabs/puppet/bin/virt-what
  933. 2016-12-22 21:41:44,664 - [Debug]: Facter: virtualbox
  934. 2016-12-22 21:41:44,664 - [Debug]: Facter: completed processing output: closing child pipes.
  935. 2016-12-22 21:41:44,698 - [Debug]: Facter: process exited with status code 1.
  936. 2016-12-22 21:41:44,698 - [Debug]: Facter: fact "is_virtual" has resolved to true.
  937. 2016-12-22 21:41:44,698 - [Debug]: Facter: fact "virtual" has resolved to "virtualbox".
  938. 2016-12-22 21:41:44,699 - [Debug]: Facter: EC2 facts are unavailable: not running under an EC2 instance.
  939. 2016-12-22 21:41:44,699 - [Debug]: Facter: resolving GCE facts.
  940. 2016-12-22 21:41:44,699 - [Debug]: Facter: not running under a GCE instance.
  941. 2016-12-22 21:41:44,699 - [Debug]: Facter: resolving augeas facts.
  942. 2016-12-22 21:41:44,700 - [Debug]: Facter: executing command: /opt/puppetlabs/puppet/bin/augparse --version
  943. 2016-12-22 21:41:44,771 - [Debug]: Facter: augparse 1.4.0 <http://augeas.net/>
  944. 2016-12-22 21:41:44,772 - [Debug]: Facter: completed processing output: closing child pipes.
  945. 2016-12-22 21:41:44,772 - [Debug]: Facter: process exited with status code 0.
  946. 2016-12-22 21:41:44,773 - [Debug]: Facter: fact "augeasversion" has resolved to "1.4.0".
  947. 2016-12-22 21:41:44,773 - [Debug]: Facter: fact "augeas" has resolved to {
  948.   version => "1.4.0"
  949. }.
  950. 2016-12-22 21:41:44,773 - [Debug]: Facter: resolving networking facts.
  951. 2016-12-22 21:41:44,774 - [Debug]: Facter: executing command: /sbin/ip route show
  952. 2016-12-22 21:41:44,778 - [Debug]: Facter: default via 10.0.2.2 dev eth0  proto static  metric 100
  953. 2016-12-22 21:41:44,778 - [Debug]: Facter: default via 10.0.0.1 dev eth1  proto static  metric 101
  954. 2016-12-22 21:41:44,778 - [Debug]: Facter: 10.0.0.0/24 dev eth1  proto kernel  scope link  src 10.0.0.128  metric 100
  955. 2016-12-22 21:41:44,778 - [Debug]: Facter: 10.0.2.0/24 dev eth0  proto kernel  scope link  src 10.0.2.15  metric 100
  956. 2016-12-22 21:41:44,779 - [Debug]: Facter: process exited with status code 0.
  957. 2016-12-22 21:41:44,779 - [Debug]: Facter: executing command: /sbin/ip -6 route show
  958. 2016-12-22 21:41:44,782 - [Debug]: Facter: unreachable ::/96 dev lo  metric 1024  error -113
  959. 2016-12-22 21:41:44,782 - [Debug]: Facter: unreachable ::ffff:0.0.0.0/96 dev lo  metric 1024  error -113
  960. 2016-12-22 21:41:44,783 - [Debug]: Facter: unreachable 2002:a00::/24 dev lo  metric 1024  error -113
  961. 2016-12-22 21:41:44,783 - [Debug]: Facter: unreachable 2002:7f00::/24 dev lo  metric 1024  error -113
  962. 2016-12-22 21:41:44,784 - [Debug]: Facter: unreachable 2002:a9fe::/32 dev lo  metric 1024  error -113
  963. 2016-12-22 21:41:44,785 - [Debug]: Facter: unreachable 2002:ac10::/28 dev lo  metric 1024  error -113
  964. 2016-12-22 21:41:44,786 - [Debug]: Facter: unreachable 2002:c0a8::/32 dev lo  metric 1024  error -113
  965. 2016-12-22 21:41:44,786 - [Debug]: Facter: unreachable 2002:e000::/19 dev lo  metric 1024  error -113
  966. 2016-12-22 21:41:44,786 - [Debug]: Facter: 2601:644:8001:7a9b::/64 dev eth1  proto kernel  metric 256  expires 299sec
  967. 2016-12-22 21:41:44,787 - [Debug]: Facter: unreachable 3ffe:ffff::/32 dev lo  metric 1024  error -113
  968. 2016-12-22 21:41:44,787 - [Debug]: Facter: fe80::/64 dev eth0  proto kernel  metric 256
  969. 2016-12-22 21:41:44,787 - [Debug]: Facter: fe80::/64 dev eth1  proto kernel  metric 256
  970. 2016-12-22 21:41:44,788 - [Debug]: Facter: default via fe80::2076:b4ff:fe0b:ae5c dev eth1  proto ra  metric 1024  expires 179sec hoplimit 64
  971. 2016-12-22 21:41:44,789 - [Debug]: Facter: process exited with status code 0.
  972. 2016-12-22 21:41:44,789 - [Debug]: Facter: using the FQDN returned by gethostname: puppetmaster.example.com.
  973. 2016-12-22 21:41:44,790 - [Debug]: Facter: searching "/var/lib/dhclient" for dhclient lease files.
  974. 2016-12-22 21:41:44,792 - [Debug]: Facter: searching "/var/lib/dhcp" for dhclient lease files.
  975. 2016-12-22 21:41:44,792 - [Debug]: Facter: searching "/var/lib/dhcp3" for dhclient lease files.
  976. 2016-12-22 21:41:44,793 - [Debug]: Facter: searching "/var/lib/NetworkManager" for dhclient lease files.
  977. 2016-12-22 21:41:44,794 - [Debug]: Facter: reading "/var/lib/NetworkManager/dhclient-5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03-eth0.lease" for dhclient lease information.
  978. 2016-12-22 21:41:44,795 - [Debug]: Facter: reading "/var/lib/NetworkManager/dhclient-18c78bc9-7177-3921-ac2e-cc7b53acaa65-eth1.lease" for dhclient lease information.
  979. 2016-12-22 21:41:44,795 - [Debug]: Facter: reading "/var/lib/NetworkManager/dhclient6-18c78bc9-7177-3921-ac2e-cc7b53acaa65-eth1.lease" for dhclient lease information.
  980. 2016-12-22 21:41:44,796 - [Debug]: Facter: reading "/var/lib/NetworkManager/dhclient-9c92fad9-6ecb-3e6c-eb4d-8a47c6f50c04-eth1.lease" for dhclient lease information.
  981. 2016-12-22 21:41:44,796 - [Debug]: Facter: searching "/var/db" for dhclient lease files.
  982. 2016-12-22 21:41:44,800 - [Debug]: Facter: executing command: dhcpcd -U lo
  983. 2016-12-22 21:41:44,800 - [Debug]: Facter: dhcpcd was not found on the PATH.
  984. 2016-12-22 21:41:44,802 - [Debug]: Facter: executing command: /sbin/ip link show eth0
  985. 2016-12-22 21:41:44,806 - [Debug]: Facter: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
  986. 2016-12-22 21:41:44,807 - [Debug]: Facter: link/ether 52:54:00:22:5b:53 brd ff:ff:ff:ff:ff:ff
  987. 2016-12-22 21:41:44,807 - [Debug]: Facter: process exited with status code 0.
  988. 2016-12-22 21:41:44,808 - [Debug]: Facter: executing command: /sbin/ip link show eth1
  989. 2016-12-22 21:41:44,812 - [Debug]: Facter: 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
  990. 2016-12-22 21:41:44,812 - [Debug]: Facter: link/ether 08:00:27:75:da:7e brd ff:ff:ff:ff:ff:ff
  991. 2016-12-22 21:41:44,812 - [Debug]: Facter: process exited with status code 0.
  992. 2016-12-22 21:41:44,813 - [Debug]: Facter: executing command: /sbin/ip link show lo
  993. 2016-12-22 21:41:44,817 - [Debug]: Facter: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT qlen 1
  994. 2016-12-22 21:41:44,818 - [Debug]: Facter: link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  995. 2016-12-22 21:41:44,820 - [Debug]: Facter: process exited with status code 0.
  996. 2016-12-22 21:41:44,820 - [Debug]: Facter: fact "ipaddress_eth0" has resolved to "10.0.2.15".
  997. 2016-12-22 21:41:44,821 - [Debug]: Facter: fact "ipaddress" has resolved to "10.0.2.15".
  998. 2016-12-22 21:41:44,821 - [Debug]: Facter: fact "netmask_eth0" has resolved to "255.255.255.0".
  999. 2016-12-22 21:41:44,822 - [Debug]: Facter: fact "netmask" has resolved to "255.255.255.0".
  1000. 2016-12-22 21:41:44,825 - [Debug]: Facter: fact "network_eth0" has resolved to "10.0.2.0".
  1001. 2016-12-22 21:41:44,825 - [Debug]: Facter: fact "network" has resolved to "10.0.2.0".
  1002. 2016-12-22 21:41:44,826 - [Debug]: Facter: fact "ipaddress6_eth0" has resolved to "fe80::5054:ff:fe22:5b53".
  1003. 2016-12-22 21:41:44,826 - [Debug]: Facter: fact "ipaddress6" has resolved to "fe80::5054:ff:fe22:5b53".
  1004. 2016-12-22 21:41:44,826 - [Debug]: Facter: fact "netmask6_eth0" has resolved to "ffff:ffff:ffff:ffff::".
  1005. 2016-12-22 21:41:44,827 - [Debug]: Facter: fact "netmask6" has resolved to "ffff:ffff:ffff:ffff::".
  1006. 2016-12-22 21:41:44,827 - [Debug]: Facter: fact "network6_eth0" has resolved to "fe80::".
  1007. 2016-12-22 21:41:44,827 - [Debug]: Facter: fact "network6" has resolved to "fe80::".
  1008. 2016-12-22 21:41:44,828 - [Debug]: Facter: fact "macaddress_eth0" has resolved to "52:54:00:22:5b:53".
  1009. 2016-12-22 21:41:44,829 - [Debug]: Facter: fact "macaddress" has resolved to "52:54:00:22:5b:53".
  1010. 2016-12-22 21:41:44,829 - [Debug]: Facter: fact "mtu_eth0" has resolved to 1500.
  1011. 2016-12-22 21:41:44,829 - [Debug]: Facter: fact "ipaddress_eth1" has resolved to "10.0.0.128".
  1012. 2016-12-22 21:41:44,830 - [Debug]: Facter: fact "netmask_eth1" has resolved to "255.255.255.0".
  1013. 2016-12-22 21:41:44,830 - [Debug]: Facter: fact "network_eth1" has resolved to "10.0.0.0".
  1014. 2016-12-22 21:41:44,831 - [Debug]: Facter: fact "ipaddress6_eth1" has resolved to "2601:644:8001:7a9b:a00:27ff:fe75:da7e".
  1015. 2016-12-22 21:41:44,831 - [Debug]: Facter: fact "netmask6_eth1" has resolved to "ffff:ffff:ffff:ffff::".
  1016. 2016-12-22 21:41:44,831 - [Debug]: Facter: fact "network6_eth1" has resolved to "2601:644:8001:7a9b::".
  1017. 2016-12-22 21:41:44,832 - [Debug]: Facter: fact "macaddress_eth1" has resolved to "08:00:27:75:da:7e".
  1018. 2016-12-22 21:41:44,833 - [Debug]: Facter: fact "mtu_eth1" has resolved to 1500.
  1019. 2016-12-22 21:41:44,834 - [Debug]: Facter: fact "ipaddress_lo" has resolved to "127.0.0.1".
  1020. 2016-12-22 21:41:44,835 - [Debug]: Facter: fact "netmask_lo" has resolved to "255.0.0.0".
  1021. 2016-12-22 21:41:44,835 - [Debug]: Facter: fact "network_lo" has resolved to "127.0.0.0".
  1022. 2016-12-22 21:41:44,836 - [Debug]: Facter: fact "ipaddress6_lo" has resolved to "::1".
  1023. 2016-12-22 21:41:44,836 - [Debug]: Facter: fact "netmask6_lo" has resolved to "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff".
  1024. 2016-12-22 21:41:44,837 - [Debug]: Facter: fact "network6_lo" has resolved to "::1".
  1025. 2016-12-22 21:41:44,837 - [Debug]: Facter: fact "mtu_lo" has resolved to 65536.
  1026. 2016-12-22 21:41:44,838 - [Debug]: Facter: fact "hostname" has resolved to "puppetmaster".
  1027. 2016-12-22 21:41:44,838 - [Debug]: Facter: fact "domain" has resolved to "example.com".
  1028. 2016-12-22 21:41:44,838 - [Debug]: Facter: fact "fqdn" has resolved to "puppetmaster.example.com".
  1029. 2016-12-22 21:41:44,839 - [Debug]: Facter: fact "interfaces" has resolved to "eth0,eth1,lo".
  1030. 2016-12-22 21:41:44,839 - [Debug]: Facter: fact "dhcp_servers" has resolved to {
  1031.   eth0 => "10.0.2.2",
  1032.   eth1 => "10.0.0.1",
  1033.   system => "10.0.2.2"
  1034. }.
  1035. 2016-12-22 21:41:44,841 - [Debug]: Facter: fact "networking" has resolved to {
  1036.   dhcp => "10.0.2.2",
  1037.   domain => "example.com",
  1038.   fqdn => "puppetmaster.example.com",
  1039.   hostname => "puppetmaster",
  1040.   interfaces => {
  1041.     eth0 => {
  1042.       bindings => [
  1043.         {
  1044.           address => "10.0.2.15",
  1045.           netmask => "255.255.255.0",
  1046.           network => "10.0.2.0"
  1047.         }
  1048.       ],
  1049.       bindings6 => [
  1050.         {
  1051.           address => "fe80::5054:ff:fe22:5b53",
  1052.           netmask => "ffff:ffff:ffff:ffff::",
  1053.           network => "fe80::"
  1054.         }
  1055.       ],
  1056.       dhcp => "10.0.2.2",
  1057.       ip => "10.0.2.15",
  1058.       ip6 => "fe80::5054:ff:fe22:5b53",
  1059.       mac => "52:54:00:22:5b:53",
  1060.       mtu => 1500,
  1061.       netmask => "255.255.255.0",
  1062.       netmask6 => "ffff:ffff:ffff:ffff::",
  1063.       network => "10.0.2.0",
  1064.       network6 => "fe80::"
  1065.     },
  1066.     eth1 => {
  1067.       bindings => [
  1068.         {
  1069.           address => "10.0.0.128",
  1070.           netmask => "255.255.255.0",
  1071.           network => "10.0.0.0"
  1072.         }
  1073.       ],
  1074.       bindings6 => [
  1075.         {
  1076.           address => "2601:644:8001:7a9b:a00:27ff:fe75:da7e",
  1077.           netmask => "ffff:ffff:ffff:ffff::",
  1078.           network => "2601:644:8001:7a9b::"
  1079.         },
  1080.         {
  1081.           address => "fe80::a00:27ff:fe75:da7e",
  1082.           netmask => "ffff:ffff:ffff:ffff::",
  1083.           network => "fe80::"
  1084.         }
  1085.       ],
  1086.       dhcp => "10.0.0.1",
  1087.       ip => "10.0.0.128",
  1088.       ip6 => "2601:644:8001:7a9b:a00:27ff:fe75:da7e",
  1089.       mac => "08:00:27:75:da:7e",
  1090.       mtu => 1500,
  1091.       netmask => "255.255.255.0",
  1092.       netmask6 => "ffff:ffff:ffff:ffff::",
  1093.       network => "10.0.0.0",
  1094.       network6 => "2601:644:8001:7a9b::"
  1095.     },
  1096.     lo => {
  1097.       bindings => [
  1098.         {
  1099.           address => "127.0.0.1",
  1100.           netmask => "255.0.0.0",
  1101.           network => "127.0.0.0"
  1102.         }
  1103.       ],
  1104.       bindings6 => [
  1105.         {
  1106.           address => "::1",
  1107.           netmask => "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
  1108.           network => "::1"
  1109.         }
  1110.       ],
  1111.       ip => "127.0.0.1",
  1112.       ip6 => "::1",
  1113.       mtu => 65536,
  1114.       netmask => "255.0.0.0",
  1115.       netmask6 => "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
  1116.       network => "127.0.0.0",
  1117.       network6 => "::1"
  1118.     }
  1119.   },
  1120.   ip => "10.0.2.15",
  1121.   ip6 => "fe80::5054:ff:fe22:5b53",
  1122.   mac => "52:54:00:22:5b:53",
  1123.   mtu => 1500,
  1124.   netmask => "255.255.255.0",
  1125.   netmask6 => "ffff:ffff:ffff:ffff::",
  1126.   network => "10.0.2.0",
  1127.   network6 => "fe80::",
  1128.   primary => "eth0"
  1129. }.
  1130. 2016-12-22 21:41:44,841 - [Debug]: Facter: resolving disk facts.
  1131. 2016-12-22 21:41:44,843 - [Debug]: Facter: fact "blockdevice_sda_vendor" has resolved to "ATA".
  1132. 2016-12-22 21:41:44,843 - [Debug]: Facter: fact "blockdevice_sda_model" has resolved to "VBOX HARDDISK".
  1133. 2016-12-22 21:41:44,844 - [Debug]: Facter: fact "blockdevice_sda_size" has resolved to 42949672960.
  1134. 2016-12-22 21:41:44,845 - [Debug]: Facter: fact "blockdevices" has resolved to "sda".
  1135. 2016-12-22 21:41:44,845 - [Debug]: Facter: fact "disks" has resolved to {
  1136.   sda => {
  1137.     model => "VBOX HARDDISK",
  1138.     size => "40.00 GiB",
  1139.     size_bytes => 42949672960,
  1140.     vendor => "ATA"
  1141.   }
  1142. }.
  1143. 2016-12-22 21:41:44,845 - [Debug]: Facter: resolving processor facts.
  1144. 2016-12-22 21:41:44,846 - [Debug]: Facter: executing command: /bin/uname -p
  1145. 2016-12-22 21:41:44,849 - [Debug]: Facter: x86_64
  1146. 2016-12-22 21:41:44,850 - [Debug]: Facter: process exited with status code 0.
  1147. 2016-12-22 21:41:44,855 - [Debug]: Facter: fact "hardwareisa" has resolved to "x86_64".
  1148. 2016-12-22 21:41:44,856 - [Debug]: Facter: fact "processorcount" has resolved to 2.
  1149. 2016-12-22 21:41:44,856 - [Debug]: Facter: fact "physicalprocessorcount" has resolved to 1.
  1150. 2016-12-22 21:41:44,857 - [Debug]: Facter: fact "processor0" has resolved to "Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz".
  1151. 2016-12-22 21:41:44,857 - [Debug]: Facter: fact "processor1" has resolved to "Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz".
  1152. 2016-12-22 21:41:44,857 - [Debug]: Facter: fact "processors" has resolved to {
  1153.   count => 2,
  1154.   isa => "x86_64",
  1155.   models => [
  1156.     "Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz",
  1157.     "Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz"
  1158.   ],
  1159.   physicalcount => 1
  1160. }.
  1161. 2016-12-22 21:41:44,858 - [Debug]: Facter: resolving uptime facts.
  1162. 2016-12-22 21:41:44,858 - [Debug]: Facter: fact "uptime_seconds" has resolved to 1771.
  1163. 2016-12-22 21:41:44,859 - [Debug]: Facter: fact "uptime_hours" has resolved to 0.
  1164. 2016-12-22 21:41:44,859 - [Debug]: Facter: fact "uptime_days" has resolved to 0.
  1165. 2016-12-22 21:41:44,859 - [Debug]: Facter: fact "uptime" has resolved to "0:29 hours".
  1166. 2016-12-22 21:41:44,860 - [Debug]: Facter: fact "system_uptime" has resolved to {
  1167.   days => 0,
  1168.   hours => 0,
  1169.   seconds => 1771,
  1170.   uptime => "0:29 hours"
  1171. }.
  1172. 2016-12-22 21:41:44,860 - [Debug]: Facter: resolving ssh facts.
  1173. 2016-12-22 21:41:44,862 - [Debug]: Facter: ssh_host_dsa_key.pub could not be located.
  1174. 2016-12-22 21:41:44,863 - [Debug]: Facter: fact "sshrsakey" has resolved to "AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXzLR8Zir2ruzjVXlyrWGYxIvae6w6mQT46iReCda8B+BCGVu0Owzc3j6fVM9fy3JSGh8WtD4Qf7m8TyqbmonL0U27LA0L48N/Baqak0+xPc6ns21PDLFT7X5iNwsITtsAx8GZghfqukLNWntKmyX/3/xS32pucSPN/Rbmf6ZeYlPXM5T/fZUnPFDSvBQ6YMK5YVta8/p6E/JVoQBDs6MVe6tPw1f4QZjQemKio9D5W1y35hknC7LBXH793WNUNGTniMc7ocV42UzCmKaqDELTv+KS7k5nHH0Uo3OI62WgT+hGLhF+fv+WiU2scLzyKiLZWxuK30H2Umzyear0xFX".
  1175. 2016-12-22 21:41:44,863 - [Debug]: Facter: fact "sshfp_rsa" has resolved to "SSHFP 1 1 588f7b9f1da9538f30405a559733beb330c0c0b1
  1176. SSHFP 1 2 2896f83e2797e7840638bbccc151432083fcc6c40d61e0e3963af865fd5799f5".
  1177. 2016-12-22 21:41:44,864 - [Debug]: Facter: fact "sshecdsakey" has resolved to "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAQKhcqhEHITr9eKndUTFBglHMdnPleA3zKysuj9teCi/woGoiRfpHiY7tXIPA6Ou4IEEsjeBL78H7irCyxjwZ8=".
  1178. 2016-12-22 21:41:44,864 - [Debug]: Facter: fact "sshfp_ecdsa" has resolved to "SSHFP 3 1 f516dc4427eb694a101bfc205989473aeab737ea
  1179. SSHFP 3 2 d6c83688357f5b3d3c5bc83a05bd7efc3b7768cd4d047e219489240f371bafed".
  1180. 2016-12-22 21:41:44,864 - [Debug]: Facter: fact "sshed25519key" has resolved to "AAAAC3NzaC1lZDI1NTE5AAAAIIenMuyoxlElK4tyNl8Faz1mmo6O8MASQG2USOLaC4Ot".
  1181. 2016-12-22 21:41:44,865 - [Debug]: Facter: fact "sshfp_ed25519" has resolved to "SSHFP 4 1 b5d09598c3e8dd8f4e1e18c7abf83df957793c65
  1182. SSHFP 4 2 f5da442532d2006d5e52dec8efe72ee41952a2032bca068f2e34333590171399".
  1183. 2016-12-22 21:41:44,865 - [Debug]: Facter: fact "ssh" has resolved to {
  1184.   ecdsa => {
  1185.     fingerprints => {
  1186.       sha1 => "SSHFP 3 1 f516dc4427eb694a101bfc205989473aeab737ea",
  1187.       sha256 => "SSHFP 3 2 d6c83688357f5b3d3c5bc83a05bd7efc3b7768cd4d047e219489240f371bafed"
  1188.     },
  1189.     key => "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAQKhcqhEHITr9eKndUTFBglHMdnPleA3zKysuj9teCi/woGoiRfpHiY7tXIPA6Ou4IEEsjeBL78H7irCyxjwZ8="
  1190.   },
  1191.   ed25519 => {
  1192.     fingerprints => {
  1193.       sha1 => "SSHFP 4 1 b5d09598c3e8dd8f4e1e18c7abf83df957793c65",
  1194.       sha256 => "SSHFP 4 2 f5da442532d2006d5e52dec8efe72ee41952a2032bca068f2e34333590171399"
  1195.     },
  1196.     key => "AAAAC3NzaC1lZDI1NTE5AAAAIIenMuyoxlElK4tyNl8Faz1mmo6O8MASQG2USOLaC4Ot"
  1197.   },
  1198.   rsa => {
  1199.     fingerprints => {
  1200.       sha1 => "SSHFP 1 1 588f7b9f1da9538f30405a559733beb330c0c0b1",
  1201.       sha256 => "SSHFP 1 2 2896f83e2797e7840638bbccc151432083fcc6c40d61e0e3963af865fd5799f5"
  1202.     },
  1203.     key => "AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXzLR8Zir2ruzjVXlyrWGYxIvae6w6mQT46iReCda8B+BCGVu0Owzc3j6fVM9fy3JSGh8WtD4Qf7m8TyqbmonL0U27LA0L48N/Baqak0+xPc6ns21PDLFT7X5iNwsITtsAx8GZghfqukLNWntKmyX/3/xS32pucSPN/Rbmf6ZeYlPXM5T/fZUnPFDSvBQ6YMK5YVta8/p6E/JVoQBDs6MVe6tPw1f4QZjQemKio9D5W1y35hknC7LBXH793WNUNGTniMc7ocV42UzCmKaqDELTv+KS7k5nHH0Uo3OI62WgT+hGLhF+fv+WiU2scLzyKiLZWxuK30H2Umzyear0xFX"
  1204.   }
  1205. }.
  1206. 2016-12-22 21:41:44,866 - [Debug]: Facter: resolving id facts.
  1207. 2016-12-22 21:41:44,866 - [Debug]: Facter: fact "id" has resolved to "root".
  1208. 2016-12-22 21:41:44,867 - [Debug]: Facter: fact "gid" has resolved to "root".
  1209. 2016-12-22 21:41:44,867 - [Debug]: Facter: fact "identity" has resolved to {
  1210.   gid => 0,
  1211.   group => "root",
  1212.   privileged => true,
  1213.   uid => 0,
  1214.   user => "root"
  1215. }.
  1216. 2016-12-22 21:41:44,868 - [Debug]: Facter: resolving timezone facts.
  1217. 2016-12-22 21:41:44,868 - [Debug]: Facter: fact "timezone" has resolved to "UTC".
  1218. 2016-12-22 21:41:44,869 - [Debug]: Facter: resolving file system facts.
  1219. 2016-12-22 21:41:44,972 - [Debug]: Facter: fact "mountpoints" has resolved to {
  1220.   / => {
  1221.     available => "33.84 GiB",
  1222.     available_bytes => 36339875840,
  1223.     capacity => "9.63%",
  1224.     device => "/dev/mapper/VolGroup00-LogVol00",
  1225.     filesystem => "xfs",
  1226.     options => [
  1227.       "rw",
  1228.       "seclabel",
  1229.       "relatime",
  1230.       "attr2",
  1231.       "inode64",
  1232.       "noquota"
  1233.     ],
  1234.     size => "37.45 GiB",
  1235.     size_bytes => 40212119552,
  1236.     used => "3.61 GiB",
  1237.     used_bytes => 3872243712
  1238.   },
  1239.   /boot => {
  1240.     available => "925.55 MiB",
  1241.     available_bytes => 970514432,
  1242.     capacity => "8.72%",
  1243.     device => "/dev/sda2",
  1244.     filesystem => "xfs",
  1245.     options => [
  1246.       "rw",
  1247.       "seclabel",
  1248.       "relatime",
  1249.       "attr2",
  1250.       "inode64",
  1251.       "noquota"
  1252.     ],
  1253.     size => "1014.00 MiB",
  1254.     size_bytes => 1063256064,
  1255.     used => "88.45 MiB",
  1256.     used_bytes => 92741632
  1257.   },
  1258.   /dev/shm => {
  1259.     available => "2.34 GiB",
  1260.     available_bytes => 2517110784,
  1261.     capacity => "0%",
  1262.     device => "tmpfs",
  1263.     filesystem => "tmpfs",
  1264.     options => [
  1265.       "rw",
  1266.       "seclabel",
  1267.       "nosuid",
  1268.       "nodev"
  1269.     ],
  1270.     size => "2.34 GiB",
  1271.     size_bytes => 2517110784,
  1272.     used => "0 bytes",
  1273.     used_bytes => 0
  1274.   },
  1275.   /run => {
  1276.     available => "2.34 GiB",
  1277.     available_bytes => 2508410880,
  1278.     capacity => "0.35%",
  1279.     device => "tmpfs",
  1280.     filesystem => "tmpfs",
  1281.     options => [
  1282.       "rw",
  1283.       "seclabel",
  1284.       "nosuid",
  1285.       "nodev",
  1286.       "mode=755"
  1287.     ],
  1288.     size => "2.34 GiB",
  1289.     size_bytes => 2517110784,
  1290.     used => "8.30 MiB",
  1291.     used_bytes => 8699904
  1292.   },
  1293.   /run/user/1000 => {
  1294.     available => "480.10 MiB",
  1295.     available_bytes => 503422976,
  1296.     capacity => "0%",
  1297.     device => "tmpfs",
  1298.     filesystem => "tmpfs",
  1299.     options => [
  1300.       "rw",
  1301.       "seclabel",
  1302.       "nosuid",
  1303.       "nodev",
  1304.       "relatime",
  1305.       "size=491624k",
  1306.       "mode=700",
  1307.       "uid=1000",
  1308.       "gid=1000"
  1309.     ],
  1310.     size => "480.10 MiB",
  1311.     size_bytes => 503422976,
  1312.     used => "0 bytes",
  1313.     used_bytes => 0
  1314.   },
  1315.   /sys/fs/cgroup => {
  1316.     available => "2.34 GiB",
  1317.     available_bytes => 2517110784,
  1318.     capacity => "0%",
  1319.     device => "tmpfs",
  1320.     filesystem => "tmpfs",
  1321.     options => [
  1322.       "ro",
  1323.       "seclabel",
  1324.       "nosuid",
  1325.       "nodev",
  1326.       "noexec",
  1327.       "mode=755"
  1328.     ],
  1329.     size => "2.34 GiB",
  1330.     size_bytes => 2517110784,
  1331.     used => "0 bytes",
  1332.     used_bytes => 0
  1333.   }
  1334. }.
  1335. 2016-12-22 21:41:44,972 - [Debug]: Facter: fact "filesystems" has resolved to "xfs".
  1336. 2016-12-22 21:41:44,973 - [Debug]: Facter: fact "partitions" has resolved to {
  1337.   /dev/mapper/VolGroup00-LogVol00 => {
  1338.     filesystem => "xfs",
  1339.     mount => "/",
  1340.     size => "37.47 GiB",
  1341.     size_bytes => 40231763968,
  1342.     uuid => "1ec07b98-d2e3-4aeb-97f2-3f28294d7fde"
  1343.   },
  1344.   /dev/mapper/VolGroup00-LogVol01 => {
  1345.     filesystem => "swap",
  1346.     size => "1.50 GiB",
  1347.     size_bytes => 1610612736,
  1348.     uuid => "cb52bc40-b07f-47f4-9f63-06e53bba01bf"
  1349.   },
  1350.   /dev/sda1 => {
  1351.     size => "1.00 MiB",
  1352.     size_bytes => 1048576
  1353.   },
  1354.   /dev/sda2 => {
  1355.     filesystem => "xfs",
  1356.     mount => "/boot",
  1357.     size => "1.00 GiB",
  1358.     size_bytes => 1073741824,
  1359.     uuid => "34f47d55-0163-4525-af1c-54c0d4d082ed"
  1360.   },
  1361.   /dev/sda3 => {
  1362.     filesystem => "LVM2_member",
  1363.     size => "39.00 GiB",
  1364.     size_bytes => 41873833984,
  1365.     uuid => "jJmLbS-0Zc5-cyR5-hXP8-7Yer-yWB8-5uQfGL"
  1366.   }
  1367. }.
  1368. 2016-12-22 21:41:44,973 - [Debug]: Facter: resolving memory facts.
  1369. 2016-12-22 21:41:44,974 - [Debug]: Facter: fact "memoryfree" has resolved to "4.37 GiB".
  1370. 2016-12-22 21:41:44,975 - [Debug]: Facter: fact "memoryfree_mb" has resolved to 4477.2.
  1371. 2016-12-22 21:41:44,976 - [Debug]: Facter: fact "memorysize" has resolved to "4.69 GiB".
  1372. 2016-12-22 21:41:44,976 - [Debug]: Facter: fact "memorysize_mb" has resolved to 4801.01.
  1373. 2016-12-22 21:41:44,976 - [Debug]: Facter: fact "swapfree" has resolved to "1.50 GiB".
  1374. 2016-12-22 21:41:44,977 - [Debug]: Facter: fact "swapfree_mb" has resolved to 1536.
  1375. 2016-12-22 21:41:44,978 - [Debug]: Facter: fact "swapsize" has resolved to "1.50 GiB".
  1376. 2016-12-22 21:41:44,978 - [Debug]: Facter: fact "swapsize_mb" has resolved to 1536.
  1377. 2016-12-22 21:41:44,978 - [Debug]: Facter: fact "memory" has resolved to {
  1378.   swap => {
  1379.     available => "1.50 GiB",
  1380.     available_bytes => 1610608640,
  1381.     capacity => "0%",
  1382.     total => "1.50 GiB",
  1383.     total_bytes => 1610608640,
  1384.     used => "0 bytes",
  1385.     used_bytes => 0
  1386.   },
  1387.   system => {
  1388.     available => "4.37 GiB",
  1389.     available_bytes => 4694679552,
  1390.     capacity => "6.74%",
  1391.     total => "4.69 GiB",
  1392.     total_bytes => 5034221568,
  1393.     used => "323.81 MiB",
  1394.     used_bytes => 339542016
  1395.   }
  1396. }.
  1397. 2016-12-22 21:41:44,979 - [Debug]: Facter: resolving load_average facts.
  1398. 2016-12-22 21:41:44,979 - [Debug]: Facter: fact "load_averages" has resolved to {
  1399.   15m => 0.15,
  1400.   1m => 0.87,
  1401.   5m => 0.34
  1402. }.
  1403. 2016-12-22 21:41:44,980 - [Debug]: Facter: resolving Xen facts.
  1404. 2016-12-22 21:41:45,516 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/pe_install/manifests/init.pp' in environment production
  1405. 2016-12-22 21:41:45,540 - [Debug]: Automatically imported pe_install from pe_install into production
  1406. 2016-12-22 21:41:45,541 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/manifests/init.pp' in environment production
  1407. 2016-12-22 21:41:45,580 - [Debug]: Automatically imported puppet_enterprise from puppet_enterprise into production
  1408. 2016-12-22 21:41:45,582 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/manifests/params.pp' in environment production
  1409. 2016-12-22 21:41:45,666 - [Debug]: Automatically imported puppet_enterprise::params from puppet_enterprise/params into production
  1410. 2016-12-22 21:41:46,102 - [Debug]: Performing a hiera indirector lookup of lookup_options with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::HashMergeStrategy:0x00000002daef10 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002d79f90 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002d79fb8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002d7a008 @type=#<Puppet::Pops::Types::PStringType:0x00000002d7a058 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002d7a210 @type=#<Puppet::Pops::Types::PPatternType:0x00000002d7a260 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002d7a3a0 @pattern="hash", @regexp=/hash/>]>>>]>, @options={}>}
  1411. 2016-12-22 21:41:46,110 - [Debug]: hiera(): Hiera HOCON backend starting
  1412. 2016-12-22 21:41:46,110 - [Debug]: hiera(): Looking up lookup_options in HOCON backend
  1413. 2016-12-22 21:41:46,111 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1414. 2016-12-22 21:41:46,111 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1415. 2016-12-22 21:41:46,112 - [Debug]: hiera(): Looking for data source pe
  1416. 2016-12-22 21:41:46,116 - [Debug]: hiera(): Looking for data source common
  1417. 2016-12-22 21:41:46,116 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1418. 2016-12-22 21:41:46,117 - [Debug]: hiera(): Hiera YAML backend starting
  1419. 2016-12-22 21:41:46,117 - [Debug]: hiera(): Looking up lookup_options in YAML backend
  1420. 2016-12-22 21:41:46,120 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1421. 2016-12-22 21:41:46,120 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1422. 2016-12-22 21:41:46,120 - [Debug]: hiera(): Looking for data source pe
  1423. 2016-12-22 21:41:46,120 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1424. 2016-12-22 21:41:46,121 - [Debug]: hiera(): Looking for data source common
  1425. 2016-12-22 21:41:46,121 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1426. 2016-12-22 21:41:46,564 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::puppet_master_host with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002a69170 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002a4ef50 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002a4efc8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002a4eff0 @type=#<Puppet::Pops::Types::PStringType:0x00000002a4f068 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002a4f270 @type=#<Puppet::Pops::Types::PPatternType:0x00000002a4f2c0 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002a4f6d0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1427. 2016-12-22 21:41:46,565 - [Debug]: hiera(): Looking up puppet_enterprise::puppet_master_host in HOCON backend
  1428. 2016-12-22 21:41:46,566 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1429. 2016-12-22 21:41:46,566 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1430. 2016-12-22 21:41:46,566 - [Debug]: hiera(): Looking for data source pe
  1431. 2016-12-22 21:41:46,566 - [Debug]: hiera(): Found puppet_enterprise::puppet_master_host in pe
  1432. 2016-12-22 21:41:46,570 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::certificate_authority_host with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000029e53e8 @options_t=#<Puppet::Pops::Types::PStructType:0x000000029cc578 @elements=[#<Puppet::Pops::Types::PStructElement:0x000000029cc5f0 @key_type=#<Puppet::Pops::Types::POptionalType:0x000000029cc668 @type=#<Puppet::Pops::Types::PStringType:0x000000029cc6e0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x000000029ccb68 @type=#<Puppet::Pops::Types::PPatternType:0x000000029ccc58 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x000000029cd0b8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1433. 2016-12-22 21:41:46,571 - [Debug]: hiera(): Looking up puppet_enterprise::certificate_authority_host in HOCON backend
  1434. 2016-12-22 21:41:46,571 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1435. 2016-12-22 21:41:46,572 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1436. 2016-12-22 21:41:46,572 - [Debug]: hiera(): Looking for data source pe
  1437. 2016-12-22 21:41:46,572 - [Debug]: hiera(): Looking for data source common
  1438. 2016-12-22 21:41:46,573 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1439. 2016-12-22 21:41:46,573 - [Debug]: hiera(): Looking up puppet_enterprise::certificate_authority_host in YAML backend
  1440. 2016-12-22 21:41:46,574 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1441. 2016-12-22 21:41:46,574 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1442. 2016-12-22 21:41:46,574 - [Debug]: hiera(): Looking for data source pe
  1443. 2016-12-22 21:41:46,574 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1444. 2016-12-22 21:41:46,575 - [Debug]: hiera(): Looking for data source common
  1445. 2016-12-22 21:41:46,575 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1446. 2016-12-22 21:41:46,578 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::mcollective_middleware_hosts with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x0000000295a130 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002954f78 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002954fa0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002954fc8 @type=#<Puppet::Pops::Types::PStringType:0x00000002955018 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002955298 @type=#<Puppet::Pops::Types::PPatternType:0x000000029552e8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002955590 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1447. 2016-12-22 21:41:46,578 - [Debug]: hiera(): Looking up puppet_enterprise::mcollective_middleware_hosts in HOCON backend
  1448. 2016-12-22 21:41:46,579 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1449. 2016-12-22 21:41:46,580 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1450. 2016-12-22 21:41:46,580 - [Debug]: hiera(): Looking for data source pe
  1451. 2016-12-22 21:41:46,580 - [Debug]: hiera(): Looking for data source common
  1452. 2016-12-22 21:41:46,581 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1453. 2016-12-22 21:41:46,581 - [Debug]: hiera(): Looking up puppet_enterprise::mcollective_middleware_hosts in YAML backend
  1454. 2016-12-22 21:41:46,583 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1455. 2016-12-22 21:41:46,583 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1456. 2016-12-22 21:41:46,584 - [Debug]: hiera(): Looking for data source pe
  1457. 2016-12-22 21:41:46,585 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1458. 2016-12-22 21:41:46,586 - [Debug]: hiera(): Looking for data source common
  1459. 2016-12-22 21:41:46,586 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1460. 2016-12-22 21:41:46,588 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::pcp_broker_host with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000021d14b8 @options_t=#<Puppet::Pops::Types::PStructType:0x000000021c5f78 @elements=[#<Puppet::Pops::Types::PStructElement:0x000000021c5fa0 @key_type=#<Puppet::Pops::Types::POptionalType:0x000000021c6018 @type=#<Puppet::Pops::Types::PStringType:0x000000021c60e0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x000000021c64a0 @type=#<Puppet::Pops::Types::PPatternType:0x000000021c6680 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x000000021c6db0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1461. 2016-12-22 21:41:46,589 - [Debug]: hiera(): Looking up puppet_enterprise::pcp_broker_host in HOCON backend
  1462. 2016-12-22 21:41:46,589 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1463. 2016-12-22 21:41:46,590 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1464. 2016-12-22 21:41:46,590 - [Debug]: hiera(): Looking for data source pe
  1465. 2016-12-22 21:41:46,591 - [Debug]: hiera(): Looking for data source common
  1466. 2016-12-22 21:41:46,591 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1467. 2016-12-22 21:41:46,592 - [Debug]: hiera(): Looking up puppet_enterprise::pcp_broker_host in YAML backend
  1468. 2016-12-22 21:41:46,593 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1469. 2016-12-22 21:41:46,594 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1470. 2016-12-22 21:41:46,594 - [Debug]: hiera(): Looking for data source pe
  1471. 2016-12-22 21:41:46,594 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1472. 2016-12-22 21:41:46,595 - [Debug]: hiera(): Looking for data source common
  1473. 2016-12-22 21:41:46,595 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1474. 2016-12-22 21:41:46,598 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::console_host with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x0000000218bf08 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002180450 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002180478 @key_type=#<Puppet::Pops::Types::POptionalType:0x000000021804a0 @type=#<Puppet::Pops::Types::PStringType:0x000000021804f0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x000000021806d0 @type=#<Puppet::Pops::Types::PPatternType:0x00000002180798 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002180928 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1475. 2016-12-22 21:41:46,599 - [Debug]: hiera(): Looking up puppet_enterprise::console_host in HOCON backend
  1476. 2016-12-22 21:41:46,603 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1477. 2016-12-22 21:41:46,604 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1478. 2016-12-22 21:41:46,605 - [Debug]: hiera(): Looking for data source pe
  1479. 2016-12-22 21:41:46,605 - [Debug]: hiera(): Looking for data source common
  1480. 2016-12-22 21:41:46,606 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1481. 2016-12-22 21:41:46,606 - [Debug]: hiera(): Looking up puppet_enterprise::console_host in YAML backend
  1482. 2016-12-22 21:41:46,607 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1483. 2016-12-22 21:41:46,608 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1484. 2016-12-22 21:41:46,608 - [Debug]: hiera(): Looking for data source pe
  1485. 2016-12-22 21:41:46,608 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1486. 2016-12-22 21:41:46,608 - [Debug]: hiera(): Looking for data source common
  1487. 2016-12-22 21:41:46,609 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1488. 2016-12-22 21:41:46,611 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::puppetdb_host with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000020eeeb0 @options_t=#<Puppet::Pops::Types::PStructType:0x000000020e4de8 @elements=[#<Puppet::Pops::Types::PStructElement:0x000000020e4e10 @key_type=#<Puppet::Pops::Types::POptionalType:0x000000020e4e60 @type=#<Puppet::Pops::Types::PStringType:0x000000020e5068 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x000000020e5338 @type=#<Puppet::Pops::Types::PPatternType:0x000000020e5428 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x000000020e57c0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1489. 2016-12-22 21:41:46,612 - [Debug]: hiera(): Looking up puppet_enterprise::puppetdb_host in HOCON backend
  1490. 2016-12-22 21:41:46,613 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1491. 2016-12-22 21:41:46,613 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1492. 2016-12-22 21:41:46,614 - [Debug]: hiera(): Looking for data source pe
  1493. 2016-12-22 21:41:46,614 - [Debug]: hiera(): Looking for data source common
  1494. 2016-12-22 21:41:46,614 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1495. 2016-12-22 21:41:46,615 - [Debug]: hiera(): Looking up puppet_enterprise::puppetdb_host in YAML backend
  1496. 2016-12-22 21:41:46,616 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1497. 2016-12-22 21:41:46,616 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1498. 2016-12-22 21:41:46,617 - [Debug]: hiera(): Looking for data source pe
  1499. 2016-12-22 21:41:46,618 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1500. 2016-12-22 21:41:46,618 - [Debug]: hiera(): Looking for data source common
  1501. 2016-12-22 21:41:46,618 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1502. 2016-12-22 21:41:46,622 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::database_host with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x0000000209ea00 @options_t=#<Puppet::Pops::Types::PStructType:0x0000000207a7b8 @elements=[#<Puppet::Pops::Types::PStructElement:0x0000000207a808 @key_type=#<Puppet::Pops::Types::POptionalType:0x0000000207a830 @type=#<Puppet::Pops::Types::PStringType:0x0000000207abc8 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x0000000207add0 @type=#<Puppet::Pops::Types::PPatternType:0x0000000207aec0 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x0000000207b140 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1503. 2016-12-22 21:41:46,622 - [Debug]: hiera(): Looking up puppet_enterprise::database_host in HOCON backend
  1504. 2016-12-22 21:41:46,623 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1505. 2016-12-22 21:41:46,623 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1506. 2016-12-22 21:41:46,624 - [Debug]: hiera(): Looking for data source pe
  1507. 2016-12-22 21:41:46,624 - [Debug]: hiera(): Looking for data source common
  1508. 2016-12-22 21:41:46,625 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1509. 2016-12-22 21:41:46,625 - [Debug]: hiera(): Looking up puppet_enterprise::database_host in YAML backend
  1510. 2016-12-22 21:41:46,626 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1511. 2016-12-22 21:41:46,626 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1512. 2016-12-22 21:41:46,627 - [Debug]: hiera(): Looking for data source pe
  1513. 2016-12-22 21:41:46,627 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1514. 2016-12-22 21:41:46,627 - [Debug]: hiera(): Looking for data source common
  1515. 2016-12-22 21:41:46,628 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1516. 2016-12-22 21:41:46,631 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::certificate_authority_port with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002015ca0 @options_t=#<Puppet::Pops::Types::PStructType:0x00000001ff66c0 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000001ff6710 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000001ff6738 @type=#<Puppet::Pops::Types::PStringType:0x00000001ff6788 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000001ff69b8 @type=#<Puppet::Pops::Types::PPatternType:0x00000001ff6a08 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000001ff6b48 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1517. 2016-12-22 21:41:46,632 - [Debug]: hiera(): Looking up puppet_enterprise::certificate_authority_port in HOCON backend
  1518. 2016-12-22 21:41:46,633 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1519. 2016-12-22 21:41:46,633 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1520. 2016-12-22 21:41:46,633 - [Debug]: hiera(): Looking for data source pe
  1521. 2016-12-22 21:41:46,636 - [Debug]: hiera(): Looking for data source common
  1522. 2016-12-22 21:41:46,636 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1523. 2016-12-22 21:41:46,637 - [Debug]: hiera(): Looking up puppet_enterprise::certificate_authority_port in YAML backend
  1524. 2016-12-22 21:41:46,639 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1525. 2016-12-22 21:41:46,640 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1526. 2016-12-22 21:41:46,640 - [Debug]: hiera(): Looking for data source pe
  1527. 2016-12-22 21:41:46,640 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1528. 2016-12-22 21:41:46,641 - [Debug]: hiera(): Looking for data source common
  1529. 2016-12-22 21:41:46,641 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1530. 2016-12-22 21:41:46,643 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::puppet_master_port with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000001f52bb0 @options_t=#<Puppet::Pops::Types::PStructType:0x00000001f23c70 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000001f23c98 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000001f23d38 @type=#<Puppet::Pops::Types::PStringType:0x00000001f24058 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000001f24558 @type=#<Puppet::Pops::Types::PPatternType:0x00000001f24670 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000001f24b70 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1531. 2016-12-22 21:41:46,644 - [Debug]: hiera(): Looking up puppet_enterprise::puppet_master_port in HOCON backend
  1532. 2016-12-22 21:41:46,645 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1533. 2016-12-22 21:41:46,646 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1534. 2016-12-22 21:41:46,646 - [Debug]: hiera(): Looking for data source pe
  1535. 2016-12-22 21:41:46,646 - [Debug]: hiera(): Looking for data source common
  1536. 2016-12-22 21:41:46,647 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1537. 2016-12-22 21:41:46,647 - [Debug]: hiera(): Looking up puppet_enterprise::puppet_master_port in YAML backend
  1538. 2016-12-22 21:41:46,648 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1539. 2016-12-22 21:41:46,649 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1540. 2016-12-22 21:41:46,649 - [Debug]: hiera(): Looking for data source pe
  1541. 2016-12-22 21:41:46,650 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1542. 2016-12-22 21:41:46,653 - [Debug]: hiera(): Looking for data source common
  1543. 2016-12-22 21:41:46,653 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1544. 2016-12-22 21:41:46,656 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::console_port with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000001926638 @options_t=#<Puppet::Pops::Types::PStructType:0x0000000191c430 @elements=[#<Puppet::Pops::Types::PStructElement:0x0000000191c458 @key_type=#<Puppet::Pops::Types::POptionalType:0x0000000191c4d0 @type=#<Puppet::Pops::Types::PStringType:0x0000000191c638 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x0000000191c778 @type=#<Puppet::Pops::Types::PPatternType:0x0000000191c840 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x0000000191cae8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1545. 2016-12-22 21:41:46,657 - [Debug]: hiera(): Looking up puppet_enterprise::console_port in HOCON backend
  1546. 2016-12-22 21:41:46,658 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1547. 2016-12-22 21:41:46,658 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1548. 2016-12-22 21:41:46,658 - [Debug]: hiera(): Looking for data source pe
  1549. 2016-12-22 21:41:46,659 - [Debug]: hiera(): Looking for data source common
  1550. 2016-12-22 21:41:46,659 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1551. 2016-12-22 21:41:46,660 - [Debug]: hiera(): Looking up puppet_enterprise::console_port in YAML backend
  1552. 2016-12-22 21:41:46,661 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1553. 2016-12-22 21:41:46,661 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1554. 2016-12-22 21:41:46,661 - [Debug]: hiera(): Looking for data source pe
  1555. 2016-12-22 21:41:46,662 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1556. 2016-12-22 21:41:46,662 - [Debug]: hiera(): Looking for data source common
  1557. 2016-12-22 21:41:46,663 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1558. 2016-12-22 21:41:46,681 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::api_port with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000014ee278 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003b457a0 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003b457c8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003b457f0 @type=#<Puppet::Pops::Types::PStringType:0x00000003b45840 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003b45958 @type=#<Puppet::Pops::Types::PPatternType:0x00000003b459a8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003b45b10 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1559. 2016-12-22 21:41:46,681 - [Debug]: hiera(): Looking up puppet_enterprise::api_port in HOCON backend
  1560. 2016-12-22 21:41:46,683 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1561. 2016-12-22 21:41:46,683 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1562. 2016-12-22 21:41:46,684 - [Debug]: hiera(): Looking for data source pe
  1563. 2016-12-22 21:41:46,684 - [Debug]: hiera(): Looking for data source common
  1564. 2016-12-22 21:41:46,685 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1565. 2016-12-22 21:41:46,686 - [Debug]: hiera(): Looking up puppet_enterprise::api_port in YAML backend
  1566. 2016-12-22 21:41:46,687 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1567. 2016-12-22 21:41:46,688 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1568. 2016-12-22 21:41:46,688 - [Debug]: hiera(): Looking for data source pe
  1569. 2016-12-22 21:41:46,688 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1570. 2016-12-22 21:41:46,689 - [Debug]: hiera(): Looking for data source common
  1571. 2016-12-22 21:41:46,689 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1572. 2016-12-22 21:41:46,693 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::dashboard_port with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000004138ec8 @options_t=#<Puppet::Pops::Types::PStructType:0x000000041315d8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000004131600 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000004131628 @type=#<Puppet::Pops::Types::PStringType:0x00000004131678 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x000000041317b8 @type=#<Puppet::Pops::Types::PPatternType:0x00000004131808 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000004131970 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1573. 2016-12-22 21:41:46,694 - [Debug]: hiera(): Looking up puppet_enterprise::dashboard_port in HOCON backend
  1574. 2016-12-22 21:41:46,694 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1575. 2016-12-22 21:41:46,695 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1576. 2016-12-22 21:41:46,695 - [Debug]: hiera(): Looking for data source pe
  1577. 2016-12-22 21:41:46,696 - [Debug]: hiera(): Looking for data source common
  1578. 2016-12-22 21:41:46,697 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1579. 2016-12-22 21:41:46,697 - [Debug]: hiera(): Looking up puppet_enterprise::dashboard_port in YAML backend
  1580. 2016-12-22 21:41:46,698 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1581. 2016-12-22 21:41:46,698 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1582. 2016-12-22 21:41:46,699 - [Debug]: hiera(): Looking for data source pe
  1583. 2016-12-22 21:41:46,699 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1584. 2016-12-22 21:41:46,700 - [Debug]: hiera(): Looking for data source common
  1585. 2016-12-22 21:41:46,700 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1586. 2016-12-22 21:41:46,706 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::puppetdb_port with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x0000000411ac20 @options_t=#<Puppet::Pops::Types::PStructType:0x00000004112db8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000004112e30 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000004112f48 @type=#<Puppet::Pops::Types::PStringType:0x00000004112fe8 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x000000041132e0 @type=#<Puppet::Pops::Types::PPatternType:0x00000004113358 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000004113470 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1587. 2016-12-22 21:41:46,707 - [Debug]: hiera(): Looking up puppet_enterprise::puppetdb_port in HOCON backend
  1588. 2016-12-22 21:41:46,708 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1589. 2016-12-22 21:41:46,708 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1590. 2016-12-22 21:41:46,709 - [Debug]: hiera(): Looking for data source pe
  1591. 2016-12-22 21:41:46,709 - [Debug]: hiera(): Looking for data source common
  1592. 2016-12-22 21:41:46,709 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1593. 2016-12-22 21:41:46,710 - [Debug]: hiera(): Looking up puppet_enterprise::puppetdb_port in YAML backend
  1594. 2016-12-22 21:41:46,712 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1595. 2016-12-22 21:41:46,712 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1596. 2016-12-22 21:41:46,713 - [Debug]: hiera(): Looking for data source pe
  1597. 2016-12-22 21:41:46,713 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1598. 2016-12-22 21:41:46,713 - [Debug]: hiera(): Looking for data source common
  1599. 2016-12-22 21:41:46,714 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1600. 2016-12-22 21:41:46,717 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::database_port with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000040f3878 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003bb20a8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003bb20d0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003bb20f8 @type=#<Puppet::Pops::Types::PStringType:0x00000003bb2170 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003bb2260 @type=#<Puppet::Pops::Types::PPatternType:0x00000003bb22b0 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003bb23f0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1601. 2016-12-22 21:41:46,718 - [Debug]: hiera(): Looking up puppet_enterprise::database_port in HOCON backend
  1602. 2016-12-22 21:41:46,719 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1603. 2016-12-22 21:41:46,719 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1604. 2016-12-22 21:41:46,720 - [Debug]: hiera(): Looking for data source pe
  1605. 2016-12-22 21:41:46,720 - [Debug]: hiera(): Looking for data source common
  1606. 2016-12-22 21:41:46,720 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1607. 2016-12-22 21:41:46,720 - [Debug]: hiera(): Looking up puppet_enterprise::database_port in YAML backend
  1608. 2016-12-22 21:41:46,722 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1609. 2016-12-22 21:41:46,722 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1610. 2016-12-22 21:41:46,722 - [Debug]: hiera(): Looking for data source pe
  1611. 2016-12-22 21:41:46,723 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1612. 2016-12-22 21:41:46,723 - [Debug]: hiera(): Looking for data source common
  1613. 2016-12-22 21:41:46,723 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1614. 2016-12-22 21:41:46,726 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::dashboard_database_name with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003b7e168 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003b75a68 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003b75a90 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003b75ab8 @type=#<Puppet::Pops::Types::PStringType:0x00000003b75c20 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003b75dd8 @type=#<Puppet::Pops::Types::PPatternType:0x00000003b75e28 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003b760d0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1615. 2016-12-22 21:41:46,727 - [Debug]: hiera(): Looking up puppet_enterprise::dashboard_database_name in HOCON backend
  1616. 2016-12-22 21:41:46,728 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1617. 2016-12-22 21:41:46,728 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1618. 2016-12-22 21:41:46,728 - [Debug]: hiera(): Looking for data source pe
  1619. 2016-12-22 21:41:46,729 - [Debug]: hiera(): Looking for data source common
  1620. 2016-12-22 21:41:46,729 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1621. 2016-12-22 21:41:46,729 - [Debug]: hiera(): Looking up puppet_enterprise::dashboard_database_name in YAML backend
  1622. 2016-12-22 21:41:46,730 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1623. 2016-12-22 21:41:46,731 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1624. 2016-12-22 21:41:46,731 - [Debug]: hiera(): Looking for data source pe
  1625. 2016-12-22 21:41:46,731 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1626. 2016-12-22 21:41:46,732 - [Debug]: hiera(): Looking for data source common
  1627. 2016-12-22 21:41:46,732 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1628. 2016-12-22 21:41:46,737 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::dashboard_database_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003b586c0 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003b54598 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003b54020 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003b54070 @type=#<Puppet::Pops::Types::PStringType:0x00000003b540e8 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003b54228 @type=#<Puppet::Pops::Types::PPatternType:0x00000003b54278 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003b54480 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1629. 2016-12-22 21:41:46,738 - [Debug]: hiera(): Looking up puppet_enterprise::dashboard_database_user in HOCON backend
  1630. 2016-12-22 21:41:46,738 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1631. 2016-12-22 21:41:46,739 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1632. 2016-12-22 21:41:46,739 - [Debug]: hiera(): Looking for data source pe
  1633. 2016-12-22 21:41:46,740 - [Debug]: hiera(): Looking for data source common
  1634. 2016-12-22 21:41:46,740 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1635. 2016-12-22 21:41:46,740 - [Debug]: hiera(): Looking up puppet_enterprise::dashboard_database_user in YAML backend
  1636. 2016-12-22 21:41:46,741 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1637. 2016-12-22 21:41:46,742 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1638. 2016-12-22 21:41:46,742 - [Debug]: hiera(): Looking for data source pe
  1639. 2016-12-22 21:41:46,743 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1640. 2016-12-22 21:41:46,743 - [Debug]: hiera(): Looking for data source common
  1641. 2016-12-22 21:41:46,743 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1642. 2016-12-22 21:41:46,747 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::dashboard_database_password with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000039f1db8 @options_t=#<Puppet::Pops::Types::PStructType:0x000000039ee730 @elements=[#<Puppet::Pops::Types::PStructElement:0x000000039ee758 @key_type=#<Puppet::Pops::Types::POptionalType:0x000000039ee780 @type=#<Puppet::Pops::Types::PStringType:0x000000039ee7d0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x000000039ee8c0 @type=#<Puppet::Pops::Types::PPatternType:0x000000039ee938 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x000000039eea78 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1643. 2016-12-22 21:41:46,747 - [Debug]: hiera(): Looking up puppet_enterprise::dashboard_database_password in HOCON backend
  1644. 2016-12-22 21:41:46,748 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1645. 2016-12-22 21:41:46,748 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1646. 2016-12-22 21:41:46,748 - [Debug]: hiera(): Looking for data source pe
  1647. 2016-12-22 21:41:46,748 - [Debug]: hiera(): Looking for data source common
  1648. 2016-12-22 21:41:46,748 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1649. 2016-12-22 21:41:46,749 - [Debug]: hiera(): Looking up puppet_enterprise::dashboard_database_password in YAML backend
  1650. 2016-12-22 21:41:46,750 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1651. 2016-12-22 21:41:46,750 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1652. 2016-12-22 21:41:46,751 - [Debug]: hiera(): Looking for data source pe
  1653. 2016-12-22 21:41:46,751 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1654. 2016-12-22 21:41:46,751 - [Debug]: hiera(): Looking for data source common
  1655. 2016-12-22 21:41:46,752 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1656. 2016-12-22 21:41:46,755 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::puppetdb_database_name with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000040aaad8 @options_t=#<Puppet::Pops::Types::PStructType:0x0000000409a1b0 @elements=[#<Puppet::Pops::Types::PStructElement:0x0000000409a1d8 @key_type=#<Puppet::Pops::Types::POptionalType:0x0000000409a200 @type=#<Puppet::Pops::Types::PStringType:0x0000000409a250 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x0000000409a340 @type=#<Puppet::Pops::Types::PPatternType:0x0000000409a390 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x0000000409a4f8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1657. 2016-12-22 21:41:46,756 - [Debug]: hiera(): Looking up puppet_enterprise::puppetdb_database_name in HOCON backend
  1658. 2016-12-22 21:41:46,757 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1659. 2016-12-22 21:41:46,757 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1660. 2016-12-22 21:41:46,757 - [Debug]: hiera(): Looking for data source pe
  1661. 2016-12-22 21:41:46,758 - [Debug]: hiera(): Looking for data source common
  1662. 2016-12-22 21:41:46,758 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1663. 2016-12-22 21:41:46,758 - [Debug]: hiera(): Looking up puppet_enterprise::puppetdb_database_name in YAML backend
  1664. 2016-12-22 21:41:46,760 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1665. 2016-12-22 21:41:46,760 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1666. 2016-12-22 21:41:46,761 - [Debug]: hiera(): Looking for data source pe
  1667. 2016-12-22 21:41:46,761 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1668. 2016-12-22 21:41:46,761 - [Debug]: hiera(): Looking for data source common
  1669. 2016-12-22 21:41:46,761 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1670. 2016-12-22 21:41:46,765 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::puppetdb_database_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000004053af8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000004050358 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000004050380 @key_type=#<Puppet::Pops::Types::POptionalType:0x000000040503a8 @type=#<Puppet::Pops::Types::PStringType:0x00000004050420 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000004050510 @type=#<Puppet::Pops::Types::PPatternType:0x00000004050560 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x000000040506c8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1671. 2016-12-22 21:41:46,765 - [Debug]: hiera(): Looking up puppet_enterprise::puppetdb_database_user in HOCON backend
  1672. 2016-12-22 21:41:46,766 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1673. 2016-12-22 21:41:46,767 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1674. 2016-12-22 21:41:46,768 - [Debug]: hiera(): Looking for data source pe
  1675. 2016-12-22 21:41:46,769 - [Debug]: hiera(): Looking for data source common
  1676. 2016-12-22 21:41:46,770 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1677. 2016-12-22 21:41:46,770 - [Debug]: hiera(): Looking up puppet_enterprise::puppetdb_database_user in YAML backend
  1678. 2016-12-22 21:41:46,771 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1679. 2016-12-22 21:41:46,771 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1680. 2016-12-22 21:41:46,771 - [Debug]: hiera(): Looking for data source pe
  1681. 2016-12-22 21:41:46,771 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1682. 2016-12-22 21:41:46,772 - [Debug]: hiera(): Looking for data source common
  1683. 2016-12-22 21:41:46,772 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1684. 2016-12-22 21:41:46,775 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::puppetdb_database_password with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003fd32e0 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003fcda98 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003fcdac0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003fcdb38 @type=#<Puppet::Pops::Types::PStringType:0x00000003fcdc28 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003fcdd18 @type=#<Puppet::Pops::Types::PPatternType:0x00000003fcdd90 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003fcdfe8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1685. 2016-12-22 21:41:46,776 - [Debug]: hiera(): Looking up puppet_enterprise::puppetdb_database_password in HOCON backend
  1686. 2016-12-22 21:41:46,777 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1687. 2016-12-22 21:41:46,777 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1688. 2016-12-22 21:41:46,778 - [Debug]: hiera(): Looking for data source pe
  1689. 2016-12-22 21:41:46,778 - [Debug]: hiera(): Looking for data source common
  1690. 2016-12-22 21:41:46,778 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1691. 2016-12-22 21:41:46,779 - [Debug]: hiera(): Looking up puppet_enterprise::puppetdb_database_password in YAML backend
  1692. 2016-12-22 21:41:46,781 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1693. 2016-12-22 21:41:46,781 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1694. 2016-12-22 21:41:46,781 - [Debug]: hiera(): Looking for data source pe
  1695. 2016-12-22 21:41:46,781 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1696. 2016-12-22 21:41:46,781 - [Debug]: hiera(): Looking for data source common
  1697. 2016-12-22 21:41:46,782 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1698. 2016-12-22 21:41:46,786 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::classifier_database_name with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003f7a8c0 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003f685d0 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003f68620 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003f68710 @type=#<Puppet::Pops::Types::PStringType:0x00000003f68800 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003f68b70 @type=#<Puppet::Pops::Types::PPatternType:0x00000003f68c10 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003f68da0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1699. 2016-12-22 21:41:46,786 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_database_name in HOCON backend
  1700. 2016-12-22 21:41:46,787 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1701. 2016-12-22 21:41:46,788 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1702. 2016-12-22 21:41:46,788 - [Debug]: hiera(): Looking for data source pe
  1703. 2016-12-22 21:41:46,788 - [Debug]: hiera(): Looking for data source common
  1704. 2016-12-22 21:41:46,789 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1705. 2016-12-22 21:41:46,789 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_database_name in YAML backend
  1706. 2016-12-22 21:41:46,790 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1707. 2016-12-22 21:41:46,790 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1708. 2016-12-22 21:41:46,791 - [Debug]: hiera(): Looking for data source pe
  1709. 2016-12-22 21:41:46,791 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1710. 2016-12-22 21:41:46,792 - [Debug]: hiera(): Looking for data source common
  1711. 2016-12-22 21:41:46,792 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1712. 2016-12-22 21:41:46,795 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::classifier_database_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003f20fc8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003f08c20 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003f08c70 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003f08c98 @type=#<Puppet::Pops::Types::PStringType:0x00000003f08d10 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003f08e28 @type=#<Puppet::Pops::Types::PPatternType:0x00000003f08f18 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003f090d0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1713. 2016-12-22 21:41:46,796 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_database_user in HOCON backend
  1714. 2016-12-22 21:41:46,797 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1715. 2016-12-22 21:41:46,797 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1716. 2016-12-22 21:41:46,798 - [Debug]: hiera(): Looking for data source pe
  1717. 2016-12-22 21:41:46,798 - [Debug]: hiera(): Looking for data source common
  1718. 2016-12-22 21:41:46,798 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1719. 2016-12-22 21:41:46,798 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_database_user in YAML backend
  1720. 2016-12-22 21:41:46,799 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1721. 2016-12-22 21:41:46,800 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1722. 2016-12-22 21:41:46,804 - [Debug]: hiera(): Looking for data source pe
  1723. 2016-12-22 21:41:46,804 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1724. 2016-12-22 21:41:46,805 - [Debug]: hiera(): Looking for data source common
  1725. 2016-12-22 21:41:46,805 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1726. 2016-12-22 21:41:46,808 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::classifier_database_super_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003e9f428 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003e82c60 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003e82cd8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003e82d28 @type=#<Puppet::Pops::Types::PStringType:0x00000003e82e18 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003e83048 @type=#<Puppet::Pops::Types::PPatternType:0x00000003e830e8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003e833b8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1727. 2016-12-22 21:41:46,809 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_database_super_user in HOCON backend
  1728. 2016-12-22 21:41:46,809 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1729. 2016-12-22 21:41:46,810 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1730. 2016-12-22 21:41:46,810 - [Debug]: hiera(): Looking for data source pe
  1731. 2016-12-22 21:41:46,810 - [Debug]: hiera(): Looking for data source common
  1732. 2016-12-22 21:41:46,811 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1733. 2016-12-22 21:41:46,811 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_database_super_user in YAML backend
  1734. 2016-12-22 21:41:46,812 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1735. 2016-12-22 21:41:46,813 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1736. 2016-12-22 21:41:46,813 - [Debug]: hiera(): Looking for data source pe
  1737. 2016-12-22 21:41:46,813 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1738. 2016-12-22 21:41:46,814 - [Debug]: hiera(): Looking for data source common
  1739. 2016-12-22 21:41:46,815 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1740. 2016-12-22 21:41:46,819 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::classifier_database_read_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003e36298 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003e290e8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003e29138 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003e29160 @type=#<Puppet::Pops::Types::PStringType:0x00000003e29278 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003e29368 @type=#<Puppet::Pops::Types::PPatternType:0x00000003e29408 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003e29750 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1741. 2016-12-22 21:41:46,819 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_database_read_user in HOCON backend
  1742. 2016-12-22 21:41:46,820 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1743. 2016-12-22 21:41:46,820 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1744. 2016-12-22 21:41:46,821 - [Debug]: hiera(): Looking for data source pe
  1745. 2016-12-22 21:41:46,821 - [Debug]: hiera(): Looking for data source common
  1746. 2016-12-22 21:41:46,821 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1747. 2016-12-22 21:41:46,822 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_database_read_user in YAML backend
  1748. 2016-12-22 21:41:46,823 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1749. 2016-12-22 21:41:46,823 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1750. 2016-12-22 21:41:46,823 - [Debug]: hiera(): Looking for data source pe
  1751. 2016-12-22 21:41:46,824 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1752. 2016-12-22 21:41:46,824 - [Debug]: hiera(): Looking for data source common
  1753. 2016-12-22 21:41:46,824 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1754. 2016-12-22 21:41:46,828 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::classifier_database_write_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003d85ad8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003d734a0 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003d734c8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003d73518 @type=#<Puppet::Pops::Types::PStringType:0x00000003d73748 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003d73d60 @type=#<Puppet::Pops::Types::PPatternType:0x00000003d78018 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003d78298 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1755. 2016-12-22 21:41:46,828 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_database_write_user in HOCON backend
  1756. 2016-12-22 21:41:46,829 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1757. 2016-12-22 21:41:46,829 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1758. 2016-12-22 21:41:46,830 - [Debug]: hiera(): Looking for data source pe
  1759. 2016-12-22 21:41:46,830 - [Debug]: hiera(): Looking for data source common
  1760. 2016-12-22 21:41:46,830 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1761. 2016-12-22 21:41:46,831 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_database_write_user in YAML backend
  1762. 2016-12-22 21:41:46,832 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1763. 2016-12-22 21:41:46,832 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1764. 2016-12-22 21:41:46,833 - [Debug]: hiera(): Looking for data source pe
  1765. 2016-12-22 21:41:46,833 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1766. 2016-12-22 21:41:46,833 - [Debug]: hiera(): Looking for data source common
  1767. 2016-12-22 21:41:46,834 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1768. 2016-12-22 21:41:46,839 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::classifier_service_regular_db_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003cf6068 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003cf2940 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003cf2968 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003cf2990 @type=#<Puppet::Pops::Types::PStringType:0x00000003cf29e0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003cf2af8 @type=#<Puppet::Pops::Types::PPatternType:0x00000003cf2b48 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003cf2c60 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1769. 2016-12-22 21:41:46,839 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_service_regular_db_user in HOCON backend
  1770. 2016-12-22 21:41:46,840 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1771. 2016-12-22 21:41:46,840 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1772. 2016-12-22 21:41:46,841 - [Debug]: hiera(): Looking for data source pe
  1773. 2016-12-22 21:41:46,841 - [Debug]: hiera(): Looking for data source common
  1774. 2016-12-22 21:41:46,842 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1775. 2016-12-22 21:41:46,842 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_service_regular_db_user in YAML backend
  1776. 2016-12-22 21:41:46,843 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1777. 2016-12-22 21:41:46,844 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1778. 2016-12-22 21:41:46,844 - [Debug]: hiera(): Looking for data source pe
  1779. 2016-12-22 21:41:46,844 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1780. 2016-12-22 21:41:46,845 - [Debug]: hiera(): Looking for data source common
  1781. 2016-12-22 21:41:46,845 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1782. 2016-12-22 21:41:46,849 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::classifier_service_migration_db_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003cbcea8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003cb9a78 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003cb9ac8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003cb9af0 @type=#<Puppet::Pops::Types::PStringType:0x00000003cb9b40 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003cb9c80 @type=#<Puppet::Pops::Types::PPatternType:0x00000003cb9cf8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003cb9e38 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1783. 2016-12-22 21:41:46,850 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_service_migration_db_user in HOCON backend
  1784. 2016-12-22 21:41:46,861 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1785. 2016-12-22 21:41:46,862 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1786. 2016-12-22 21:41:46,864 - [Debug]: hiera(): Looking for data source pe
  1787. 2016-12-22 21:41:46,864 - [Debug]: hiera(): Looking for data source common
  1788. 2016-12-22 21:41:46,864 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1789. 2016-12-22 21:41:46,865 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_service_migration_db_user in YAML backend
  1790. 2016-12-22 21:41:46,866 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1791. 2016-12-22 21:41:46,867 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1792. 2016-12-22 21:41:46,869 - [Debug]: hiera(): Looking for data source pe
  1793. 2016-12-22 21:41:46,870 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1794. 2016-12-22 21:41:46,870 - [Debug]: hiera(): Looking for data source common
  1795. 2016-12-22 21:41:46,871 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1796. 2016-12-22 21:41:46,874 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::classifier_database_password with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003c6e988 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003c4e8b8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003c4e908 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003c4e930 @type=#<Puppet::Pops::Types::PStringType:0x00000003c4e980 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003c4ea98 @type=#<Puppet::Pops::Types::PPatternType:0x00000003c4eae8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003c4ec28 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1797. 2016-12-22 21:41:46,874 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_database_password in HOCON backend
  1798. 2016-12-22 21:41:46,875 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1799. 2016-12-22 21:41:46,875 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1800. 2016-12-22 21:41:46,875 - [Debug]: hiera(): Looking for data source pe
  1801. 2016-12-22 21:41:46,875 - [Debug]: hiera(): Looking for data source common
  1802. 2016-12-22 21:41:46,876 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1803. 2016-12-22 21:41:46,876 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_database_password in YAML backend
  1804. 2016-12-22 21:41:46,877 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1805. 2016-12-22 21:41:46,877 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1806. 2016-12-22 21:41:46,877 - [Debug]: hiera(): Looking for data source pe
  1807. 2016-12-22 21:41:46,877 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1808. 2016-12-22 21:41:46,878 - [Debug]: hiera(): Looking for data source common
  1809. 2016-12-22 21:41:46,878 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1810. 2016-12-22 21:41:46,881 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::classifier_url_prefix with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003c39f80 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003c36a88 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003c36ab0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003c36ad8 @type=#<Puppet::Pops::Types::PStringType:0x00000003c36b28 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003c36c40 @type=#<Puppet::Pops::Types::PPatternType:0x00000003c36cb8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003c36df8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1811. 2016-12-22 21:41:46,881 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_url_prefix in HOCON backend
  1812. 2016-12-22 21:41:46,882 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1813. 2016-12-22 21:41:46,882 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1814. 2016-12-22 21:41:46,883 - [Debug]: hiera(): Looking for data source pe
  1815. 2016-12-22 21:41:46,883 - [Debug]: hiera(): Looking for data source common
  1816. 2016-12-22 21:41:46,884 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1817. 2016-12-22 21:41:46,885 - [Debug]: hiera(): Looking up puppet_enterprise::classifier_url_prefix in YAML backend
  1818. 2016-12-22 21:41:46,886 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1819. 2016-12-22 21:41:46,886 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1820. 2016-12-22 21:41:46,887 - [Debug]: hiera(): Looking for data source pe
  1821. 2016-12-22 21:41:46,887 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1822. 2016-12-22 21:41:46,888 - [Debug]: hiera(): Looking for data source common
  1823. 2016-12-22 21:41:46,888 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1824. 2016-12-22 21:41:46,891 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::activity_database_name with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003c1c4a8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003c14028 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003c14050 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003c14078 @type=#<Puppet::Pops::Types::PStringType:0x00000003c140c8 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003c14230 @type=#<Puppet::Pops::Types::PPatternType:0x00000003c14280 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003c143e8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1825. 2016-12-22 21:41:46,892 - [Debug]: hiera(): Looking up puppet_enterprise::activity_database_name in HOCON backend
  1826. 2016-12-22 21:41:46,893 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1827. 2016-12-22 21:41:46,893 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1828. 2016-12-22 21:41:46,893 - [Debug]: hiera(): Looking for data source pe
  1829. 2016-12-22 21:41:46,894 - [Debug]: hiera(): Looking for data source common
  1830. 2016-12-22 21:41:46,894 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1831. 2016-12-22 21:41:46,894 - [Debug]: hiera(): Looking up puppet_enterprise::activity_database_name in YAML backend
  1832. 2016-12-22 21:41:46,895 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1833. 2016-12-22 21:41:46,895 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1834. 2016-12-22 21:41:46,895 - [Debug]: hiera(): Looking for data source pe
  1835. 2016-12-22 21:41:46,896 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1836. 2016-12-22 21:41:46,896 - [Debug]: hiera(): Looking for data source common
  1837. 2016-12-22 21:41:46,903 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1838. 2016-12-22 21:41:46,906 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::activity_database_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003bc6300 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003b3e1a8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003b3e1d0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003b3e1f8 @type=#<Puppet::Pops::Types::PStringType:0x00000003b3e248 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003b3e388 @type=#<Puppet::Pops::Types::PPatternType:0x00000003b3e428 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003b3e748 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1839. 2016-12-22 21:41:46,906 - [Debug]: hiera(): Looking up puppet_enterprise::activity_database_user in HOCON backend
  1840. 2016-12-22 21:41:46,908 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1841. 2016-12-22 21:41:46,910 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1842. 2016-12-22 21:41:46,910 - [Debug]: hiera(): Looking for data source pe
  1843. 2016-12-22 21:41:46,911 - [Debug]: hiera(): Looking for data source common
  1844. 2016-12-22 21:41:46,911 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1845. 2016-12-22 21:41:46,911 - [Debug]: hiera(): Looking up puppet_enterprise::activity_database_user in YAML backend
  1846. 2016-12-22 21:41:46,914 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1847. 2016-12-22 21:41:46,914 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1848. 2016-12-22 21:41:46,914 - [Debug]: hiera(): Looking for data source pe
  1849. 2016-12-22 21:41:46,917 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1850. 2016-12-22 21:41:46,919 - [Debug]: hiera(): Looking for data source common
  1851. 2016-12-22 21:41:46,920 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1852. 2016-12-22 21:41:46,923 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::activity_database_super_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003ade370 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003ad6a30 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003ad6a58 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003ad6a80 @type=#<Puppet::Pops::Types::PStringType:0x00000003ad6ad0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003ad6be8 @type=#<Puppet::Pops::Types::PPatternType:0x00000003ad6c38 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003ad6d78 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1853. 2016-12-22 21:41:46,924 - [Debug]: hiera(): Looking up puppet_enterprise::activity_database_super_user in HOCON backend
  1854. 2016-12-22 21:41:46,924 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1855. 2016-12-22 21:41:46,925 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1856. 2016-12-22 21:41:46,926 - [Debug]: hiera(): Looking for data source pe
  1857. 2016-12-22 21:41:46,927 - [Debug]: hiera(): Looking for data source common
  1858. 2016-12-22 21:41:46,927 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1859. 2016-12-22 21:41:46,927 - [Debug]: hiera(): Looking up puppet_enterprise::activity_database_super_user in YAML backend
  1860. 2016-12-22 21:41:46,929 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1861. 2016-12-22 21:41:46,932 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1862. 2016-12-22 21:41:46,933 - [Debug]: hiera(): Looking for data source pe
  1863. 2016-12-22 21:41:46,933 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1864. 2016-12-22 21:41:46,934 - [Debug]: hiera(): Looking for data source common
  1865. 2016-12-22 21:41:46,936 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1866. 2016-12-22 21:41:46,940 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::activity_database_read_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003a9ffa8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003a99540 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003a99608 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003a99680 @type=#<Puppet::Pops::Types::PStringType:0x00000003a99748 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003a99838 @type=#<Puppet::Pops::Types::PPatternType:0x00000003a99928 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003a99b80 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1867. 2016-12-22 21:41:46,940 - [Debug]: hiera(): Looking up puppet_enterprise::activity_database_read_user in HOCON backend
  1868. 2016-12-22 21:41:46,942 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1869. 2016-12-22 21:41:46,943 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1870. 2016-12-22 21:41:46,943 - [Debug]: hiera(): Looking for data source pe
  1871. 2016-12-22 21:41:46,946 - [Debug]: hiera(): Looking for data source common
  1872. 2016-12-22 21:41:46,946 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1873. 2016-12-22 21:41:46,948 - [Debug]: hiera(): Looking up puppet_enterprise::activity_database_read_user in YAML backend
  1874. 2016-12-22 21:41:46,952 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1875. 2016-12-22 21:41:46,952 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1876. 2016-12-22 21:41:46,953 - [Debug]: hiera(): Looking for data source pe
  1877. 2016-12-22 21:41:46,953 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1878. 2016-12-22 21:41:46,953 - [Debug]: hiera(): Looking for data source common
  1879. 2016-12-22 21:41:46,954 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1880. 2016-12-22 21:41:46,957 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::activity_database_write_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003a6bfa0 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003a68850 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003a688a0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003a688c8 @type=#<Puppet::Pops::Types::PStringType:0x00000003a68918 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003a68a08 @type=#<Puppet::Pops::Types::PPatternType:0x00000003a68a58 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003a68b70 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1881. 2016-12-22 21:41:46,957 - [Debug]: hiera(): Looking up puppet_enterprise::activity_database_write_user in HOCON backend
  1882. 2016-12-22 21:41:46,958 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1883. 2016-12-22 21:41:46,958 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1884. 2016-12-22 21:41:46,959 - [Debug]: hiera(): Looking for data source pe
  1885. 2016-12-22 21:41:46,959 - [Debug]: hiera(): Looking for data source common
  1886. 2016-12-22 21:41:46,959 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1887. 2016-12-22 21:41:46,960 - [Debug]: hiera(): Looking up puppet_enterprise::activity_database_write_user in YAML backend
  1888. 2016-12-22 21:41:46,961 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1889. 2016-12-22 21:41:46,961 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1890. 2016-12-22 21:41:46,962 - [Debug]: hiera(): Looking for data source pe
  1891. 2016-12-22 21:41:46,962 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1892. 2016-12-22 21:41:46,962 - [Debug]: hiera(): Looking for data source common
  1893. 2016-12-22 21:41:46,963 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1894. 2016-12-22 21:41:46,966 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::activity_service_migration_db_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003a520c8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003a4be30 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003a4be58 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003a4be80 @type=#<Puppet::Pops::Types::PStringType:0x00000003a4bed0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003a4c010 @type=#<Puppet::Pops::Types::PPatternType:0x00000003a4c088 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003a4c268 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1895. 2016-12-22 21:41:46,967 - [Debug]: hiera(): Looking up puppet_enterprise::activity_service_migration_db_user in HOCON backend
  1896. 2016-12-22 21:41:46,968 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1897. 2016-12-22 21:41:46,969 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1898. 2016-12-22 21:41:46,969 - [Debug]: hiera(): Looking for data source pe
  1899. 2016-12-22 21:41:46,970 - [Debug]: hiera(): Looking for data source common
  1900. 2016-12-22 21:41:46,970 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1901. 2016-12-22 21:41:46,971 - [Debug]: hiera(): Looking up puppet_enterprise::activity_service_migration_db_user in YAML backend
  1902. 2016-12-22 21:41:46,972 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1903. 2016-12-22 21:41:46,972 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1904. 2016-12-22 21:41:46,973 - [Debug]: hiera(): Looking for data source pe
  1905. 2016-12-22 21:41:46,973 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1906. 2016-12-22 21:41:46,973 - [Debug]: hiera(): Looking for data source common
  1907. 2016-12-22 21:41:46,974 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1908. 2016-12-22 21:41:46,977 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::activity_service_regular_db_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003a37200 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003a32980 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003a329a8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003a329d0 @type=#<Puppet::Pops::Types::PStringType:0x00000003a32a48 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003a32c28 @type=#<Puppet::Pops::Types::PPatternType:0x00000003a32c78 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003a32ed0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1909. 2016-12-22 21:41:46,978 - [Debug]: hiera(): Looking up puppet_enterprise::activity_service_regular_db_user in HOCON backend
  1910. 2016-12-22 21:41:46,979 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1911. 2016-12-22 21:41:46,980 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1912. 2016-12-22 21:41:46,980 - [Debug]: hiera(): Looking for data source pe
  1913. 2016-12-22 21:41:46,981 - [Debug]: hiera(): Looking for data source common
  1914. 2016-12-22 21:41:46,981 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1915. 2016-12-22 21:41:46,981 - [Debug]: hiera(): Looking up puppet_enterprise::activity_service_regular_db_user in YAML backend
  1916. 2016-12-22 21:41:46,983 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1917. 2016-12-22 21:41:46,983 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1918. 2016-12-22 21:41:46,983 - [Debug]: hiera(): Looking for data source pe
  1919. 2016-12-22 21:41:46,984 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1920. 2016-12-22 21:41:46,984 - [Debug]: hiera(): Looking for data source common
  1921. 2016-12-22 21:41:46,985 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1922. 2016-12-22 21:41:46,990 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::activity_database_password with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003a20258 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003a1b4d8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003a1b500 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003a1b528 @type=#<Puppet::Pops::Types::PStringType:0x00000003a1b578 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003a1b668 @type=#<Puppet::Pops::Types::PPatternType:0x00000003a1b6b8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003a1b7d0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1923. 2016-12-22 21:41:46,991 - [Debug]: hiera(): Looking up puppet_enterprise::activity_database_password in HOCON backend
  1924. 2016-12-22 21:41:46,993 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1925. 2016-12-22 21:41:46,993 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1926. 2016-12-22 21:41:46,993 - [Debug]: hiera(): Looking for data source pe
  1927. 2016-12-22 21:41:46,994 - [Debug]: hiera(): Looking for data source common
  1928. 2016-12-22 21:41:46,995 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1929. 2016-12-22 21:41:46,995 - [Debug]: hiera(): Looking up puppet_enterprise::activity_database_password in YAML backend
  1930. 2016-12-22 21:41:46,997 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1931. 2016-12-22 21:41:46,998 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1932. 2016-12-22 21:41:46,998 - [Debug]: hiera(): Looking for data source pe
  1933. 2016-12-22 21:41:46,999 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1934. 2016-12-22 21:41:46,999 - [Debug]: hiera(): Looking for data source common
  1935. 2016-12-22 21:41:47,005 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1936. 2016-12-22 21:41:47,011 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::activity_url_prefix with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003a04b70 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003a007a0 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003a007c8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003a00840 @type=#<Puppet::Pops::Types::PStringType:0x00000003a00890 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003a00980 @type=#<Puppet::Pops::Types::PPatternType:0x00000003a009d0 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003a00ae8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1937. 2016-12-22 21:41:47,012 - [Debug]: hiera(): Looking up puppet_enterprise::activity_url_prefix in HOCON backend
  1938. 2016-12-22 21:41:47,014 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1939. 2016-12-22 21:41:47,014 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1940. 2016-12-22 21:41:47,015 - [Debug]: hiera(): Looking for data source pe
  1941. 2016-12-22 21:41:47,017 - [Debug]: hiera(): Looking for data source common
  1942. 2016-12-22 21:41:47,018 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1943. 2016-12-22 21:41:47,018 - [Debug]: hiera(): Looking up puppet_enterprise::activity_url_prefix in YAML backend
  1944. 2016-12-22 21:41:47,020 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1945. 2016-12-22 21:41:47,020 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1946. 2016-12-22 21:41:47,021 - [Debug]: hiera(): Looking for data source pe
  1947. 2016-12-22 21:41:47,022 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1948. 2016-12-22 21:41:47,022 - [Debug]: hiera(): Looking for data source common
  1949. 2016-12-22 21:41:47,023 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1950. 2016-12-22 21:41:47,026 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::rbac_database_name with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002e67f88 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002e53038 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002e53060 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002e53088 @type=#<Puppet::Pops::Types::PStringType:0x00000002e53128 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002e53290 @type=#<Puppet::Pops::Types::PPatternType:0x00000002e53358 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002e53510 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1951. 2016-12-22 21:41:47,026 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_database_name in HOCON backend
  1952. 2016-12-22 21:41:47,028 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1953. 2016-12-22 21:41:47,028 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1954. 2016-12-22 21:41:47,028 - [Debug]: hiera(): Looking for data source pe
  1955. 2016-12-22 21:41:47,029 - [Debug]: hiera(): Looking for data source common
  1956. 2016-12-22 21:41:47,029 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1957. 2016-12-22 21:41:47,030 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_database_name in YAML backend
  1958. 2016-12-22 21:41:47,031 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1959. 2016-12-22 21:41:47,031 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1960. 2016-12-22 21:41:47,032 - [Debug]: hiera(): Looking for data source pe
  1961. 2016-12-22 21:41:47,032 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1962. 2016-12-22 21:41:47,032 - [Debug]: hiera(): Looking for data source common
  1963. 2016-12-22 21:41:47,033 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1964. 2016-12-22 21:41:47,037 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::rbac_database_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002ded350 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002dd7b40 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002dd7bb8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002dd7be0 @type=#<Puppet::Pops::Types::PStringType:0x00000002dd7c30 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002dd7d70 @type=#<Puppet::Pops::Types::PPatternType:0x00000002dd7e10 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002de0010 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1965. 2016-12-22 21:41:47,038 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_database_user in HOCON backend
  1966. 2016-12-22 21:41:47,039 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1967. 2016-12-22 21:41:47,040 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1968. 2016-12-22 21:41:47,040 - [Debug]: hiera(): Looking for data source pe
  1969. 2016-12-22 21:41:47,040 - [Debug]: hiera(): Looking for data source common
  1970. 2016-12-22 21:41:47,041 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1971. 2016-12-22 21:41:47,041 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_database_user in YAML backend
  1972. 2016-12-22 21:41:47,042 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1973. 2016-12-22 21:41:47,042 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1974. 2016-12-22 21:41:47,043 - [Debug]: hiera(): Looking for data source pe
  1975. 2016-12-22 21:41:47,043 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1976. 2016-12-22 21:41:47,044 - [Debug]: hiera(): Looking for data source common
  1977. 2016-12-22 21:41:47,044 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1978. 2016-12-22 21:41:47,047 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::rbac_database_super_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002d3f070 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002d15680 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002d15748 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002d157c0 @type=#<Puppet::Pops::Types::PStringType:0x00000002d158d8 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002d15b58 @type=#<Puppet::Pops::Types::PPatternType:0x00000002d15cc0 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002d15e28 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1979. 2016-12-22 21:41:47,048 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_database_super_user in HOCON backend
  1980. 2016-12-22 21:41:47,048 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1981. 2016-12-22 21:41:47,049 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1982. 2016-12-22 21:41:47,049 - [Debug]: hiera(): Looking for data source pe
  1983. 2016-12-22 21:41:47,050 - [Debug]: hiera(): Looking for data source common
  1984. 2016-12-22 21:41:47,051 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1985. 2016-12-22 21:41:47,052 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_database_super_user in YAML backend
  1986. 2016-12-22 21:41:47,053 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1987. 2016-12-22 21:41:47,054 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  1988. 2016-12-22 21:41:47,054 - [Debug]: hiera(): Looking for data source pe
  1989. 2016-12-22 21:41:47,055 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  1990. 2016-12-22 21:41:47,055 - [Debug]: hiera(): Looking for data source common
  1991. 2016-12-22 21:41:47,055 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  1992. 2016-12-22 21:41:47,059 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::rbac_database_read_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002ca43b8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002c7d100 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002c7d128 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002c7d150 @type=#<Puppet::Pops::Types::PStringType:0x00000002c7d1c8 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002c7d4e8 @type=#<Puppet::Pops::Types::PPatternType:0x00000002c7d628 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002c7dc40 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  1993. 2016-12-22 21:41:47,059 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_database_read_user in HOCON backend
  1994. 2016-12-22 21:41:47,060 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  1995. 2016-12-22 21:41:47,061 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  1996. 2016-12-22 21:41:47,061 - [Debug]: hiera(): Looking for data source pe
  1997. 2016-12-22 21:41:47,061 - [Debug]: hiera(): Looking for data source common
  1998. 2016-12-22 21:41:47,061 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  1999. 2016-12-22 21:41:47,061 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_database_read_user in YAML backend
  2000. 2016-12-22 21:41:47,062 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2001. 2016-12-22 21:41:47,062 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2002. 2016-12-22 21:41:47,063 - [Debug]: hiera(): Looking for data source pe
  2003. 2016-12-22 21:41:47,063 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2004. 2016-12-22 21:41:47,063 - [Debug]: hiera(): Looking for data source common
  2005. 2016-12-22 21:41:47,063 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2006. 2016-12-22 21:41:47,065 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::rbac_database_write_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002bf6948 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002bf2078 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002bf20a0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002bf20c8 @type=#<Puppet::Pops::Types::PStringType:0x00000002bf21b8 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002bf2398 @type=#<Puppet::Pops::Types::PPatternType:0x00000002bf2410 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002bf2528 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2007. 2016-12-22 21:41:47,066 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_database_write_user in HOCON backend
  2008. 2016-12-22 21:41:47,067 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2009. 2016-12-22 21:41:47,067 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2010. 2016-12-22 21:41:47,067 - [Debug]: hiera(): Looking for data source pe
  2011. 2016-12-22 21:41:47,068 - [Debug]: hiera(): Looking for data source common
  2012. 2016-12-22 21:41:47,069 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2013. 2016-12-22 21:41:47,069 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_database_write_user in YAML backend
  2014. 2016-12-22 21:41:47,072 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2015. 2016-12-22 21:41:47,072 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2016. 2016-12-22 21:41:47,073 - [Debug]: hiera(): Looking for data source pe
  2017. 2016-12-22 21:41:47,073 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2018. 2016-12-22 21:41:47,073 - [Debug]: hiera(): Looking for data source common
  2019. 2016-12-22 21:41:47,073 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2020. 2016-12-22 21:41:47,077 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::rbac_service_migration_db_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002b776c0 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002b69278 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002b692c8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002b692f0 @type=#<Puppet::Pops::Types::PStringType:0x00000002b69368 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002b69480 @type=#<Puppet::Pops::Types::PPatternType:0x00000002b694d0 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002b695e8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2021. 2016-12-22 21:41:47,078 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_service_migration_db_user in HOCON backend
  2022. 2016-12-22 21:41:47,079 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2023. 2016-12-22 21:41:47,079 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2024. 2016-12-22 21:41:47,079 - [Debug]: hiera(): Looking for data source pe
  2025. 2016-12-22 21:41:47,080 - [Debug]: hiera(): Looking for data source common
  2026. 2016-12-22 21:41:47,080 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2027. 2016-12-22 21:41:47,081 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_service_migration_db_user in YAML backend
  2028. 2016-12-22 21:41:47,082 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2029. 2016-12-22 21:41:47,083 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2030. 2016-12-22 21:41:47,083 - [Debug]: hiera(): Looking for data source pe
  2031. 2016-12-22 21:41:47,083 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2032. 2016-12-22 21:41:47,084 - [Debug]: hiera(): Looking for data source common
  2033. 2016-12-22 21:41:47,085 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2034. 2016-12-22 21:41:47,090 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::rbac_service_regular_db_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002afa080 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002ad6b08 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002ad6b30 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002ad6b58 @type=#<Puppet::Pops::Types::PStringType:0x00000002ad6bd0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002ad6d38 @type=#<Puppet::Pops::Types::PPatternType:0x00000002ad6db0 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002ad6ec8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2035. 2016-12-22 21:41:47,091 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_service_regular_db_user in HOCON backend
  2036. 2016-12-22 21:41:47,091 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2037. 2016-12-22 21:41:47,092 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2038. 2016-12-22 21:41:47,092 - [Debug]: hiera(): Looking for data source pe
  2039. 2016-12-22 21:41:47,092 - [Debug]: hiera(): Looking for data source common
  2040. 2016-12-22 21:41:47,092 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2041. 2016-12-22 21:41:47,092 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_service_regular_db_user in YAML backend
  2042. 2016-12-22 21:41:47,093 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2043. 2016-12-22 21:41:47,093 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2044. 2016-12-22 21:41:47,094 - [Debug]: hiera(): Looking for data source pe
  2045. 2016-12-22 21:41:47,094 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2046. 2016-12-22 21:41:47,094 - [Debug]: hiera(): Looking for data source common
  2047. 2016-12-22 21:41:47,094 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2048. 2016-12-22 21:41:47,097 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::rbac_database_password with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002a83638 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002a77810 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002a77860 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002a77900 @type=#<Puppet::Pops::Types::PStringType:0x00000002a779a0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002a77ba8 @type=#<Puppet::Pops::Types::PPatternType:0x00000002a77bf8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002a77d60 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2049. 2016-12-22 21:41:47,098 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_database_password in HOCON backend
  2050. 2016-12-22 21:41:47,098 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2051. 2016-12-22 21:41:47,098 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2052. 2016-12-22 21:41:47,098 - [Debug]: hiera(): Looking for data source pe
  2053. 2016-12-22 21:41:47,099 - [Debug]: hiera(): Looking for data source common
  2054. 2016-12-22 21:41:47,099 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2055. 2016-12-22 21:41:47,099 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_database_password in YAML backend
  2056. 2016-12-22 21:41:47,101 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2057. 2016-12-22 21:41:47,102 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2058. 2016-12-22 21:41:47,103 - [Debug]: hiera(): Looking for data source pe
  2059. 2016-12-22 21:41:47,103 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2060. 2016-12-22 21:41:47,103 - [Debug]: hiera(): Looking for data source common
  2061. 2016-12-22 21:41:47,104 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2062. 2016-12-22 21:41:47,107 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::rbac_url_prefix with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000029ee790 @options_t=#<Puppet::Pops::Types::PStructType:0x000000029e1770 @elements=[#<Puppet::Pops::Types::PStructElement:0x000000029e1798 @key_type=#<Puppet::Pops::Types::POptionalType:0x000000029e17c0 @type=#<Puppet::Pops::Types::PStringType:0x000000029e1860 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x000000029e19f0 @type=#<Puppet::Pops::Types::PPatternType:0x000000029e1a40 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x000000029e1d38 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2063. 2016-12-22 21:41:47,107 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_url_prefix in HOCON backend
  2064. 2016-12-22 21:41:47,108 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2065. 2016-12-22 21:41:47,108 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2066. 2016-12-22 21:41:47,109 - [Debug]: hiera(): Looking for data source pe
  2067. 2016-12-22 21:41:47,109 - [Debug]: hiera(): Looking for data source common
  2068. 2016-12-22 21:41:47,109 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2069. 2016-12-22 21:41:47,110 - [Debug]: hiera(): Looking up puppet_enterprise::rbac_url_prefix in YAML backend
  2070. 2016-12-22 21:41:47,111 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2071. 2016-12-22 21:41:47,111 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2072. 2016-12-22 21:41:47,112 - [Debug]: hiera(): Looking for data source pe
  2073. 2016-12-22 21:41:47,112 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2074. 2016-12-22 21:41:47,112 - [Debug]: hiera(): Looking for data source common
  2075. 2016-12-22 21:41:47,113 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2076. 2016-12-22 21:41:47,116 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::orchestrator_url_prefix with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002975ca0 @options_t=#<Puppet::Pops::Types::PStructType:0x000000029572f0 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002957318 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002957340 @type=#<Puppet::Pops::Types::PStringType:0x00000002957390 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002957480 @type=#<Puppet::Pops::Types::PPatternType:0x000000029574d0 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002957688 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2077. 2016-12-22 21:41:47,116 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_url_prefix in HOCON backend
  2078. 2016-12-22 21:41:47,118 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2079. 2016-12-22 21:41:47,120 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2080. 2016-12-22 21:41:47,120 - [Debug]: hiera(): Looking for data source pe
  2081. 2016-12-22 21:41:47,121 - [Debug]: hiera(): Looking for data source common
  2082. 2016-12-22 21:41:47,121 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2083. 2016-12-22 21:41:47,121 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_url_prefix in YAML backend
  2084. 2016-12-22 21:41:47,122 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2085. 2016-12-22 21:41:47,123 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2086. 2016-12-22 21:41:47,123 - [Debug]: hiera(): Looking for data source pe
  2087. 2016-12-22 21:41:47,124 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2088. 2016-12-22 21:41:47,124 - [Debug]: hiera(): Looking for data source common
  2089. 2016-12-22 21:41:47,124 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2090. 2016-12-22 21:41:47,127 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::orchestrator_database_name with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000021d3600 @options_t=#<Puppet::Pops::Types::PStructType:0x000000021c9d30 @elements=[#<Puppet::Pops::Types::PStructElement:0x000000021c9da8 @key_type=#<Puppet::Pops::Types::POptionalType:0x000000021c9e20 @type=#<Puppet::Pops::Types::PStringType:0x000000021ca050 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x000000021ca8e8 @type=#<Puppet::Pops::Types::PPatternType:0x000000021caaf0 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x000000021cb4a0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2091. 2016-12-22 21:41:47,128 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_database_name in HOCON backend
  2092. 2016-12-22 21:41:47,129 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2093. 2016-12-22 21:41:47,129 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2094. 2016-12-22 21:41:47,130 - [Debug]: hiera(): Looking for data source pe
  2095. 2016-12-22 21:41:47,130 - [Debug]: hiera(): Looking for data source common
  2096. 2016-12-22 21:41:47,130 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2097. 2016-12-22 21:41:47,131 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_database_name in YAML backend
  2098. 2016-12-22 21:41:47,132 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2099. 2016-12-22 21:41:47,132 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2100. 2016-12-22 21:41:47,133 - [Debug]: hiera(): Looking for data source pe
  2101. 2016-12-22 21:41:47,133 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2102. 2016-12-22 21:41:47,133 - [Debug]: hiera(): Looking for data source common
  2103. 2016-12-22 21:41:47,133 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2104. 2016-12-22 21:41:47,138 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::orchestrator_database_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002192fd8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002182728 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002182750 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002182778 @type=#<Puppet::Pops::Types::PStringType:0x00000002182818 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002182a98 @type=#<Puppet::Pops::Types::PPatternType:0x00000002182bb0 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002182ea8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2105. 2016-12-22 21:41:47,140 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_database_user in HOCON backend
  2106. 2016-12-22 21:41:47,141 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2107. 2016-12-22 21:41:47,142 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2108. 2016-12-22 21:41:47,142 - [Debug]: hiera(): Looking for data source pe
  2109. 2016-12-22 21:41:47,143 - [Debug]: hiera(): Looking for data source common
  2110. 2016-12-22 21:41:47,143 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2111. 2016-12-22 21:41:47,143 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_database_user in YAML backend
  2112. 2016-12-22 21:41:47,144 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2113. 2016-12-22 21:41:47,145 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2114. 2016-12-22 21:41:47,145 - [Debug]: hiera(): Looking for data source pe
  2115. 2016-12-22 21:41:47,145 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2116. 2016-12-22 21:41:47,146 - [Debug]: hiera(): Looking for data source common
  2117. 2016-12-22 21:41:47,146 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2118. 2016-12-22 21:41:47,149 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::orchestrator_database_super_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000021034f0 @options_t=#<Puppet::Pops::Types::PStructType:0x000000020e7778 @elements=[#<Puppet::Pops::Types::PStructElement:0x000000020e77f0 @key_type=#<Puppet::Pops::Types::POptionalType:0x000000020e7818 @type=#<Puppet::Pops::Types::PStringType:0x000000020e7890 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x000000020e7980 @type=#<Puppet::Pops::Types::PPatternType:0x000000020e79f8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x000000020e7c00 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2119. 2016-12-22 21:41:47,149 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_database_super_user in HOCON backend
  2120. 2016-12-22 21:41:47,150 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2121. 2016-12-22 21:41:47,150 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2122. 2016-12-22 21:41:47,151 - [Debug]: hiera(): Looking for data source pe
  2123. 2016-12-22 21:41:47,152 - [Debug]: hiera(): Looking for data source common
  2124. 2016-12-22 21:41:47,153 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2125. 2016-12-22 21:41:47,153 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_database_super_user in YAML backend
  2126. 2016-12-22 21:41:47,156 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2127. 2016-12-22 21:41:47,156 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2128. 2016-12-22 21:41:47,157 - [Debug]: hiera(): Looking for data source pe
  2129. 2016-12-22 21:41:47,157 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2130. 2016-12-22 21:41:47,158 - [Debug]: hiera(): Looking for data source common
  2131. 2016-12-22 21:41:47,158 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2132. 2016-12-22 21:41:47,161 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::orchestrator_database_read_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000020a3b18 @options_t=#<Puppet::Pops::Types::PStructType:0x000000020926d8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002092700 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002092728 @type=#<Puppet::Pops::Types::PStringType:0x00000002092778 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002092908 @type=#<Puppet::Pops::Types::PPatternType:0x000000020929a8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002092ca0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2133. 2016-12-22 21:41:47,161 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_database_read_user in HOCON backend
  2134. 2016-12-22 21:41:47,162 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2135. 2016-12-22 21:41:47,162 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2136. 2016-12-22 21:41:47,163 - [Debug]: hiera(): Looking for data source pe
  2137. 2016-12-22 21:41:47,163 - [Debug]: hiera(): Looking for data source common
  2138. 2016-12-22 21:41:47,163 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2139. 2016-12-22 21:41:47,164 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_database_read_user in YAML backend
  2140. 2016-12-22 21:41:47,165 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2141. 2016-12-22 21:41:47,165 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2142. 2016-12-22 21:41:47,166 - [Debug]: hiera(): Looking for data source pe
  2143. 2016-12-22 21:41:47,166 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2144. 2016-12-22 21:41:47,166 - [Debug]: hiera(): Looking for data source common
  2145. 2016-12-22 21:41:47,166 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2146. 2016-12-22 21:41:47,171 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::orchestrator_database_write_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000020258a8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002001d40 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002001e08 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002001e58 @type=#<Puppet::Pops::Types::PStringType:0x00000002001ed0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002001fc0 @type=#<Puppet::Pops::Types::PPatternType:0x00000002002038 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002002240 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2147. 2016-12-22 21:41:47,171 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_database_write_user in HOCON backend
  2148. 2016-12-22 21:41:47,172 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2149. 2016-12-22 21:41:47,172 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2150. 2016-12-22 21:41:47,173 - [Debug]: hiera(): Looking for data source pe
  2151. 2016-12-22 21:41:47,174 - [Debug]: hiera(): Looking for data source common
  2152. 2016-12-22 21:41:47,174 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2153. 2016-12-22 21:41:47,174 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_database_write_user in YAML backend
  2154. 2016-12-22 21:41:47,175 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2155. 2016-12-22 21:41:47,176 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2156. 2016-12-22 21:41:47,176 - [Debug]: hiera(): Looking for data source pe
  2157. 2016-12-22 21:41:47,176 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2158. 2016-12-22 21:41:47,176 - [Debug]: hiera(): Looking for data source common
  2159. 2016-12-22 21:41:47,177 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2160. 2016-12-22 21:41:47,180 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::orchestrator_service_migration_db_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000001f71c40 @options_t=#<Puppet::Pops::Types::PStructType:0x00000001f302b8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000001f304c0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000001f305b0 @type=#<Puppet::Pops::Types::PStringType:0x00000001f30768 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000001f30c40 @type=#<Puppet::Pops::Types::PPatternType:0x00000001f30c90 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000001f315a0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2161. 2016-12-22 21:41:47,181 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_service_migration_db_user in HOCON backend
  2162. 2016-12-22 21:41:47,181 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2163. 2016-12-22 21:41:47,182 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2164. 2016-12-22 21:41:47,182 - [Debug]: hiera(): Looking for data source pe
  2165. 2016-12-22 21:41:47,182 - [Debug]: hiera(): Looking for data source common
  2166. 2016-12-22 21:41:47,183 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2167. 2016-12-22 21:41:47,183 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_service_migration_db_user in YAML backend
  2168. 2016-12-22 21:41:47,185 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2169. 2016-12-22 21:41:47,186 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2170. 2016-12-22 21:41:47,186 - [Debug]: hiera(): Looking for data source pe
  2171. 2016-12-22 21:41:47,186 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2172. 2016-12-22 21:41:47,187 - [Debug]: hiera(): Looking for data source common
  2173. 2016-12-22 21:41:47,187 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2174. 2016-12-22 21:41:47,191 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::orchestrator_service_regular_db_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000001970148 @options_t=#<Puppet::Pops::Types::PStructType:0x0000000191e6b8 @elements=[#<Puppet::Pops::Types::PStructElement:0x0000000191e730 @key_type=#<Puppet::Pops::Types::POptionalType:0x0000000191e758 @type=#<Puppet::Pops::Types::PStringType:0x0000000191e7d0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x0000000191e910 @type=#<Puppet::Pops::Types::PPatternType:0x0000000191e988 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x0000000191eaf0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2175. 2016-12-22 21:41:47,191 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_service_regular_db_user in HOCON backend
  2176. 2016-12-22 21:41:47,192 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2177. 2016-12-22 21:41:47,193 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2178. 2016-12-22 21:41:47,193 - [Debug]: hiera(): Looking for data source pe
  2179. 2016-12-22 21:41:47,193 - [Debug]: hiera(): Looking for data source common
  2180. 2016-12-22 21:41:47,194 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2181. 2016-12-22 21:41:47,194 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_service_regular_db_user in YAML backend
  2182. 2016-12-22 21:41:47,195 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2183. 2016-12-22 21:41:47,196 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2184. 2016-12-22 21:41:47,196 - [Debug]: hiera(): Looking for data source pe
  2185. 2016-12-22 21:41:47,196 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2186. 2016-12-22 21:41:47,197 - [Debug]: hiera(): Looking for data source common
  2187. 2016-12-22 21:41:47,197 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2188. 2016-12-22 21:41:47,208 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::orchestrator_database_password with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000001511b60 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003b463d0 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003b463f8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003b46470 @type=#<Puppet::Pops::Types::PStringType:0x00000003b46538 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003b466f0 @type=#<Puppet::Pops::Types::PPatternType:0x00000003b46790 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003b46998 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2189. 2016-12-22 21:41:47,209 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_database_password in HOCON backend
  2190. 2016-12-22 21:41:47,210 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2191. 2016-12-22 21:41:47,210 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2192. 2016-12-22 21:41:47,211 - [Debug]: hiera(): Looking for data source pe
  2193. 2016-12-22 21:41:47,211 - [Debug]: hiera(): Looking for data source common
  2194. 2016-12-22 21:41:47,211 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2195. 2016-12-22 21:41:47,212 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_database_password in YAML backend
  2196. 2016-12-22 21:41:47,213 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2197. 2016-12-22 21:41:47,214 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2198. 2016-12-22 21:41:47,214 - [Debug]: hiera(): Looking for data source pe
  2199. 2016-12-22 21:41:47,214 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2200. 2016-12-22 21:41:47,214 - [Debug]: hiera(): Looking for data source common
  2201. 2016-12-22 21:41:47,214 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2202. 2016-12-22 21:41:47,218 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::orchestrator_port with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x0000000413b128 @options_t=#<Puppet::Pops::Types::PStructType:0x00000004131cb8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000004131ce0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000004131d08 @type=#<Puppet::Pops::Types::PStringType:0x00000004131dd0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000004131f10 @type=#<Puppet::Pops::Types::PPatternType:0x00000004131f60 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x000000041320a0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2203. 2016-12-22 21:41:47,220 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_port in HOCON backend
  2204. 2016-12-22 21:41:47,221 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2205. 2016-12-22 21:41:47,221 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2206. 2016-12-22 21:41:47,222 - [Debug]: hiera(): Looking for data source pe
  2207. 2016-12-22 21:41:47,222 - [Debug]: hiera(): Looking for data source common
  2208. 2016-12-22 21:41:47,222 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2209. 2016-12-22 21:41:47,223 - [Debug]: hiera(): Looking up puppet_enterprise::orchestrator_port in YAML backend
  2210. 2016-12-22 21:41:47,223 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2211. 2016-12-22 21:41:47,224 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2212. 2016-12-22 21:41:47,224 - [Debug]: hiera(): Looking for data source pe
  2213. 2016-12-22 21:41:47,224 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2214. 2016-12-22 21:41:47,225 - [Debug]: hiera(): Looking for data source common
  2215. 2016-12-22 21:41:47,225 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2216. 2016-12-22 21:41:47,227 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::pglogical_keepalives_idle with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x0000000411baf8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000004113cb8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000004113d08 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000004113d80 @type=#<Puppet::Pops::Types::PStringType:0x00000004113e48 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000004114208 @type=#<Puppet::Pops::Types::PPatternType:0x00000004114280 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000004114488 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2217. 2016-12-22 21:41:47,227 - [Debug]: hiera(): Looking up puppet_enterprise::pglogical_keepalives_idle in HOCON backend
  2218. 2016-12-22 21:41:47,228 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2219. 2016-12-22 21:41:47,228 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2220. 2016-12-22 21:41:47,229 - [Debug]: hiera(): Looking for data source pe
  2221. 2016-12-22 21:41:47,229 - [Debug]: hiera(): Looking for data source common
  2222. 2016-12-22 21:41:47,230 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2223. 2016-12-22 21:41:47,230 - [Debug]: hiera(): Looking up puppet_enterprise::pglogical_keepalives_idle in YAML backend
  2224. 2016-12-22 21:41:47,231 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2225. 2016-12-22 21:41:47,231 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2226. 2016-12-22 21:41:47,232 - [Debug]: hiera(): Looking for data source pe
  2227. 2016-12-22 21:41:47,232 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2228. 2016-12-22 21:41:47,232 - [Debug]: hiera(): Looking for data source common
  2229. 2016-12-22 21:41:47,232 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2230. 2016-12-22 21:41:47,238 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::pglogical_keepalives_interval with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000040f4160 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003bb2878 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003bb28c8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003bb28f0 @type=#<Puppet::Pops::Types::PStringType:0x00000003bb2940 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003bb2a80 @type=#<Puppet::Pops::Types::PPatternType:0x00000003bb2af8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003bb2c38 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2231. 2016-12-22 21:41:47,238 - [Debug]: hiera(): Looking up puppet_enterprise::pglogical_keepalives_interval in HOCON backend
  2232. 2016-12-22 21:41:47,239 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2233. 2016-12-22 21:41:47,239 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2234. 2016-12-22 21:41:47,239 - [Debug]: hiera(): Looking for data source pe
  2235. 2016-12-22 21:41:47,240 - [Debug]: hiera(): Looking for data source common
  2236. 2016-12-22 21:41:47,240 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2237. 2016-12-22 21:41:47,240 - [Debug]: hiera(): Looking up puppet_enterprise::pglogical_keepalives_interval in YAML backend
  2238. 2016-12-22 21:41:47,241 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2239. 2016-12-22 21:41:47,241 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2240. 2016-12-22 21:41:47,241 - [Debug]: hiera(): Looking for data source pe
  2241. 2016-12-22 21:41:47,241 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2242. 2016-12-22 21:41:47,242 - [Debug]: hiera(): Looking for data source common
  2243. 2016-12-22 21:41:47,242 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2244. 2016-12-22 21:41:47,244 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::pglogical_keepalives_count with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003b7e960 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003b766c0 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003b76710 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003b76760 @type=#<Puppet::Pops::Types::PStringType:0x00000003b767d8 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003b76940 @type=#<Puppet::Pops::Types::PPatternType:0x00000003b76990 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003b76b48 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2245. 2016-12-22 21:41:47,244 - [Debug]: hiera(): Looking up puppet_enterprise::pglogical_keepalives_count in HOCON backend
  2246. 2016-12-22 21:41:47,245 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2247. 2016-12-22 21:41:47,245 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2248. 2016-12-22 21:41:47,245 - [Debug]: hiera(): Looking for data source pe
  2249. 2016-12-22 21:41:47,245 - [Debug]: hiera(): Looking for data source common
  2250. 2016-12-22 21:41:47,246 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2251. 2016-12-22 21:41:47,246 - [Debug]: hiera(): Looking up puppet_enterprise::pglogical_keepalives_count in YAML backend
  2252. 2016-12-22 21:41:47,247 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2253. 2016-12-22 21:41:47,248 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2254. 2016-12-22 21:41:47,248 - [Debug]: hiera(): Looking for data source pe
  2255. 2016-12-22 21:41:47,249 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2256. 2016-12-22 21:41:47,249 - [Debug]: hiera(): Looking for data source common
  2257. 2016-12-22 21:41:47,249 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2258. 2016-12-22 21:41:47,253 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::use_application_services with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003b59458 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003b54a98 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003b54b10 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003b54b38 @type=#<Puppet::Pops::Types::PStringType:0x00000003b54b88 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003b54db8 @type=#<Puppet::Pops::Types::PPatternType:0x00000003b54e08 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003b55060 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2259. 2016-12-22 21:41:47,253 - [Debug]: hiera(): Looking up puppet_enterprise::use_application_services in HOCON backend
  2260. 2016-12-22 21:41:47,254 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2261. 2016-12-22 21:41:47,254 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2262. 2016-12-22 21:41:47,254 - [Debug]: hiera(): Looking for data source pe
  2263. 2016-12-22 21:41:47,254 - [Debug]: hiera(): Looking for data source common
  2264. 2016-12-22 21:41:47,255 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2265. 2016-12-22 21:41:47,255 - [Debug]: hiera(): Looking up puppet_enterprise::use_application_services in YAML backend
  2266. 2016-12-22 21:41:47,255 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2267. 2016-12-22 21:41:47,256 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2268. 2016-12-22 21:41:47,256 - [Debug]: hiera(): Looking for data source pe
  2269. 2016-12-22 21:41:47,256 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2270. 2016-12-22 21:41:47,257 - [Debug]: hiera(): Looking for data source common
  2271. 2016-12-22 21:41:47,257 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2272. 2016-12-22 21:41:47,260 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::database_ssl with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000039f24e8 @options_t=#<Puppet::Pops::Types::PStructType:0x000000039eee38 @elements=[#<Puppet::Pops::Types::PStructElement:0x000000039eee60 @key_type=#<Puppet::Pops::Types::POptionalType:0x000000039eee88 @type=#<Puppet::Pops::Types::PStringType:0x000000039eef00 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x000000039eeff0 @type=#<Puppet::Pops::Types::PPatternType:0x000000039ef068 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x000000039ef180 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2273. 2016-12-22 21:41:47,260 - [Debug]: hiera(): Looking up puppet_enterprise::database_ssl in HOCON backend
  2274. 2016-12-22 21:41:47,261 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2275. 2016-12-22 21:41:47,261 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2276. 2016-12-22 21:41:47,261 - [Debug]: hiera(): Looking for data source pe
  2277. 2016-12-22 21:41:47,261 - [Debug]: hiera(): Looking for data source common
  2278. 2016-12-22 21:41:47,261 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2279. 2016-12-22 21:41:47,262 - [Debug]: hiera(): Looking up puppet_enterprise::database_ssl in YAML backend
  2280. 2016-12-22 21:41:47,264 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2281. 2016-12-22 21:41:47,264 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2282. 2016-12-22 21:41:47,264 - [Debug]: hiera(): Looking for data source pe
  2283. 2016-12-22 21:41:47,265 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2284. 2016-12-22 21:41:47,265 - [Debug]: hiera(): Looking for data source common
  2285. 2016-12-22 21:41:47,266 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2286. 2016-12-22 21:41:47,272 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::database_cert_auth with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000040ab7a8 @options_t=#<Puppet::Pops::Types::PStructType:0x0000000409a9f8 @elements=[#<Puppet::Pops::Types::PStructElement:0x0000000409aa20 @key_type=#<Puppet::Pops::Types::POptionalType:0x0000000409aa48 @type=#<Puppet::Pops::Types::PStringType:0x0000000409aa98 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x0000000409abb0 @type=#<Puppet::Pops::Types::PPatternType:0x0000000409ac00 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x0000000409ad68 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2287. 2016-12-22 21:41:47,273 - [Debug]: hiera(): Looking up puppet_enterprise::database_cert_auth in HOCON backend
  2288. 2016-12-22 21:41:47,273 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2289. 2016-12-22 21:41:47,274 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2290. 2016-12-22 21:41:47,274 - [Debug]: hiera(): Looking for data source pe
  2291. 2016-12-22 21:41:47,275 - [Debug]: hiera(): Looking for data source common
  2292. 2016-12-22 21:41:47,275 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2293. 2016-12-22 21:41:47,275 - [Debug]: hiera(): Looking up puppet_enterprise::database_cert_auth in YAML backend
  2294. 2016-12-22 21:41:47,277 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2295. 2016-12-22 21:41:47,277 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2296. 2016-12-22 21:41:47,277 - [Debug]: hiera(): Looking for data source pe
  2297. 2016-12-22 21:41:47,278 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2298. 2016-12-22 21:41:47,278 - [Debug]: hiera(): Looking for data source common
  2299. 2016-12-22 21:41:47,278 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2300. 2016-12-22 21:41:47,281 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::license_key_path with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000040605c8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000004050ad8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000004050b28 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000004050b78 @type=#<Puppet::Pops::Types::PStringType:0x00000004050bc8 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000004050ce0 @type=#<Puppet::Pops::Types::PPatternType:0x00000004050d30 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000004050e48 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2301. 2016-12-22 21:41:47,281 - [Debug]: hiera(): Looking up puppet_enterprise::license_key_path in HOCON backend
  2302. 2016-12-22 21:41:47,282 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2303. 2016-12-22 21:41:47,282 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2304. 2016-12-22 21:41:47,283 - [Debug]: hiera(): Looking for data source pe
  2305. 2016-12-22 21:41:47,283 - [Debug]: hiera(): Looking for data source common
  2306. 2016-12-22 21:41:47,284 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2307. 2016-12-22 21:41:47,284 - [Debug]: hiera(): Looking up puppet_enterprise::license_key_path in YAML backend
  2308. 2016-12-22 21:41:47,286 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2309. 2016-12-22 21:41:47,286 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2310. 2016-12-22 21:41:47,286 - [Debug]: hiera(): Looking for data source pe
  2311. 2016-12-22 21:41:47,287 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2312. 2016-12-22 21:41:47,287 - [Debug]: hiera(): Looking for data source common
  2313. 2016-12-22 21:41:47,287 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2314. 2016-12-22 21:41:47,290 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::send_analytics_data with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003fd3bf0 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003fce4e8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003fce510 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003fce538 @type=#<Puppet::Pops::Types::PStringType:0x00000003fce588 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003fce6f0 @type=#<Puppet::Pops::Types::PPatternType:0x00000003fce740 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003fce880 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2315. 2016-12-22 21:41:47,291 - [Debug]: hiera(): Looking up puppet_enterprise::send_analytics_data in HOCON backend
  2316. 2016-12-22 21:41:47,291 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2317. 2016-12-22 21:41:47,291 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2318. 2016-12-22 21:41:47,292 - [Debug]: hiera(): Looking for data source pe
  2319. 2016-12-22 21:41:47,292 - [Debug]: hiera(): Looking for data source common
  2320. 2016-12-22 21:41:47,292 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2321. 2016-12-22 21:41:47,292 - [Debug]: hiera(): Looking up puppet_enterprise::send_analytics_data in YAML backend
  2322. 2016-12-22 21:41:47,293 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2323. 2016-12-22 21:41:47,293 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2324. 2016-12-22 21:41:47,294 - [Debug]: hiera(): Looking for data source pe
  2325. 2016-12-22 21:41:47,294 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2326. 2016-12-22 21:41:47,294 - [Debug]: hiera(): Looking for data source common
  2327. 2016-12-22 21:41:47,294 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2328. 2016-12-22 21:41:47,298 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::mcollective_middleware_port with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003f7b860 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003f69908 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003f69930 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003f699d0 @type=#<Puppet::Pops::Types::PStringType:0x00000003f69ac0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003f69ed0 @type=#<Puppet::Pops::Types::PPatternType:0x00000003f69f48 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003f6a128 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2329. 2016-12-22 21:41:47,299 - [Debug]: hiera(): Looking up puppet_enterprise::mcollective_middleware_port in HOCON backend
  2330. 2016-12-22 21:41:47,300 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2331. 2016-12-22 21:41:47,302 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2332. 2016-12-22 21:41:47,303 - [Debug]: hiera(): Looking for data source pe
  2333. 2016-12-22 21:41:47,303 - [Debug]: hiera(): Looking for data source common
  2334. 2016-12-22 21:41:47,304 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2335. 2016-12-22 21:41:47,305 - [Debug]: hiera(): Looking up puppet_enterprise::mcollective_middleware_port in YAML backend
  2336. 2016-12-22 21:41:47,306 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2337. 2016-12-22 21:41:47,306 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2338. 2016-12-22 21:41:47,307 - [Debug]: hiera(): Looking for data source pe
  2339. 2016-12-22 21:41:47,307 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2340. 2016-12-22 21:41:47,307 - [Debug]: hiera(): Looking for data source common
  2341. 2016-12-22 21:41:47,308 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2342. 2016-12-22 21:41:47,311 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::mcollective_middleware_user with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003f21888 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003f09530 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003f09558 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003f095a8 @type=#<Puppet::Pops::Types::PStringType:0x00000003f095f8 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003f09710 @type=#<Puppet::Pops::Types::PPatternType:0x00000003f09760 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003f09878 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2343. 2016-12-22 21:41:47,311 - [Debug]: hiera(): Looking up puppet_enterprise::mcollective_middleware_user in HOCON backend
  2344. 2016-12-22 21:41:47,312 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2345. 2016-12-22 21:41:47,313 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2346. 2016-12-22 21:41:47,313 - [Debug]: hiera(): Looking for data source pe
  2347. 2016-12-22 21:41:47,313 - [Debug]: hiera(): Looking for data source common
  2348. 2016-12-22 21:41:47,314 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2349. 2016-12-22 21:41:47,314 - [Debug]: hiera(): Looking up puppet_enterprise::mcollective_middleware_user in YAML backend
  2350. 2016-12-22 21:41:47,315 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2351. 2016-12-22 21:41:47,315 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2352. 2016-12-22 21:41:47,316 - [Debug]: hiera(): Looking for data source pe
  2353. 2016-12-22 21:41:47,316 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2354. 2016-12-22 21:41:47,316 - [Debug]: hiera(): Looking for data source common
  2355. 2016-12-22 21:41:47,317 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2356. 2016-12-22 21:41:47,321 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::mcollective_middleware_password with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003eac470 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003e83a70 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003e83b60 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003e83b88 @type=#<Puppet::Pops::Types::PStringType:0x00000003e83ca0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003e83e58 @type=#<Puppet::Pops::Types::PPatternType:0x00000003e83f20 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003e9c110 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2357. 2016-12-22 21:41:47,321 - [Debug]: hiera(): Looking up puppet_enterprise::mcollective_middleware_password in HOCON backend
  2358. 2016-12-22 21:41:47,322 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2359. 2016-12-22 21:41:47,322 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2360. 2016-12-22 21:41:47,323 - [Debug]: hiera(): Looking for data source pe
  2361. 2016-12-22 21:41:47,323 - [Debug]: hiera(): Looking for data source common
  2362. 2016-12-22 21:41:47,324 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2363. 2016-12-22 21:41:47,324 - [Debug]: hiera(): Looking up puppet_enterprise::mcollective_middleware_password in YAML backend
  2364. 2016-12-22 21:41:47,325 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2365. 2016-12-22 21:41:47,325 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2366. 2016-12-22 21:41:47,326 - [Debug]: hiera(): Looking for data source pe
  2367. 2016-12-22 21:41:47,326 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2368. 2016-12-22 21:41:47,326 - [Debug]: hiera(): Looking for data source common
  2369. 2016-12-22 21:41:47,327 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2370. 2016-12-22 21:41:47,330 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::manage_symlinks with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003e36ce8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003e2a060 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003e2a0b0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003e2a0d8 @type=#<Puppet::Pops::Types::PStringType:0x00000003e2a128 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003e2a240 @type=#<Puppet::Pops::Types::PPatternType:0x00000003e2a308 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003e2a4e8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2371. 2016-12-22 21:41:47,330 - [Debug]: hiera(): Looking up puppet_enterprise::manage_symlinks in HOCON backend
  2372. 2016-12-22 21:41:47,331 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2373. 2016-12-22 21:41:47,332 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2374. 2016-12-22 21:41:47,332 - [Debug]: hiera(): Looking for data source pe
  2375. 2016-12-22 21:41:47,335 - [Debug]: hiera(): Looking for data source common
  2376. 2016-12-22 21:41:47,336 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2377. 2016-12-22 21:41:47,336 - [Debug]: hiera(): Looking up puppet_enterprise::manage_symlinks in YAML backend
  2378. 2016-12-22 21:41:47,337 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2379. 2016-12-22 21:41:47,338 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2380. 2016-12-22 21:41:47,338 - [Debug]: hiera(): Looking for data source pe
  2381. 2016-12-22 21:41:47,339 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2382. 2016-12-22 21:41:47,339 - [Debug]: hiera(): Looking for data source common
  2383. 2016-12-22 21:41:47,339 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2384. 2016-12-22 21:41:47,342 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::pcp_broker_port with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003d86938 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003d78c48 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003d78cc0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003d78d10 @type=#<Puppet::Pops::Types::PStringType:0x00000003d78db0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003d79058 @type=#<Puppet::Pops::Types::PPatternType:0x00000003d790f8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003d79418 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2385. 2016-12-22 21:41:47,343 - [Debug]: hiera(): Looking up puppet_enterprise::pcp_broker_port in HOCON backend
  2386. 2016-12-22 21:41:47,344 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2387. 2016-12-22 21:41:47,344 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2388. 2016-12-22 21:41:47,344 - [Debug]: hiera(): Looking for data source pe
  2389. 2016-12-22 21:41:47,345 - [Debug]: hiera(): Looking for data source common
  2390. 2016-12-22 21:41:47,346 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2391. 2016-12-22 21:41:47,346 - [Debug]: hiera(): Looking up puppet_enterprise::pcp_broker_port in YAML backend
  2392. 2016-12-22 21:41:47,347 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2393. 2016-12-22 21:41:47,348 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2394. 2016-12-22 21:41:47,348 - [Debug]: hiera(): Looking for data source pe
  2395. 2016-12-22 21:41:47,348 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2396. 2016-12-22 21:41:47,349 - [Debug]: hiera(): Looking for data source common
  2397. 2016-12-22 21:41:47,349 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2398. 2016-12-22 21:41:47,355 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::puppetdb_sync_interval_minutes with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003cf68b0 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003cf3048 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003cf3098 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003cf30c0 @type=#<Puppet::Pops::Types::PStringType:0x00000003cf3110 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003cf3278 @type=#<Puppet::Pops::Types::PPatternType:0x00000003cf32f0 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003cf3458 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2399. 2016-12-22 21:41:47,355 - [Debug]: hiera(): Looking up puppet_enterprise::puppetdb_sync_interval_minutes in HOCON backend
  2400. 2016-12-22 21:41:47,356 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2401. 2016-12-22 21:41:47,357 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2402. 2016-12-22 21:41:47,357 - [Debug]: hiera(): Looking for data source pe
  2403. 2016-12-22 21:41:47,357 - [Debug]: hiera(): Looking for data source common
  2404. 2016-12-22 21:41:47,358 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2405. 2016-12-22 21:41:47,358 - [Debug]: hiera(): Looking up puppet_enterprise::puppetdb_sync_interval_minutes in YAML backend
  2406. 2016-12-22 21:41:47,359 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2407. 2016-12-22 21:41:47,360 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2408. 2016-12-22 21:41:47,360 - [Debug]: hiera(): Looking for data source pe
  2409. 2016-12-22 21:41:47,360 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2410. 2016-12-22 21:41:47,363 - [Debug]: hiera(): Looking for data source common
  2411. 2016-12-22 21:41:47,363 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2412. 2016-12-22 21:41:47,367 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::ha_enabled_replicas with options {:variables=>Scope(Class[Puppet_enterprise]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003cbd678 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003cba2c0 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003cba2e8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003cba310 @type=#<Puppet::Pops::Types::PStringType:0x00000003cba360 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003cba4f0 @type=#<Puppet::Pops::Types::PPatternType:0x00000003cba568 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003cba6a8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2413. 2016-12-22 21:41:47,368 - [Debug]: hiera(): Looking up puppet_enterprise::ha_enabled_replicas in HOCON backend
  2414. 2016-12-22 21:41:47,370 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2415. 2016-12-22 21:41:47,370 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2416. 2016-12-22 21:41:47,370 - [Debug]: hiera(): Looking for data source pe
  2417. 2016-12-22 21:41:47,371 - [Debug]: hiera(): Looking for data source common
  2418. 2016-12-22 21:41:47,371 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2419. 2016-12-22 21:41:47,372 - [Debug]: hiera(): Looking up puppet_enterprise::ha_enabled_replicas in YAML backend
  2420. 2016-12-22 21:41:47,374 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2421. 2016-12-22 21:41:47,374 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2422. 2016-12-22 21:41:47,375 - [Debug]: hiera(): Looking for data source pe
  2423. 2016-12-22 21:41:47,375 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2424. 2016-12-22 21:41:47,375 - [Debug]: hiera(): Looking for data source common
  2425. 2016-12-22 21:41:47,376 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2426. 2016-12-22 21:41:47,432 - [Debug]: Performing a hiera indirector lookup of pe_install::ca_certname with options {:variables=>Scope(Class[Pe_install]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003ac9380 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003ab8378 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003ab83a0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003ab83c8 @type=#<Puppet::Pops::Types::PStringType:0x00000003ab8440 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003ab8580 @type=#<Puppet::Pops::Types::PPatternType:0x00000003ab85f8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003ab8878 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2427. 2016-12-22 21:41:47,433 - [Debug]: hiera(): Looking up pe_install::ca_certname in HOCON backend
  2428. 2016-12-22 21:41:47,434 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2429. 2016-12-22 21:41:47,437 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2430. 2016-12-22 21:41:47,438 - [Debug]: hiera(): Looking for data source pe
  2431. 2016-12-22 21:41:47,438 - [Debug]: hiera(): Looking for data source common
  2432. 2016-12-22 21:41:47,439 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2433. 2016-12-22 21:41:47,439 - [Debug]: hiera(): Looking up pe_install::ca_certname in YAML backend
  2434. 2016-12-22 21:41:47,441 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2435. 2016-12-22 21:41:47,442 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2436. 2016-12-22 21:41:47,442 - [Debug]: hiera(): Looking for data source pe
  2437. 2016-12-22 21:41:47,443 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2438. 2016-12-22 21:41:47,444 - [Debug]: hiera(): Looking for data source common
  2439. 2016-12-22 21:41:47,444 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2440. 2016-12-22 21:41:47,453 - [Debug]: Performing a hiera indirector lookup of pe_install::master_certname with options {:variables=>Scope(Class[Pe_install]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003a77be8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003a70528 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003a705c8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003a70ca8 @type=#<Puppet::Pops::Types::PStringType:0x00000003a70d20 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003a70f78 @type=#<Puppet::Pops::Types::PPatternType:0x00000003a71180 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003a71720 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2441. 2016-12-22 21:41:47,454 - [Debug]: hiera(): Looking up pe_install::master_certname in HOCON backend
  2442. 2016-12-22 21:41:47,455 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2443. 2016-12-22 21:41:47,456 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2444. 2016-12-22 21:41:47,456 - [Debug]: hiera(): Looking for data source pe
  2445. 2016-12-22 21:41:47,457 - [Debug]: hiera(): Looking for data source common
  2446. 2016-12-22 21:41:47,457 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2447. 2016-12-22 21:41:47,457 - [Debug]: hiera(): Looking up pe_install::master_certname in YAML backend
  2448. 2016-12-22 21:41:47,459 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2449. 2016-12-22 21:41:47,459 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2450. 2016-12-22 21:41:47,460 - [Debug]: hiera(): Looking for data source pe
  2451. 2016-12-22 21:41:47,460 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2452. 2016-12-22 21:41:47,460 - [Debug]: hiera(): Looking for data source common
  2453. 2016-12-22 21:41:47,461 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2454. 2016-12-22 21:41:47,464 - [Debug]: Performing a hiera indirector lookup of pe_install::puppetdb_certname with options {:variables=>Scope(Class[Pe_install]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003a5ba10 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003a55cf0 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003a55db8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003a55de0 @type=#<Puppet::Pops::Types::PStringType:0x00000003a55f20 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003a561c8 @type=#<Puppet::Pops::Types::PPatternType:0x00000003a56218 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003a564e8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2455. 2016-12-22 21:41:47,464 - [Debug]: hiera(): Looking up pe_install::puppetdb_certname in HOCON backend
  2456. 2016-12-22 21:41:47,465 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2457. 2016-12-22 21:41:47,465 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2458. 2016-12-22 21:41:47,466 - [Debug]: hiera(): Looking for data source pe
  2459. 2016-12-22 21:41:47,468 - [Debug]: hiera(): Looking for data source common
  2460. 2016-12-22 21:41:47,469 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2461. 2016-12-22 21:41:47,470 - [Debug]: hiera(): Looking up pe_install::puppetdb_certname in YAML backend
  2462. 2016-12-22 21:41:47,472 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2463. 2016-12-22 21:41:47,472 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2464. 2016-12-22 21:41:47,472 - [Debug]: hiera(): Looking for data source pe
  2465. 2016-12-22 21:41:47,473 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2466. 2016-12-22 21:41:47,473 - [Debug]: hiera(): Looking for data source common
  2467. 2016-12-22 21:41:47,473 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2468. 2016-12-22 21:41:47,477 - [Debug]: Performing a hiera indirector lookup of pe_install::console_certname with options {:variables=>Scope(Class[Pe_install]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003a3eb68 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003a3afe0 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003a3b008 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003a3b030 @type=#<Puppet::Pops::Types::PStringType:0x00000003a3b080 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003a3b170 @type=#<Puppet::Pops::Types::PPatternType:0x00000003a3b1c0 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003a3b300 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2469. 2016-12-22 21:41:47,478 - [Debug]: hiera(): Looking up pe_install::console_certname in HOCON backend
  2470. 2016-12-22 21:41:47,479 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2471. 2016-12-22 21:41:47,479 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2472. 2016-12-22 21:41:47,479 - [Debug]: hiera(): Looking for data source pe
  2473. 2016-12-22 21:41:47,480 - [Debug]: hiera(): Looking for data source common
  2474. 2016-12-22 21:41:47,480 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2475. 2016-12-22 21:41:47,481 - [Debug]: hiera(): Looking up pe_install::console_certname in YAML backend
  2476. 2016-12-22 21:41:47,482 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2477. 2016-12-22 21:41:47,482 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2478. 2016-12-22 21:41:47,482 - [Debug]: hiera(): Looking for data source pe
  2479. 2016-12-22 21:41:47,489 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2480. 2016-12-22 21:41:47,489 - [Debug]: hiera(): Looking for data source common
  2481. 2016-12-22 21:41:47,490 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2482. 2016-12-22 21:41:47,493 - [Debug]: Performing a hiera indirector lookup of pe_install::database_certname with options {:variables=>Scope(Class[Pe_install]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003a25730 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003a21dd8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003a21e00 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003a21e28 @type=#<Puppet::Pops::Types::PStringType:0x00000003a21e78 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003a21f68 @type=#<Puppet::Pops::Types::PPatternType:0x00000003a21fb8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003a22120 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2483. 2016-12-22 21:41:47,494 - [Debug]: hiera(): Looking up pe_install::database_certname in HOCON backend
  2484. 2016-12-22 21:41:47,495 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2485. 2016-12-22 21:41:47,496 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2486. 2016-12-22 21:41:47,496 - [Debug]: hiera(): Looking for data source pe
  2487. 2016-12-22 21:41:47,496 - [Debug]: hiera(): Looking for data source common
  2488. 2016-12-22 21:41:47,497 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2489. 2016-12-22 21:41:47,497 - [Debug]: hiera(): Looking up pe_install::database_certname in YAML backend
  2490. 2016-12-22 21:41:47,501 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2491. 2016-12-22 21:41:47,503 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2492. 2016-12-22 21:41:47,504 - [Debug]: hiera(): Looking for data source pe
  2493. 2016-12-22 21:41:47,504 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2494. 2016-12-22 21:41:47,504 - [Debug]: hiera(): Looking for data source common
  2495. 2016-12-22 21:41:47,505 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2496. 2016-12-22 21:41:47,510 - [Debug]: Performing a hiera indirector lookup of pe_install::puppet_master_dnsaltnames with options {:variables=>Scope(Class[Pe_install]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003a0c5a0 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003a08748 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003a08770 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003a08798 @type=#<Puppet::Pops::Types::PStringType:0x00000003a087e8 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003a08a40 @type=#<Puppet::Pops::Types::PPatternType:0x00000003a08ab8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003a08bf8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2497. 2016-12-22 21:41:47,511 - [Debug]: hiera(): Looking up pe_install::puppet_master_dnsaltnames in HOCON backend
  2498. 2016-12-22 21:41:47,512 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2499. 2016-12-22 21:41:47,512 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2500. 2016-12-22 21:41:47,512 - [Debug]: hiera(): Looking for data source pe
  2501. 2016-12-22 21:41:47,513 - [Debug]: hiera(): Found pe_install::puppet_master_dnsaltnames in pe
  2502. 2016-12-22 21:41:47,524 - [Debug]: Performing a hiera indirector lookup of pe_install::console_admin_password with options {:variables=>Scope(Class[Pe_install]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002bcdc50 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002eb6980 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002eb6b88 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002eb6d90 @type=#<Puppet::Pops::Types::PStringType:0x00000002eb6de0 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002eb7150 @type=#<Puppet::Pops::Types::PPatternType:0x00000002eb71c8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002eb75d8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2503. 2016-12-22 21:41:47,525 - [Debug]: hiera(): Looking up pe_install::console_admin_password in HOCON backend
  2504. 2016-12-22 21:41:47,525 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2505. 2016-12-22 21:41:47,526 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2506. 2016-12-22 21:41:47,526 - [Debug]: hiera(): Looking for data source pe
  2507. 2016-12-22 21:41:47,528 - [Debug]: hiera(): Looking for data source common
  2508. 2016-12-22 21:41:47,528 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2509. 2016-12-22 21:41:47,529 - [Debug]: hiera(): Looking up pe_install::console_admin_password in YAML backend
  2510. 2016-12-22 21:41:47,530 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2511. 2016-12-22 21:41:47,532 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2512. 2016-12-22 21:41:47,532 - [Debug]: hiera(): Looking for data source pe
  2513. 2016-12-22 21:41:47,533 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2514. 2016-12-22 21:41:47,534 - [Debug]: hiera(): Looking for data source common
  2515. 2016-12-22 21:41:47,535 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2516. 2016-12-22 21:41:47,699 - [Debug]: hiera(): Looking up console_admin_password in HOCON backend
  2517. 2016-12-22 21:41:47,702 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2518. 2016-12-22 21:41:47,703 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2519. 2016-12-22 21:41:47,703 - [Debug]: hiera(): Looking for data source pe
  2520. 2016-12-22 21:41:47,703 - [Debug]: hiera(): Found console_admin_password in pe
  2521. 2016-12-22 21:41:47,710 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/pe_install/manifests/validate.pp' in environment production
  2522. 2016-12-22 21:41:47,714 - [Debug]: Automatically imported pe_install::validate from pe_install/validate into production
  2523. 2016-12-22 21:41:47,722 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/pe_install/manifests/params.pp' in environment production
  2524. 2016-12-22 21:41:47,738 - [Debug]: Automatically imported pe_install::params from pe_install/params into production
  2525. 2016-12-22 21:41:47,792 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/pe_install/manifests/prepare.pp' in environment production
  2526. 2016-12-22 21:41:47,898 - [Debug]: Automatically imported pe_install::prepare from pe_install/prepare into production
  2527. 2016-12-22 21:41:47,923 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/pe_install/manifests/upgrade/stop_services.pp' in environment production
  2528. 2016-12-22 21:41:47,960 - [Debug]: Automatically imported pe_install::upgrade::stop_services from pe_install/upgrade/stop_services into production
  2529. 2016-12-22 21:41:47,964 - [Debug]: Performing a hiera indirector lookup of pe_install::upgrade::stop_services::force_service_halt with options {:variables=>Scope(Class[Pe_install::Upgrade::Stop_services]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003cbdb00 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003cba7e8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003cba810 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003cba838 @type=#<Puppet::Pops::Types::PStringType:0x00000003cba888 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003cba9a0 @type=#<Puppet::Pops::Types::PPatternType:0x00000003cbaa18 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003cbab80 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2530. 2016-12-22 21:41:47,965 - [Debug]: hiera(): Looking up pe_install::upgrade::stop_services::force_service_halt in HOCON backend
  2531. 2016-12-22 21:41:47,965 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2532. 2016-12-22 21:41:47,965 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2533. 2016-12-22 21:41:47,966 - [Debug]: hiera(): Looking for data source pe
  2534. 2016-12-22 21:41:47,966 - [Debug]: hiera(): Looking for data source common
  2535. 2016-12-22 21:41:47,966 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2536. 2016-12-22 21:41:47,966 - [Debug]: hiera(): Looking up pe_install::upgrade::stop_services::force_service_halt in YAML backend
  2537. 2016-12-22 21:41:47,970 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2538. 2016-12-22 21:41:47,971 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2539. 2016-12-22 21:41:47,971 - [Debug]: hiera(): Looking for data source pe
  2540. 2016-12-22 21:41:47,971 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2541. 2016-12-22 21:41:47,971 - [Debug]: hiera(): Looking for data source common
  2542. 2016-12-22 21:41:47,972 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2543. 2016-12-22 21:41:47,978 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/pe_install/manifests/upgrade/clear_cached_catalogs.pp' in environment production
  2544. 2016-12-22 21:41:47,985 - [Debug]: Automatically imported pe_install::upgrade::clear_cached_catalogs from pe_install/upgrade/clear_cached_catalogs into production
  2545. 2016-12-22 21:41:47,991 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/pe_install/manifests/upgrade/remove_logrotate_config_for_tk_services.pp' in environment production
  2546. 2016-12-22 21:41:48,007 - [Debug]: Automatically imported pe_install::upgrade::remove_logrotate_config_for_tk_services from pe_install/upgrade/remove_logrotate_config_for_tk_services into production
  2547. 2016-12-22 21:41:48,013 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/pe_install/manifests/prepare/puppet_config.pp' in environment production
  2548. 2016-12-22 21:41:48,025 - [Debug]: Automatically imported pe_install::prepare::puppet_config from pe_install/prepare/puppet_config into production
  2549. 2016-12-22 21:41:48,137 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/pe_install/manifests/prepare/certificates.pp' in environment production
  2550. 2016-12-22 21:41:48,166 - [Debug]: Automatically imported pe_install::prepare::certificates from pe_install/prepare/certificates into production
  2551. 2016-12-22 21:41:49,704 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/pe_install/manifests/install.pp' in environment production
  2552. 2016-12-22 21:41:49,765 - [Debug]: Automatically imported pe_install::install from pe_install/install into production
  2553. 2016-12-22 21:41:49,773 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/manifests/profile/agent.pp' in environment production
  2554. 2016-12-22 21:41:49,793 - [Debug]: Automatically imported puppet_enterprise::profile::agent from puppet_enterprise/profile/agent into production
  2555. 2016-12-22 21:41:49,798 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::profile::agent::manage_symlinks with options {:variables=>Scope(Class[Puppet_enterprise::Profile::Agent]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003b741b8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003b6e100 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003b6e128 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003b6e178 @type=#<Puppet::Pops::Types::PStringType:0x00000003b6e218 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003b6e498 @type=#<Puppet::Pops::Types::PPatternType:0x00000003b6e510 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003b6e6f0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2556. 2016-12-22 21:41:49,798 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::manage_symlinks in HOCON backend
  2557. 2016-12-22 21:41:49,799 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2558. 2016-12-22 21:41:49,800 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2559. 2016-12-22 21:41:49,800 - [Debug]: hiera(): Looking for data source pe
  2560. 2016-12-22 21:41:49,800 - [Debug]: hiera(): Looking for data source common
  2561. 2016-12-22 21:41:49,804 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2562. 2016-12-22 21:41:49,804 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::manage_symlinks in YAML backend
  2563. 2016-12-22 21:41:49,806 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2564. 2016-12-22 21:41:49,807 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2565. 2016-12-22 21:41:49,808 - [Debug]: hiera(): Looking for data source pe
  2566. 2016-12-22 21:41:49,808 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2567. 2016-12-22 21:41:49,808 - [Debug]: hiera(): Looking for data source common
  2568. 2016-12-22 21:41:49,809 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2569. 2016-12-22 21:41:49,814 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::profile::agent::pxp_enabled with options {:variables=>Scope(Class[Puppet_enterprise::Profile::Agent]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003b52798 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003b4d568 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003b4d5b8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003b4d5e0 @type=#<Puppet::Pops::Types::PStringType:0x00000003b4d658 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003b4d798 @type=#<Puppet::Pops::Types::PPatternType:0x00000003b4d810 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003b4d9c8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2570. 2016-12-22 21:41:49,814 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::pxp_enabled in HOCON backend
  2571. 2016-12-22 21:41:49,815 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2572. 2016-12-22 21:41:49,815 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2573. 2016-12-22 21:41:49,816 - [Debug]: hiera(): Looking for data source pe
  2574. 2016-12-22 21:41:49,817 - [Debug]: hiera(): Looking for data source common
  2575. 2016-12-22 21:41:49,817 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2576. 2016-12-22 21:41:49,818 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::pxp_enabled in YAML backend
  2577. 2016-12-22 21:41:49,820 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2578. 2016-12-22 21:41:49,820 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2579. 2016-12-22 21:41:49,821 - [Debug]: hiera(): Looking for data source pe
  2580. 2016-12-22 21:41:49,821 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2581. 2016-12-22 21:41:49,821 - [Debug]: hiera(): Looking for data source common
  2582. 2016-12-22 21:41:49,822 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2583. 2016-12-22 21:41:49,827 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::profile::agent::pcp_broker_host with options {:variables=>Scope(Class[Puppet_enterprise::Profile::Agent]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x000000039c34e0 @options_t=#<Puppet::Pops::Types::PStructType:0x000000040e60d8 @elements=[#<Puppet::Pops::Types::PStructElement:0x000000040e6100 @key_type=#<Puppet::Pops::Types::POptionalType:0x000000040e6128 @type=#<Puppet::Pops::Types::PStringType:0x000000040e6178 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x000000040e6308 @type=#<Puppet::Pops::Types::PPatternType:0x000000040e6358 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x000000040e6588 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2584. 2016-12-22 21:41:49,828 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::pcp_broker_host in HOCON backend
  2585. 2016-12-22 21:41:49,828 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2586. 2016-12-22 21:41:49,829 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2587. 2016-12-22 21:41:49,829 - [Debug]: hiera(): Looking for data source pe
  2588. 2016-12-22 21:41:49,829 - [Debug]: hiera(): Looking for data source common
  2589. 2016-12-22 21:41:49,830 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2590. 2016-12-22 21:41:49,831 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::pcp_broker_host in YAML backend
  2591. 2016-12-22 21:41:49,832 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2592. 2016-12-22 21:41:49,833 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2593. 2016-12-22 21:41:49,833 - [Debug]: hiera(): Looking for data source pe
  2594. 2016-12-22 21:41:49,835 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2595. 2016-12-22 21:41:49,836 - [Debug]: hiera(): Looking for data source common
  2596. 2016-12-22 21:41:49,836 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2597. 2016-12-22 21:41:49,840 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::profile::agent::pcp_broker_port with options {:variables=>Scope(Class[Puppet_enterprise::Profile::Agent]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000004098248 @options_t=#<Puppet::Pops::Types::PStructType:0x0000000407b940 @elements=[#<Puppet::Pops::Types::PStructElement:0x0000000407b9b8 @key_type=#<Puppet::Pops::Types::POptionalType:0x0000000407bd00 @type=#<Puppet::Pops::Types::PStringType:0x0000000407be90 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x0000000407c2c8 @type=#<Puppet::Pops::Types::PPatternType:0x0000000407c408 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x0000000407c890 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2598. 2016-12-22 21:41:49,840 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::pcp_broker_port in HOCON backend
  2599. 2016-12-22 21:41:49,841 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2600. 2016-12-22 21:41:49,842 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2601. 2016-12-22 21:41:49,842 - [Debug]: hiera(): Looking for data source pe
  2602. 2016-12-22 21:41:49,842 - [Debug]: hiera(): Looking for data source common
  2603. 2016-12-22 21:41:49,843 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2604. 2016-12-22 21:41:49,843 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::pcp_broker_port in YAML backend
  2605. 2016-12-22 21:41:49,844 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2606. 2016-12-22 21:41:49,844 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2607. 2016-12-22 21:41:49,845 - [Debug]: hiera(): Looking for data source pe
  2608. 2016-12-22 21:41:49,845 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2609. 2016-12-22 21:41:49,845 - [Debug]: hiera(): Looking for data source common
  2610. 2016-12-22 21:41:49,846 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2611. 2016-12-22 21:41:49,855 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::profile::agent::manage_puppet_conf with options {:variables=>Scope(Class[Puppet_enterprise::Profile::Agent]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000004022d68 @options_t=#<Puppet::Pops::Types::PStructType:0x0000000401b400 @elements=[#<Puppet::Pops::Types::PStructElement:0x0000000401b428 @key_type=#<Puppet::Pops::Types::POptionalType:0x0000000401b478 @type=#<Puppet::Pops::Types::PStringType:0x0000000401b4c8 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x0000000401b608 @type=#<Puppet::Pops::Types::PPatternType:0x0000000401b658 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x0000000401b7c0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2612. 2016-12-22 21:41:49,856 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::manage_puppet_conf in HOCON backend
  2613. 2016-12-22 21:41:49,857 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2614. 2016-12-22 21:41:49,857 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2615. 2016-12-22 21:41:49,858 - [Debug]: hiera(): Looking for data source pe
  2616. 2016-12-22 21:41:49,858 - [Debug]: hiera(): Looking for data source common
  2617. 2016-12-22 21:41:49,858 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2618. 2016-12-22 21:41:49,859 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::manage_puppet_conf in YAML backend
  2619. 2016-12-22 21:41:49,860 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2620. 2016-12-22 21:41:49,860 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2621. 2016-12-22 21:41:49,861 - [Debug]: hiera(): Looking for data source pe
  2622. 2016-12-22 21:41:49,861 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2623. 2016-12-22 21:41:49,861 - [Debug]: hiera(): Looking for data source common
  2624. 2016-12-22 21:41:49,861 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2625. 2016-12-22 21:41:49,870 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::profile::agent::server_list with options {:variables=>Scope(Class[Puppet_enterprise::Profile::Agent]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003f8ced0 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003f82110 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003f83bf0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003f83c40 @type=#<Puppet::Pops::Types::PStringType:0x00000003f83c90 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003f83da8 @type=#<Puppet::Pops::Types::PPatternType:0x00000003f83e70 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003f84118 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2626. 2016-12-22 21:41:49,871 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::server_list in HOCON backend
  2627. 2016-12-22 21:41:49,873 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2628. 2016-12-22 21:41:49,874 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2629. 2016-12-22 21:41:49,874 - [Debug]: hiera(): Looking for data source pe
  2630. 2016-12-22 21:41:49,875 - [Debug]: hiera(): Looking for data source common
  2631. 2016-12-22 21:41:49,875 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2632. 2016-12-22 21:41:49,875 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::server_list in YAML backend
  2633. 2016-12-22 21:41:49,878 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2634. 2016-12-22 21:41:49,879 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2635. 2016-12-22 21:41:49,880 - [Debug]: hiera(): Looking for data source pe
  2636. 2016-12-22 21:41:49,881 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2637. 2016-12-22 21:41:49,881 - [Debug]: hiera(): Looking for data source common
  2638. 2016-12-22 21:41:49,881 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2639. 2016-12-22 21:41:49,887 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::profile::agent::pcp_broker_ws_uris with options {:variables=>Scope(Class[Puppet_enterprise::Profile::Agent]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003f381c8 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003f0b330 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003f0b358 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003f0b3d0 @type=#<Puppet::Pops::Types::PStringType:0x00000003f0b448 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003f0b628 @type=#<Puppet::Pops::Types::PPatternType:0x00000003f0b6f0 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003f0b8a8 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2640. 2016-12-22 21:41:49,887 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::pcp_broker_ws_uris in HOCON backend
  2641. 2016-12-22 21:41:49,888 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2642. 2016-12-22 21:41:49,888 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2643. 2016-12-22 21:41:49,889 - [Debug]: hiera(): Looking for data source pe
  2644. 2016-12-22 21:41:49,889 - [Debug]: hiera(): Looking for data source common
  2645. 2016-12-22 21:41:49,889 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2646. 2016-12-22 21:41:49,890 - [Debug]: hiera(): Looking up puppet_enterprise::profile::agent::pcp_broker_ws_uris in YAML backend
  2647. 2016-12-22 21:41:49,892 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2648. 2016-12-22 21:41:49,892 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2649. 2016-12-22 21:41:49,892 - [Debug]: hiera(): Looking for data source pe
  2650. 2016-12-22 21:41:49,893 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2651. 2016-12-22 21:41:49,893 - [Debug]: hiera(): Looking for data source common
  2652. 2016-12-22 21:41:49,893 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2653. 2016-12-22 21:41:49,907 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/manifests/symlinks.pp' in environment production
  2654. 2016-12-22 21:41:49,944 - [Debug]: Automatically imported puppet_enterprise::symlinks from puppet_enterprise/symlinks into production
  2655. 2016-12-22 21:41:49,952 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::symlinks::manage_symlinks with options {:variables=>Scope(Class[Puppet_enterprise::Symlinks]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000003cbed48 @options_t=#<Puppet::Pops::Types::PStructType:0x00000003cbb8c8 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000003cbb8f0 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000003cbb940 @type=#<Puppet::Pops::Types::PStringType:0x00000003cbb990 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000003cbba80 @type=#<Puppet::Pops::Types::PPatternType:0x00000003cbbaf8 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000003cbbc38 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2656. 2016-12-22 21:41:49,953 - [Debug]: hiera(): Looking up puppet_enterprise::symlinks::manage_symlinks in HOCON backend
  2657. 2016-12-22 21:41:49,954 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2658. 2016-12-22 21:41:49,955 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2659. 2016-12-22 21:41:49,955 - [Debug]: hiera(): Looking for data source pe
  2660. 2016-12-22 21:41:49,956 - [Debug]: hiera(): Looking for data source common
  2661. 2016-12-22 21:41:49,957 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2662. 2016-12-22 21:41:49,957 - [Debug]: hiera(): Looking up puppet_enterprise::symlinks::manage_symlinks in YAML backend
  2663. 2016-12-22 21:41:49,959 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2664. 2016-12-22 21:41:49,960 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2665. 2016-12-22 21:41:49,961 - [Debug]: hiera(): Looking for data source pe
  2666. 2016-12-22 21:41:49,961 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2667. 2016-12-22 21:41:49,962 - [Debug]: hiera(): Looking for data source common
  2668. 2016-12-22 21:41:49,962 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2669. 2016-12-22 21:41:50,032 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/manifests/pxp_agent.pp' in environment production
  2670. 2016-12-22 21:41:50,131 - [Debug]: Automatically imported puppet_enterprise::pxp_agent from puppet_enterprise/pxp_agent into production
  2671. 2016-12-22 21:41:50,137 - [Debug]: Performing a hiera indirector lookup of puppet_enterprise::pxp_agent::pxp_loglevel with options {:variables=>Scope(Class[Puppet_enterprise::Pxp_agent]), :merge=>#<Puppet::Pops::FirstFoundStrategy:0x00000002a74c00 @options_t=#<Puppet::Pops::Types::PStructType:0x00000002a6c370 @elements=[#<Puppet::Pops::Types::PStructElement:0x00000002a6c3e8 @key_type=#<Puppet::Pops::Types::POptionalType:0x00000002a6c488 @type=#<Puppet::Pops::Types::PStringType:0x00000002a6c550 @size_type=nil, @values=["strategy"]>>, @value_type=#<Puppet::Pops::Types::POptionalType:0x00000002a6c7d0 @type=#<Puppet::Pops::Types::PPatternType:0x00000002a6c820 @patterns=[#<Puppet::Pops::Types::PRegexpType:0x00000002a6caf0 @pattern="first", @regexp=/first/>]>>>]>, @options={}>}
  2672. 2016-12-22 21:41:50,138 - [Debug]: hiera(): Looking up puppet_enterprise::pxp_agent::pxp_loglevel in HOCON backend
  2673. 2016-12-22 21:41:50,138 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2674. 2016-12-22 21:41:50,139 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/nodes/localhost.localdomain.conf, skipping
  2675. 2016-12-22 21:41:50,140 - [Debug]: hiera(): Looking for data source pe
  2676. 2016-12-22 21:41:50,140 - [Debug]: hiera(): Looking for data source common
  2677. 2016-12-22 21:41:50,140 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/enterprise/conf.d/common.conf, skipping
  2678. 2016-12-22 21:41:50,141 - [Debug]: hiera(): Looking up puppet_enterprise::pxp_agent::pxp_loglevel in YAML backend
  2679. 2016-12-22 21:41:50,144 - [Debug]: hiera(): Looking for data source nodes/localhost.localdomain
  2680. 2016-12-22 21:41:50,144 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/nodes/localhost.localdomain.yaml, skipping
  2681. 2016-12-22 21:41:50,144 - [Debug]: hiera(): Looking for data source pe
  2682. 2016-12-22 21:41:50,145 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/pe.yaml, skipping
  2683. 2016-12-22 21:41:50,145 - [Debug]: hiera(): Looking for data source common
  2684. 2016-12-22 21:41:50,146 - [Debug]: hiera(): Cannot find datafile /etc/puppetlabs/code/environments/production/hieradata/common.yaml, skipping
  2685. 2016-12-22 21:41:50,246 - [Debug]: template[inline]: Bound template variables for inline template in 0.00 seconds
  2686. 2016-12-22 21:41:50,247 - [Debug]: template[inline]: Interpolated template inline template in 0.00 seconds
  2687. 2016-12-22 21:41:50,254 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/puppet_enterprise/manifests/pxp_agent/service.pp' in environment production
  2688. 2016-12-22 21:41:50,261 - [Debug]: Automatically imported puppet_enterprise::pxp_agent::service from puppet_enterprise/pxp_agent/service into production
  2689. 2016-12-22 21:41:50,270 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/pe_infrastructure/manifests/init.pp' in environment production
  2690. 2016-12-22 21:41:50,272 - [Debug]: importing '/opt/puppetlabs/server/data/enterprise/modules/pe_infrastructure/manifests/puppet_infra_shims.pp' in environment production
  2691. 2016-12-22 21:41:50,282 - [Debug]: Automatically imported pe_infrastructure::puppet_infra_shims from pe_infrastructure/puppet_infra_shims into production
  2692. 2016-12-22 21:41:50,310 - [Debug]: Adding relationship from Class[Pe_install::Validate] to Class[Pe_install::Prepare] with 'before'
  2693. 2016-12-22 21:41:50,310 - [Debug]: Adding relationship from File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infra] to File[/opt/puppetlabs/bin/puppet-infra] with 'before'
  2694. 2016-12-22 21:41:50,311 - [Debug]: Adding relationship from File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure] to File[/opt/puppetlabs/bin/puppet-infrastructure] with 'before'
  2695. 2016-12-22 21:41:50,318 - [Debug]: Adding relationship from Class[Pe_install::Prepare] to Class[Pe_install::Install] with 'before'
  2696. 2016-12-22 21:41:50,325 - [Debug]: File[/usr/local]: Adding default for mode
  2697. 2016-12-22 21:41:50,325 - [Debug]: File[/usr/local]: Adding default for owner
  2698. 2016-12-22 21:41:50,326 - [Debug]: File[/usr/local]: Adding default for group
  2699. 2016-12-22 21:41:50,327 - [Debug]: File[/usr/local/bin]: Adding default for mode
  2700. 2016-12-22 21:41:50,328 - [Debug]: File[/usr/local/bin]: Adding default for owner
  2701. 2016-12-22 21:41:50,329 - [Debug]: File[/usr/local/bin]: Adding default for group
  2702. 2016-12-22 21:41:50,330 - [Debug]: File[/usr/local/bin/facter]: Adding default for mode
  2703. 2016-12-22 21:41:50,330 - [Debug]: File[/usr/local/bin/facter]: Adding default for owner
  2704. 2016-12-22 21:41:50,331 - [Debug]: File[/usr/local/bin/facter]: Adding default for group
  2705. 2016-12-22 21:41:50,332 - [Debug]: File[/usr/local/bin/puppet]: Adding default for mode
  2706. 2016-12-22 21:41:50,332 - [Debug]: File[/usr/local/bin/puppet]: Adding default for owner
  2707. 2016-12-22 21:41:50,333 - [Debug]: File[/usr/local/bin/puppet]: Adding default for group
  2708. 2016-12-22 21:41:50,333 - [Debug]: File[/usr/local/bin/pe-man]: Adding default for mode
  2709. 2016-12-22 21:41:50,334 - [Debug]: File[/usr/local/bin/pe-man]: Adding default for owner
  2710. 2016-12-22 21:41:50,335 - [Debug]: File[/usr/local/bin/pe-man]: Adding default for group
  2711. 2016-12-22 21:41:50,336 - [Debug]: File[/usr/local/bin/hiera]: Adding default for mode
  2712. 2016-12-22 21:41:50,337 - [Debug]: File[/usr/local/bin/hiera]: Adding default for owner
  2713. 2016-12-22 21:41:50,337 - [Debug]: File[/usr/local/bin/hiera]: Adding default for group
  2714. 2016-12-22 21:41:50,338 - [Debug]: File[/usr/local/bin/mco]: Adding default for mode
  2715. 2016-12-22 21:41:50,338 - [Debug]: File[/usr/local/bin/mco]: Adding default for owner
  2716. 2016-12-22 21:41:50,339 - [Debug]: File[/usr/local/bin/mco]: Adding default for group
  2717. 2016-12-22 21:41:50,340 - [Debug]: File[/usr/local/bin/r10k]: Adding default for mode
  2718. 2016-12-22 21:41:50,340 - [Debug]: File[/usr/local/bin/r10k]: Adding default for owner
  2719. 2016-12-22 21:41:50,342 - [Debug]: File[/usr/local/bin/r10k]: Adding default for group
  2720. 2016-12-22 21:41:50,344 - [Debug]: File[/opt/puppetlabs/bin/puppet-infra]: Adding default for mode
  2721. 2016-12-22 21:41:50,345 - [Debug]: File[/opt/puppetlabs/bin/puppet-infrastructure]: Adding default for mode
  2722. 2016-12-22 21:41:50,369 - [Notice]: Compiled catalog for localhost.localdomain in environment production in 5.24 seconds
  2723. 2016-12-22 21:41:50,461 - [Debug]: /File[/usr/local]/seluser: Found seluser default 'system_u' for /usr/local
  2724. 2016-12-22 21:41:50,463 - [Debug]: /File[/usr/local]/selrole: Found selrole default 'object_r' for /usr/local
  2725. 2016-12-22 21:41:50,471 - [Debug]: /File[/usr/local]/seltype: Found seltype default 'usr_t' for /usr/local
  2726. 2016-12-22 21:41:50,475 - [Debug]: /File[/usr/local]/selrange: Found selrange default 's0' for /usr/local
  2727. 2016-12-22 21:41:50,482 - [Debug]: /File[/usr/local/bin]/seluser: Found seluser default 'system_u' for /usr/local/bin
  2728. 2016-12-22 21:41:50,487 - [Debug]: /File[/usr/local/bin]/selrole: Found selrole default 'object_r' for /usr/local/bin
  2729. 2016-12-22 21:41:50,491 - [Debug]: /File[/usr/local/bin]/seltype: Found seltype default 'bin_t' for /usr/local/bin
  2730. 2016-12-22 21:41:50,494 - [Debug]: /File[/usr/local/bin]/selrange: Found selrange default 's0' for /usr/local/bin
  2731. 2016-12-22 21:41:50,506 - [Debug]: /File[/usr/local/bin/facter]/seluser: Found seluser default 'system_u' for /usr/local/bin/facter
  2732. 2016-12-22 21:41:50,524 - [Debug]: /File[/usr/local/bin/facter]/selrole: Found selrole default 'object_r' for /usr/local/bin/facter
  2733. 2016-12-22 21:41:50,527 - [Debug]: /File[/usr/local/bin/facter]/seltype: Found seltype default 'bin_t' for /usr/local/bin/facter
  2734. 2016-12-22 21:41:50,530 - [Debug]: /File[/usr/local/bin/facter]/selrange: Found selrange default 's0' for /usr/local/bin/facter
  2735. 2016-12-22 21:41:50,538 - [Debug]: /File[/usr/local/bin/puppet]/seluser: Found seluser default 'system_u' for /usr/local/bin/puppet
  2736. 2016-12-22 21:41:50,541 - [Debug]: /File[/usr/local/bin/puppet]/selrole: Found selrole default 'object_r' for /usr/local/bin/puppet
  2737. 2016-12-22 21:41:50,544 - [Debug]: /File[/usr/local/bin/puppet]/seltype: Found seltype default 'bin_t' for /usr/local/bin/puppet
  2738. 2016-12-22 21:41:50,546 - [Debug]: /File[/usr/local/bin/puppet]/selrange: Found selrange default 's0' for /usr/local/bin/puppet
  2739. 2016-12-22 21:41:50,554 - [Debug]: /File[/usr/local/bin/pe-man]/seluser: Found seluser default 'system_u' for /usr/local/bin/pe-man
  2740. 2016-12-22 21:41:50,558 - [Debug]: /File[/usr/local/bin/pe-man]/selrole: Found selrole default 'object_r' for /usr/local/bin/pe-man
  2741. 2016-12-22 21:41:50,561 - [Debug]: /File[/usr/local/bin/pe-man]/seltype: Found seltype default 'bin_t' for /usr/local/bin/pe-man
  2742. 2016-12-22 21:41:50,565 - [Debug]: /File[/usr/local/bin/pe-man]/selrange: Found selrange default 's0' for /usr/local/bin/pe-man
  2743. 2016-12-22 21:41:50,575 - [Debug]: /File[/usr/local/bin/hiera]/seluser: Found seluser default 'system_u' for /usr/local/bin/hiera
  2744. 2016-12-22 21:41:50,578 - [Debug]: /File[/usr/local/bin/hiera]/selrole: Found selrole default 'object_r' for /usr/local/bin/hiera
  2745. 2016-12-22 21:41:50,580 - [Debug]: /File[/usr/local/bin/hiera]/seltype: Found seltype default 'bin_t' for /usr/local/bin/hiera
  2746. 2016-12-22 21:41:50,582 - [Debug]: /File[/usr/local/bin/hiera]/selrange: Found selrange default 's0' for /usr/local/bin/hiera
  2747. 2016-12-22 21:41:50,593 - [Debug]: /File[/etc/puppetlabs/pxp-agent/pxp-agent.conf]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/pxp-agent/pxp-agent.conf
  2748. 2016-12-22 21:41:50,595 - [Debug]: /File[/etc/puppetlabs/pxp-agent/pxp-agent.conf]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/pxp-agent/pxp-agent.conf
  2749. 2016-12-22 21:41:50,599 - [Debug]: /File[/etc/puppetlabs/pxp-agent/pxp-agent.conf]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/pxp-agent/pxp-agent.conf
  2750. 2016-12-22 21:41:50,604 - [Debug]: /File[/etc/puppetlabs/pxp-agent/pxp-agent.conf]/selrange: Found selrange default 's0' for /etc/puppetlabs/pxp-agent/pxp-agent.conf
  2751. 2016-12-22 21:41:50,612 - [Debug]: Puppet::Type::Service::ProviderInit: false value when expecting true
  2752. 2016-12-22 21:41:50,612 - [Debug]: Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist
  2753. 2016-12-22 21:41:50,613 - [Debug]: Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist
  2754. 2016-12-22 21:41:50,614 - [Debug]: Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist
  2755. 2016-12-22 21:41:50,614 - [Debug]: Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist
  2756. 2016-12-22 21:41:50,614 - [Debug]: Puppet::Type::Service::ProviderOpenbsd: file /usr/sbin/rcctl does not exist
  2757. 2016-12-22 21:41:50,615 - [Debug]: Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist
  2758. 2016-12-22 21:41:50,615 - [Debug]: Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist
  2759. 2016-12-22 21:41:50,618 - [Debug]: Puppet::Type::Service::ProviderUpstart: 0 confines (of 4) were true
  2760. 2016-12-22 21:41:50,630 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/server/apps/enterprise
  2761. 2016-12-22 21:41:50,633 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/server/apps/enterprise
  2762. 2016-12-22 21:41:50,637 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/server/apps/enterprise
  2763. 2016-12-22 21:41:50,641 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise]/selrange: Found selrange default 's0' for /opt/puppetlabs/server/apps/enterprise
  2764. 2016-12-22 21:41:50,647 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise/bin]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/server/apps/enterprise/bin
  2765. 2016-12-22 21:41:50,649 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise/bin]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/server/apps/enterprise/bin
  2766. 2016-12-22 21:41:50,656 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise/bin]/seltype: Found seltype default 'bin_t' for /opt/puppetlabs/server/apps/enterprise/bin
  2767. 2016-12-22 21:41:50,659 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise/bin]/selrange: Found selrange default 's0' for /opt/puppetlabs/server/apps/enterprise/bin
  2768. 2016-12-22 21:41:50,669 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infra]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/server/apps/enterprise/bin/puppet-infra
  2769. 2016-12-22 21:41:50,673 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infra]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/server/apps/enterprise/bin/puppet-infra
  2770. 2016-12-22 21:41:50,676 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infra]/seltype: Found seltype default 'bin_t' for /opt/puppetlabs/server/apps/enterprise/bin/puppet-infra
  2771. 2016-12-22 21:41:50,679 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infra]/selrange: Found selrange default 's0' for /opt/puppetlabs/server/apps/enterprise/bin/puppet-infra
  2772. 2016-12-22 21:41:50,686 - [Debug]: /File[/opt/puppetlabs/bin/puppet-infra]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/bin/puppet-infra
  2773. 2016-12-22 21:41:50,690 - [Debug]: /File[/opt/puppetlabs/bin/puppet-infra]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/bin/puppet-infra
  2774. 2016-12-22 21:41:50,692 - [Debug]: /File[/opt/puppetlabs/bin/puppet-infra]/seltype: Found seltype default 'bin_t' for /opt/puppetlabs/bin/puppet-infra
  2775. 2016-12-22 21:41:50,696 - [Debug]: /File[/opt/puppetlabs/bin/puppet-infra]/selrange: Found selrange default 's0' for /opt/puppetlabs/bin/puppet-infra
  2776. 2016-12-22 21:41:50,703 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure
  2777. 2016-12-22 21:41:50,705 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure
  2778. 2016-12-22 21:41:50,708 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure]/seltype: Found seltype default 'bin_t' for /opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure
  2779. 2016-12-22 21:41:50,712 - [Debug]: /File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure]/selrange: Found selrange default 's0' for /opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure
  2780. 2016-12-22 21:41:50,716 - [Debug]: /File[/opt/puppetlabs/bin/puppet-infrastructure]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/bin/puppet-infrastructure
  2781. 2016-12-22 21:41:50,721 - [Debug]: /File[/opt/puppetlabs/bin/puppet-infrastructure]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/bin/puppet-infrastructure
  2782. 2016-12-22 21:41:50,723 - [Debug]: /File[/opt/puppetlabs/bin/puppet-infrastructure]/seltype: Found seltype default 'bin_t' for /opt/puppetlabs/bin/puppet-infrastructure
  2783. 2016-12-22 21:41:50,725 - [Debug]: /File[/opt/puppetlabs/bin/puppet-infrastructure]/selrange: Found selrange default 's0' for /opt/puppetlabs/bin/puppet-infrastructure
  2784. 2016-12-22 21:41:50,761 - [Debug]: Creating default schedules
  2785. 2016-12-22 21:41:51,015 - [Debug]: Loaded state in 0.02 seconds
  2786. 2016-12-22 21:41:51,033 - [Debug]: Loaded state in 0.02 seconds
  2787. 2016-12-22 21:41:51,044 - [Debug]: Loaded transaction store file in 0.01 seconds
  2788. 2016-12-22 21:41:51,044 - [Info]: Applying configuration version '1482442905'
  2789. 2016-12-22 21:41:51,046 - [Debug]: /Stage[main]/Pe_install::Validate/before: subscribes to Class[Pe_install::Prepare]
  2790. 2016-12-22 21:41:51,047 - [Debug]: /Stage[main]/Pe_install::Prepare/before: subscribes to Class[Pe_install::Install]
  2791. 2016-12-22 21:41:51,049 - [Debug]: /Stage[main]/Pe_install::Prepare::Certificates/Exec[retrieve cert for localhost.localdomain]/notify: subscribes to Service[puppet]
  2792. 2016-12-22 21:41:51,051 - [Debug]: /Stage[main]/Pe_install::Prepare::Certificates/Exec[retrieve cert for localhost.localdomain]/notify: subscribes to Service[pxp-agent]
  2793. 2016-12-22 21:41:51,053 - [Debug]: /Stage[main]/Puppet_enterprise::Symlinks/File[/usr/local/bin/facter]/require: subscribes to File[/usr/local/bin]
  2794. 2016-12-22 21:41:51,055 - [Debug]: /Stage[main]/Puppet_enterprise::Symlinks/File[/usr/local/bin/puppet]/require: subscribes to File[/usr/local/bin]
  2795. 2016-12-22 21:41:51,057 - [Debug]: /Stage[main]/Puppet_enterprise::Symlinks/File[/usr/local/bin/pe-man]/require: subscribes to File[/usr/local/bin]
  2796. 2016-12-22 21:41:51,058 - [Debug]: /Stage[main]/Puppet_enterprise::Symlinks/File[/usr/local/bin/hiera]/require: subscribes to File[/usr/local/bin]
  2797. 2016-12-22 21:41:51,060 - [Debug]: /Stage[main]/Puppet_enterprise::Pxp_agent/File[/etc/puppetlabs/pxp-agent/pxp-agent.conf]/notify: subscribes to Service[pxp-agent]
  2798. 2016-12-22 21:41:51,062 - [Debug]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infra]/before: subscribes to File[/opt/puppetlabs/bin/puppet-infra]
  2799. 2016-12-22 21:41:51,063 - [Debug]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure]/before: subscribes to File[/opt/puppetlabs/bin/puppet-infrastructure]
  2800. 2016-12-22 21:41:51,070 - [Debug]: /Stage[main]/Puppet_enterprise::Symlinks/File[/usr/local/bin]: Adding autorequire relationship with File[/usr/local]
  2801. 2016-12-22 21:41:51,080 - [Debug]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin]: Adding autorequire relationship with File[/opt/puppetlabs/server/apps/enterprise]
  2802. 2016-12-22 21:41:51,081 - [Debug]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infra]: Adding autorequire relationship with File[/opt/puppetlabs/server/apps/enterprise/bin]
  2803. 2016-12-22 21:41:51,088 - [Debug]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure]: Adding autorequire relationship with File[/opt/puppetlabs/server/apps/enterprise/bin]
  2804. 2016-12-22 21:41:51,166 - [Debug]: Exec[retrieve cert for localhost.localdomain](provider=posix): Executing '/opt/puppetlabs/puppet/bin/puppet certificate find localhost.localdomain --ca-location remote --ca_server puppetmaster.example.com'
  2805. 2016-12-22 21:41:51,172 - [Debug]: Executing: '/opt/puppetlabs/puppet/bin/puppet certificate find localhost.localdomain --ca-location remote --ca_server puppetmaster.example.com'
  2806. 2016-12-22 21:41:57,444 - [Notice]: /Stage[main]/Pe_install::Prepare::Certificates/Exec[retrieve cert for localhost.localdomain]/returns: Error: Could not call 'find' on 'certificate': Connection refused - connect(2) for "puppetmaster.example.com" port 8140
  2807. 2016-12-22 21:41:57,445 - [Notice]: /Stage[main]/Pe_install::Prepare::Certificates/Exec[retrieve cert for localhost.localdomain]/returns: Error: Could not call 'find' on 'certificate': Connection refused - connect(2) for "puppetmaster.example.com" port 8140
  2808. 2016-12-22 21:41:57,445 - [Notice]: /Stage[main]/Pe_install::Prepare::Certificates/Exec[retrieve cert for localhost.localdomain]/returns: Error: Try 'puppet help certificate find' for usage
  2809. 2016-12-22 21:41:57,447 - [Error]: /opt/puppetlabs/puppet/bin/puppet certificate find localhost.localdomain --ca-location remote --ca_server puppetmaster.example.com returned 1 instead of one of [0]
  2810. 2016-12-22 21:41:57,448 - [Error]: /Stage[main]/Pe_install::Prepare::Certificates/Exec[retrieve cert for localhost.localdomain]/returns: change from notrun to 0 failed: /opt/puppetlabs/puppet/bin/puppet certificate find localhost.localdomain --ca-location remote --ca_server puppetmaster.example.com returned 1 instead of one of [0]
  2811. 2016-12-22 21:41:57,451 - [Debug]: Class[Pe_install::Prepare::Certificates]: Resource is being skipped, unscheduling all events
  2812. 2016-12-22 21:41:57,452 - [Debug]: Class[Pe_install::Prepare]: Resource is being skipped, unscheduling all events
  2813. 2016-12-22 21:41:57,453 - [Debug]: Class[Pe_install::Install]: Resource is being skipped, unscheduling all events
  2814. 2016-12-22 21:41:57,556 - [Notice]: /Stage[main]/Puppet_enterprise::Pxp_agent::Service/Service[pxp-agent]: Dependency Exec[retrieve cert for localhost.localdomain] has failures: true
  2815. 2016-12-22 21:41:57,557 - [Warning]: /Stage[main]/Puppet_enterprise::Pxp_agent::Service/Service[pxp-agent]: Skipping because of failed dependencies
  2816. 2016-12-22 21:41:57,557 - [Debug]: /Stage[main]/Puppet_enterprise::Pxp_agent::Service/Service[pxp-agent]: Resource is being skipped, unscheduling all events
  2817. 2016-12-22 21:41:57,558 - [Debug]: Class[Puppet_enterprise::Pxp_agent::Service]: Resource is being skipped, unscheduling all events
  2818. 2016-12-22 21:41:57,566 - [Error]: Cannot create /opt/puppetlabs/server/apps/enterprise; parent directory /opt/puppetlabs/server/apps does not exist
  2819. 2016-12-22 21:41:57,569 - [Error]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise]/ensure: change from absent to directory failed: Cannot create /opt/puppetlabs/server/apps/enterprise; parent directory /opt/puppetlabs/server/apps does not exist
  2820. 2016-12-22 21:41:57,571 - [Notice]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin]: Dependency File[/opt/puppetlabs/server/apps/enterprise] has failures: true
  2821. 2016-12-22 21:41:57,572 - [Warning]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin]: Skipping because of failed dependencies
  2822. 2016-12-22 21:41:57,572 - [Debug]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin]: Resource is being skipped, unscheduling all events
  2823. 2016-12-22 21:41:57,573 - [Notice]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infra]: Dependency File[/opt/puppetlabs/server/apps/enterprise] has failures: true
  2824. 2016-12-22 21:41:57,573 - [Warning]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infra]: Skipping because of failed dependencies
  2825. 2016-12-22 21:41:57,574 - [Debug]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infra]: Resource is being skipped, unscheduling all events
  2826. 2016-12-22 21:41:57,574 - [Notice]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/bin/puppet-infra]: Dependency File[/opt/puppetlabs/server/apps/enterprise] has failures: true
  2827. 2016-12-22 21:41:57,575 - [Warning]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/bin/puppet-infra]: Skipping because of failed dependencies
  2828. 2016-12-22 21:41:57,576 - [Debug]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/bin/puppet-infra]: Resource is being skipped, unscheduling all events
  2829. 2016-12-22 21:41:57,577 - [Notice]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure]: Dependency File[/opt/puppetlabs/server/apps/enterprise] has failures: true
  2830. 2016-12-22 21:41:57,578 - [Warning]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure]: Skipping because of failed dependencies
  2831. 2016-12-22 21:41:57,579 - [Debug]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-infrastructure]: Resource is being skipped, unscheduling all events
  2832. 2016-12-22 21:41:57,581 - [Notice]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/bin/puppet-infrastructure]: Dependency File[/opt/puppetlabs/server/apps/enterprise] has failures: true
  2833. 2016-12-22 21:41:57,582 - [Warning]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/bin/puppet-infrastructure]: Skipping because of failed dependencies
  2834. 2016-12-22 21:41:57,583 - [Debug]: /Stage[main]/Pe_infrastructure::Puppet_infra_shims/File[/opt/puppetlabs/bin/puppet-infrastructure]: Resource is being skipped, unscheduling all events
  2835. 2016-12-22 21:41:57,585 - [Debug]: Class[Pe_infrastructure::Puppet_infra_shims]: Resource is being skipped, unscheduling all events
  2836. 2016-12-22 21:41:57,590 - [Notice]: /Stage[main]/Pe_install::Install/Service[puppet]: Dependency Exec[retrieve cert for localhost.localdomain] has failures: true
  2837. 2016-12-22 21:41:57,591 - [Warning]: /Stage[main]/Pe_install::Install/Service[puppet]: Skipping because of failed dependencies
  2838. 2016-12-22 21:41:57,592 - [Debug]: /Stage[main]/Pe_install::Install/Service[puppet]: Resource is being skipped, unscheduling all events
  2839. 2016-12-22 21:41:57,594 - [Debug]: Class[Pe_install::Install]: Resource is being skipped, unscheduling all events
  2840. 2016-12-22 21:41:57,596 - [Debug]: Class[Pe_install]: Resource is being skipped, unscheduling all events
  2841. 2016-12-22 21:41:57,597 - [Debug]: Stage[main]: Resource is being skipped, unscheduling all events
  2842. 2016-12-22 21:41:57,677 - [Debug]: Finishing transaction 30873900
  2843. 2016-12-22 21:41:57,678 - [Debug]: Storing state
  2844. 2016-12-22 21:41:57,695 - [Debug]: Stored state in 0.02 seconds
  2845. 2016-12-22 21:41:57,696 - [Notice]: Applied catalog in 6.68 seconds
  2846. 2016-12-22 21:41:57,711 - [Debug]: Applying settings catalog for sections main, reporting, metrics
  2847. 2016-12-22 21:41:57,713 - [Debug]: Using settings: adding file resource 'confdir': 'File[/etc/puppetlabs/puppet]{:path=>"/etc/puppetlabs/puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2848. 2016-12-22 21:41:57,714 - [Debug]: Using settings: adding file resource 'codedir': 'File[/etc/puppetlabs/code]{:path=>"/etc/puppetlabs/code", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2849. 2016-12-22 21:41:57,715 - [Debug]: Using settings: adding file resource 'vardir': 'File[/opt/puppetlabs/puppet/cache]{:path=>"/opt/puppetlabs/puppet/cache", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2850. 2016-12-22 21:41:57,717 - [Debug]: Using settings: adding file resource 'logdir': 'File[/var/log/puppetlabs/puppet]{:path=>"/var/log/puppetlabs/puppet", :mode=>"750", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2851. 2016-12-22 21:41:57,718 - [Debug]: Using settings: adding file resource 'statedir': 'File[/opt/puppetlabs/puppet/cache/state]{:path=>"/opt/puppetlabs/puppet/cache/state", :mode=>"1755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2852. 2016-12-22 21:41:57,720 - [Debug]: Using settings: adding file resource 'rundir': 'File[/var/run/puppetlabs]{:path=>"/var/run/puppetlabs", :mode=>"755", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2853. 2016-12-22 21:41:57,724 - [Debug]: Using settings: adding file resource 'libdir': 'File[/opt/puppetlabs/puppet/cache/lib]{:path=>"/opt/puppetlabs/puppet/cache/lib", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2854. 2016-12-22 21:41:57,725 - [Debug]: Using settings: adding file resource 'hiera_config': 'File[/etc/puppetlabs/enterprise/hiera.yaml]{:path=>"/etc/puppetlabs/enterprise/hiera.yaml", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2855. 2016-12-22 21:41:57,726 - [Debug]: Using settings: adding file resource 'preview_outputdir': 'File[/opt/puppetlabs/puppet/cache/preview]{:path=>"/opt/puppetlabs/puppet/cache/preview", :mode=>"750", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2856. 2016-12-22 21:41:57,727 - [Debug]: Using settings: adding file resource 'certdir': 'File[/etc/puppetlabs/puppet/ssl/certs]{:path=>"/etc/puppetlabs/puppet/ssl/certs", :mode=>"755", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2857. 2016-12-22 21:41:57,728 - [Debug]: Using settings: adding file resource 'ssldir': 'File[/etc/puppetlabs/puppet/ssl]{:path=>"/etc/puppetlabs/puppet/ssl", :mode=>"771", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2858. 2016-12-22 21:41:57,729 - [Debug]: Using settings: adding file resource 'publickeydir': 'File[/etc/puppetlabs/puppet/ssl/public_keys]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys", :mode=>"755", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2859. 2016-12-22 21:41:57,730 - [Debug]: Using settings: adding file resource 'requestdir': 'File[/etc/puppetlabs/puppet/ssl/certificate_requests]{:path=>"/etc/puppetlabs/puppet/ssl/certificate_requests", :mode=>"755", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2860. 2016-12-22 21:41:57,732 - [Debug]: Using settings: adding file resource 'privatekeydir': 'File[/etc/puppetlabs/puppet/ssl/private_keys]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys", :mode=>"750", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2861. 2016-12-22 21:41:57,735 - [Debug]: Using settings: adding file resource 'privatedir': 'File[/etc/puppetlabs/puppet/ssl/private]{:path=>"/etc/puppetlabs/puppet/ssl/private", :mode=>"750", :owner=>"root", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2862. 2016-12-22 21:41:57,739 - [Debug]: Using settings: adding file resource 'hostprivkey': 'File[/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem", :mode=>"640", :owner=>"root", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2863. 2016-12-22 21:41:57,741 - [Debug]: Using settings: adding file resource 'hostpubkey': 'File[/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem", :mode=>"644", :owner=>"root", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2864. 2016-12-22 21:41:57,751 - [Debug]: Using settings: adding file resource 'pluginfactdest': 'File[/opt/puppetlabs/puppet/cache/facts.d]{:path=>"/opt/puppetlabs/puppet/cache/facts.d", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'
  2865. 2016-12-22 21:41:57,756 - [Debug]: /File[/etc/puppetlabs/puppet]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet
  2866. 2016-12-22 21:41:57,759 - [Debug]: /File[/etc/puppetlabs/puppet]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet
  2867. 2016-12-22 21:41:57,762 - [Debug]: /File[/etc/puppetlabs/puppet]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet
  2868. 2016-12-22 21:41:57,765 - [Debug]: /File[/etc/puppetlabs/puppet]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet
  2869. 2016-12-22 21:41:57,774 - [Debug]: /File[/etc/puppetlabs/code]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/code
  2870. 2016-12-22 21:41:57,776 - [Debug]: /File[/etc/puppetlabs/code]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/code
  2871. 2016-12-22 21:41:57,780 - [Debug]: /File[/etc/puppetlabs/code]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/code
  2872. 2016-12-22 21:41:57,783 - [Debug]: /File[/etc/puppetlabs/code]/selrange: Found selrange default 's0' for /etc/puppetlabs/code
  2873. 2016-12-22 21:41:57,790 - [Debug]: /File[/opt/puppetlabs/puppet/cache]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache
  2874. 2016-12-22 21:41:57,793 - [Debug]: /File[/opt/puppetlabs/puppet/cache]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache
  2875. 2016-12-22 21:41:57,795 - [Debug]: /File[/opt/puppetlabs/puppet/cache]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/puppet/cache
  2876. 2016-12-22 21:41:57,799 - [Debug]: /File[/opt/puppetlabs/puppet/cache]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache
  2877. 2016-12-22 21:41:57,806 - [Debug]: /File[/var/log/puppetlabs/puppet]/seluser: Found seluser default 'system_u' for /var/log/puppetlabs/puppet
  2878. 2016-12-22 21:41:57,809 - [Debug]: /File[/var/log/puppetlabs/puppet]/selrole: Found selrole default 'object_r' for /var/log/puppetlabs/puppet
  2879. 2016-12-22 21:41:57,813 - [Debug]: /File[/var/log/puppetlabs/puppet]/seltype: Found seltype default 'var_log_t' for /var/log/puppetlabs/puppet
  2880. 2016-12-22 21:41:57,816 - [Debug]: /File[/var/log/puppetlabs/puppet]/selrange: Found selrange default 's0' for /var/log/puppetlabs/puppet
  2881. 2016-12-22 21:41:57,822 - [Debug]: /File[/opt/puppetlabs/puppet/cache/state]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/state
  2882. 2016-12-22 21:41:57,825 - [Debug]: /File[/opt/puppetlabs/puppet/cache/state]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/state
  2883. 2016-12-22 21:41:57,828 - [Debug]: /File[/opt/puppetlabs/puppet/cache/state]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/puppet/cache/state
  2884. 2016-12-22 21:41:57,830 - [Debug]: /File[/opt/puppetlabs/puppet/cache/state]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/state
  2885. 2016-12-22 21:41:57,838 - [Debug]: /File[/var/run/puppetlabs]/seluser: Found seluser default 'system_u' for /var/run/puppetlabs
  2886. 2016-12-22 21:41:57,841 - [Debug]: /File[/var/run/puppetlabs]/selrole: Found selrole default 'object_r' for /var/run/puppetlabs
  2887. 2016-12-22 21:41:57,844 - [Debug]: /File[/var/run/puppetlabs]/seltype: Found seltype default 'var_run_t' for /var/run/puppetlabs
  2888. 2016-12-22 21:41:57,909 - [Debug]: /File[/var/run/puppetlabs]/selrange: Found selrange default 's0' for /var/run/puppetlabs
  2889. 2016-12-22 21:41:57,914 - [Debug]: /File[/opt/puppetlabs/puppet/cache/lib]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib
  2890. 2016-12-22 21:41:57,915 - [Debug]: /File[/opt/puppetlabs/puppet/cache/lib]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib
  2891. 2016-12-22 21:41:57,919 - [Debug]: /File[/opt/puppetlabs/puppet/cache/lib]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib
  2892. 2016-12-22 21:41:57,922 - [Debug]: /File[/opt/puppetlabs/puppet/cache/lib]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib
  2893. 2016-12-22 21:41:57,927 - [Debug]: /File[/etc/puppetlabs/enterprise/hiera.yaml]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/enterprise/hiera.yaml
  2894. 2016-12-22 21:41:57,929 - [Debug]: /File[/etc/puppetlabs/enterprise/hiera.yaml]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/enterprise/hiera.yaml
  2895. 2016-12-22 21:41:57,933 - [Debug]: /File[/etc/puppetlabs/enterprise/hiera.yaml]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/enterprise/hiera.yaml
  2896. 2016-12-22 21:41:57,937 - [Debug]: /File[/etc/puppetlabs/enterprise/hiera.yaml]/selrange: Found selrange default 's0' for /etc/puppetlabs/enterprise/hiera.yaml
  2897. 2016-12-22 21:41:57,941 - [Debug]: /File[/opt/puppetlabs/puppet/cache/preview]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/preview
  2898. 2016-12-22 21:41:57,944 - [Debug]: /File[/opt/puppetlabs/puppet/cache/preview]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/preview
  2899. 2016-12-22 21:41:57,947 - [Debug]: /File[/opt/puppetlabs/puppet/cache/preview]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/puppet/cache/preview
  2900. 2016-12-22 21:41:57,950 - [Debug]: /File[/opt/puppetlabs/puppet/cache/preview]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/preview
  2901. 2016-12-22 21:41:57,957 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/certs]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/certs
  2902. 2016-12-22 21:41:57,959 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/certs]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/certs
  2903. 2016-12-22 21:41:57,962 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/certs]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/certs
  2904. 2016-12-22 21:41:57,966 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/certs]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/certs
  2905. 2016-12-22 21:41:57,972 - [Debug]: /File[/etc/puppetlabs/puppet/ssl]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl
  2906. 2016-12-22 21:41:57,974 - [Debug]: /File[/etc/puppetlabs/puppet/ssl]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl
  2907. 2016-12-22 21:41:57,977 - [Debug]: /File[/etc/puppetlabs/puppet/ssl]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl
  2908. 2016-12-22 21:41:57,980 - [Debug]: /File[/etc/puppetlabs/puppet/ssl]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl
  2909. 2016-12-22 21:41:57,988 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/public_keys]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/public_keys
  2910. 2016-12-22 21:41:57,991 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/public_keys]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/public_keys
  2911. 2016-12-22 21:41:57,995 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/public_keys]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/public_keys
  2912. 2016-12-22 21:41:57,998 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/public_keys]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/public_keys
  2913. 2016-12-22 21:41:58,005 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/certificate_requests
  2914. 2016-12-22 21:41:58,008 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/certificate_requests
  2915. 2016-12-22 21:41:58,014 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/certificate_requests
  2916. 2016-12-22 21:41:58,017 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/certificate_requests
  2917. 2016-12-22 21:41:58,023 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private_keys]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/private_keys
  2918. 2016-12-22 21:41:58,027 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private_keys]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/private_keys
  2919. 2016-12-22 21:41:58,030 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private_keys]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/private_keys
  2920. 2016-12-22 21:41:58,035 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private_keys]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/private_keys
  2921. 2016-12-22 21:41:58,040 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/private
  2922. 2016-12-22 21:41:58,042 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/private
  2923. 2016-12-22 21:41:58,044 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/private
  2924. 2016-12-22 21:41:58,048 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/private
  2925. 2016-12-22 21:41:58,054 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem
  2926. 2016-12-22 21:41:58,058 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem
  2927. 2016-12-22 21:41:58,060 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem
  2928. 2016-12-22 21:41:58,065 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem
  2929. 2016-12-22 21:41:58,072 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem
  2930. 2016-12-22 21:41:58,075 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem
  2931. 2016-12-22 21:41:58,077 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem
  2932. 2016-12-22 21:41:58,079 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem
  2933. 2016-12-22 21:41:58,086 - [Debug]: /File[/opt/puppetlabs/puppet/cache/facts.d]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/facts.d
  2934. 2016-12-22 21:41:58,090 - [Debug]: /File[/opt/puppetlabs/puppet/cache/facts.d]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/facts.d
  2935. 2016-12-22 21:41:58,092 - [Debug]: /File[/opt/puppetlabs/puppet/cache/facts.d]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/puppet/cache/facts.d
  2936. 2016-12-22 21:41:58,093 - [Debug]: /File[/opt/puppetlabs/puppet/cache/facts.d]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/facts.d
  2937. 2016-12-22 21:41:58,098 - [Debug]: /File[/etc/puppetlabs/code/environments/production]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/code/environments/production
  2938. 2016-12-22 21:41:58,101 - [Debug]: /File[/etc/puppetlabs/code/environments/production]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/code/environments/production
  2939. 2016-12-22 21:41:58,106 - [Debug]: /File[/etc/puppetlabs/code/environments/production]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/code/environments/production
  2940. 2016-12-22 21:41:58,108 - [Debug]: /File[/etc/puppetlabs/code/environments/production]/selrange: Found selrange default 's0' for /etc/puppetlabs/code/environments/production
  2941. 2016-12-22 21:41:58,115 - [Debug]: /File[/opt/puppetlabs/puppet/cache/state]: Adding autorequire relationship with File[/opt/puppetlabs/puppet/cache]
  2942. 2016-12-22 21:41:58,119 - [Debug]: /File[/opt/puppetlabs/puppet/cache/lib]: Adding autorequire relationship with File[/opt/puppetlabs/puppet/cache]
  2943. 2016-12-22 21:41:58,120 - [Debug]: /File[/opt/puppetlabs/puppet/cache/preview]: Adding autorequire relationship with File[/opt/puppetlabs/puppet/cache]
  2944. 2016-12-22 21:41:58,121 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/certs]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl]
  2945. 2016-12-22 21:41:58,122 - [Debug]: /File[/etc/puppetlabs/puppet/ssl]: Adding autorequire relationship with File[/etc/puppetlabs/puppet]
  2946. 2016-12-22 21:41:58,122 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/public_keys]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl]
  2947. 2016-12-22 21:41:58,123 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl]
  2948. 2016-12-22 21:41:58,125 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private_keys]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl]
  2949. 2016-12-22 21:41:58,126 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl]
  2950. 2016-12-22 21:41:58,127 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/private_keys/localhost.localdomain.pem]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl/private_keys]
  2951. 2016-12-22 21:41:58,129 - [Debug]: /File[/etc/puppetlabs/puppet/ssl/public_keys/localhost.localdomain.pem]: Adding autorequire relationship with File[/etc/puppetlabs/puppet/ssl/public_keys]
  2952. 2016-12-22 21:41:58,130 - [Debug]: /File[/opt/puppetlabs/puppet/cache/facts.d]: Adding autorequire relationship with File[/opt/puppetlabs/puppet/cache]
  2953. 2016-12-22 21:41:58,131 - [Debug]: /File[/etc/puppetlabs/code/environments/production]: Adding autorequire relationship with File[/etc/puppetlabs/code]
  2954. 2016-12-22 21:41:58,239 - [Debug]: Finishing transaction 22540140
  2955. 2016-12-22 21:41:58,240 - [Debug]: Received report to process from localhost.localdomain
  2956. 2016-12-22 21:41:58,330 - [Debug]: Processing report from localhost.localdomain with processor Puppet::Reports::Store
  2957. * /opt/puppetlabs/puppet/bin/puppet infrastructure configure --debug --detailed-exitcodes --modulepath /opt/puppetlabs/server/data/enterprise/modules
  2958. * returned: 4
  2959. 2016-12-22 21:41:58,647 Running command: /opt/puppetlabs/puppet/bin/puppet agent --enable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement