Skip to content

Instantly share code, notes, and snippets.

@kleinmann
Last active December 11, 2015 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kleinmann/4560078 to your computer and use it in GitHub Desktop.
Save kleinmann/4560078 to your computer and use it in GitHub Desktop.
puppet not finding a class
node /^web\d+.+\.test\.net$/ inherits default {
class { 'ldap':
client => true,
ssl => true,
}
ldap::client::config { 'test.net':
ensure => 'present',
servers => ['ldap.test.com'],
ssl => true,
base_dn => 'dc=test,dc=net',
}
}
$ sudo puppet apply --verbose --debug --modulepath '/tmp/vagrant-puppet/modules-0' /tmp/vagrant-puppet/manifests/site.pp --detailed-exitcodes
Info: Loading facts in /tmp/vagrant-puppet/modules-0/firewall/lib/facter/iptables.rb
Info: Loading facts in /tmp/vagrant-puppet/modules-0/ldap/lib/facter/ldapserver.rb
Info: Loading facts in /tmp/vagrant-puppet/modules-0/postgresql/lib/facter/postgres_default_version.rb
Info: Loading facts in /tmp/vagrant-puppet/modules-0/stdlib/lib/facter/facter_dot_d.rb
Info: Loading facts in /tmp/vagrant-puppet/modules-0/stdlib/lib/facter/pe_version.rb
Info: Loading facts in /tmp/vagrant-puppet/modules-0/stdlib/lib/facter/puppet_vardir.rb
Info: Loading facts in /tmp/vagrant-puppet/modules-0/stdlib/lib/facter/root_home.rb
Debug: importing '/tmp/vagrant-puppet/manifests/general.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes/app.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes/auth.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes/db.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes/default.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes/infrastructure.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes/web.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/modules-0/ldap/manifests/init.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/modules-0/ldap/manifests/client/config.pp' in environment production
Debug: Automatically imported ldap::client::config from ldap/client/config into production
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
Debug: hiera(): Hiera YAML backend starting
Debug: hiera(): Looking up ldap::server in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up ldap::ssl_ca in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up ldap::ssl_cert in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up ldap::ssl_key in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: importing '/tmp/vagrant-puppet/modules-0/stdlib/manifests/init.pp' in environment production
Debug: Automatically imported stdlib from stdlib into production
Debug: importing '/tmp/vagrant-puppet/modules-0/stdlib/manifests/stages.pp' in environment production
Debug: Automatically imported stdlib::stages from stdlib/stages into production
Debug: importing '/tmp/vagrant-puppet/modules-0/ldap/manifests/params.pp' in environment production
Debug: Automatically imported ldap::params from ldap/params into production
Debug: importing '/tmp/vagrant-puppet/modules-0/nginx/manifests/init.pp' in environment production
Debug: Automatically imported nginx from nginx into production
Debug: importing '/tmp/vagrant-puppet/modules-0/nginx/manifests/params.pp' in environment production
Debug: Automatically imported nginx::params from nginx/params into production
Debug: hiera(): Looking up nginx::worker_processes in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up nginx::worker_connections in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up nginx::proxy_set_header in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up nginx::confd_purge in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up nginx::configtest_enable in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up nginx::service_restart in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: importing '/tmp/vagrant-puppet/modules-0/nginx/manifests/service.pp' in environment production
Debug: Automatically imported nginx::service from nginx/service into production
Debug: importing '/tmp/vagrant-puppet/modules-0/nginx/manifests/package.pp' in environment production
Debug: Automatically imported nginx::package from nginx/package into production
Debug: importing '/tmp/vagrant-puppet/modules-0/nginx/manifests/package/debian.pp' in environment production
Debug: Automatically imported nginx::package::debian from nginx/package/debian into production
Debug: importing '/tmp/vagrant-puppet/modules-0/nginx/manifests/config.pp' in environment production
Debug: Automatically imported nginx::config from nginx/config into production
Debug: Failed to load library 'selinux' for feature 'selinux'
Debug: Scope(Class[Nginx::Config]): Retrieving template nginx/conf.d/nginx.conf.erb
Debug: template[/tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/nginx.conf.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/nginx.conf.erb in 0.00 seconds
Debug: template[/tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/nginx.conf.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/nginx.conf.erb in 0.00 seconds
Debug: Scope(Class[Nginx::Config]): Retrieving template nginx/conf.d/proxy.conf.erb
Debug: template[/tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/proxy.conf.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/proxy.conf.erb in 0.00 seconds
Debug: template[/tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/proxy.conf.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/proxy.conf.erb in 0.00 seconds
Debug: hiera(): Looking up nginx::service::service_restart in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: importing '/tmp/vagrant-puppet/modules-0/php/manifests/init.pp' in environment production
Debug: Automatically imported php from php into production
Debug: importing '/tmp/vagrant-puppet/modules-0/php/manifests/params.pp' in environment production
Debug: Automatically imported php::params from php/params into production
Debug: importing '/tmp/vagrant-puppet/modules-0/php/manifests/package.pp' in environment production
Debug: Automatically imported php::package from php/package into production
Debug: importing '/tmp/vagrant-puppet/modules-0/ldap/manifests/client.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/modules-0/ldap/manifests/client/base.pp' in environment production
Error: Syntax error at 'Ldap::Client::Base' at /tmp/vagrant-puppet/modules-0/ldap/manifests/client/base.pp:17 on node web01.test.codekunst.net
Error: Syntax error at 'Ldap::Client::Base' at /tmp/vagrant-puppet/modules-0/ldap/manifests/client/base.pp:17 on node web01.test.codekunst.net
vagrant@web01:/tmp/vagrant-puppet/manifests$ sudo puppet apply --verbose --debug --modulepath '/tmp/vagrant-puppet/modules-0' /tmp/vagrant-puppet/manifests/site.pp --detailed-exitcodes
Info: Loading facts in /tmp/vagrant-puppet/modules-0/firewall/lib/facter/iptables.rb
Info: Loading facts in /tmp/vagrant-puppet/modules-0/ldap/lib/facter/ldapserver.rb
Info: Loading facts in /tmp/vagrant-puppet/modules-0/postgresql/lib/facter/postgres_default_version.rb
Info: Loading facts in /tmp/vagrant-puppet/modules-0/stdlib/lib/facter/facter_dot_d.rb
Info: Loading facts in /tmp/vagrant-puppet/modules-0/stdlib/lib/facter/pe_version.rb
Info: Loading facts in /tmp/vagrant-puppet/modules-0/stdlib/lib/facter/puppet_vardir.rb
Info: Loading facts in /tmp/vagrant-puppet/modules-0/stdlib/lib/facter/root_home.rb
Debug: importing '/tmp/vagrant-puppet/manifests/general.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes/app.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes/auth.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes/db.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes/default.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes/infrastructure.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/manifests/nodes/web.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/modules-0/ldap/manifests/init.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/modules-0/ldap/manifests/client/config.pp' in environment production
Debug: Automatically imported ldap::client::config from ldap/client/config into production
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
Debug: hiera(): Hiera YAML backend starting
Debug: hiera(): Looking up ldap::server in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up ldap::ssl_ca in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up ldap::ssl_cert in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up ldap::ssl_key in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: importing '/tmp/vagrant-puppet/modules-0/stdlib/manifests/init.pp' in environment production
Debug: Automatically imported stdlib from stdlib into production
Debug: importing '/tmp/vagrant-puppet/modules-0/stdlib/manifests/stages.pp' in environment production
Debug: Automatically imported stdlib::stages from stdlib/stages into production
Debug: importing '/tmp/vagrant-puppet/modules-0/ldap/manifests/params.pp' in environment production
Debug: Automatically imported ldap::params from ldap/params into production
Debug: importing '/tmp/vagrant-puppet/modules-0/nginx/manifests/init.pp' in environment production
Debug: Automatically imported nginx from nginx into production
Debug: importing '/tmp/vagrant-puppet/modules-0/nginx/manifests/params.pp' in environment production
Debug: Automatically imported nginx::params from nginx/params into production
Debug: hiera(): Looking up nginx::worker_processes in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up nginx::worker_connections in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up nginx::proxy_set_header in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up nginx::confd_purge in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up nginx::configtest_enable in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: hiera(): Looking up nginx::service_restart in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: importing '/tmp/vagrant-puppet/modules-0/nginx/manifests/service.pp' in environment production
Debug: Automatically imported nginx::service from nginx/service into production
Debug: importing '/tmp/vagrant-puppet/modules-0/nginx/manifests/package.pp' in environment production
Debug: Automatically imported nginx::package from nginx/package into production
Debug: importing '/tmp/vagrant-puppet/modules-0/nginx/manifests/package/debian.pp' in environment production
Debug: Automatically imported nginx::package::debian from nginx/package/debian into production
Debug: importing '/tmp/vagrant-puppet/modules-0/nginx/manifests/config.pp' in environment production
Debug: Automatically imported nginx::config from nginx/config into production
Debug: Failed to load library 'selinux' for feature 'selinux'
Debug: Scope(Class[Nginx::Config]): Retrieving template nginx/conf.d/nginx.conf.erb
Debug: template[/tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/nginx.conf.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/nginx.conf.erb in 0.00 seconds
Debug: template[/tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/nginx.conf.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/nginx.conf.erb in 0.00 seconds
Debug: Scope(Class[Nginx::Config]): Retrieving template nginx/conf.d/proxy.conf.erb
Debug: template[/tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/proxy.conf.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/proxy.conf.erb in 0.00 seconds
Debug: template[/tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/proxy.conf.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/nginx/templates/conf.d/proxy.conf.erb in 0.00 seconds
Debug: hiera(): Looking up nginx::service::service_restart in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: importing '/tmp/vagrant-puppet/modules-0/php/manifests/init.pp' in environment production
Debug: Automatically imported php from php into production
Debug: importing '/tmp/vagrant-puppet/modules-0/php/manifests/params.pp' in environment production
Debug: Automatically imported php::params from php/params into production
Debug: importing '/tmp/vagrant-puppet/modules-0/php/manifests/package.pp' in environment production
Debug: Automatically imported php::package from php/package into production
Debug: importing '/tmp/vagrant-puppet/modules-0/ldap/manifests/client.pp' in environment production
Debug: importing '/tmp/vagrant-puppet/modules-0/ldap/manifests/client/base.pp' in environment production
Debug: Automatically imported ldap::client::base from ldap/client/base into production
Debug: importing '/tmp/vagrant-puppet/modules-0/ldap/manifests/client/service.pp' in environment production
Debug: Automatically imported ldap::client::service from ldap/client/service into production
Debug: importing '/tmp/vagrant-puppet/modules-0/ldap/manifests/client/config/debian.pp' in environment production
Debug: Automatically imported ldap::client::config::debian from ldap/client/config/debian into production
Debug: Class[Ldap::Client::Config::Debian]: Adding default for base_dn
Debug: Class[Ldap::Client::Config::Debian]: Adding default for ssl
Debug: Class[Ldap::Client::Config::Debian]: Adding default for servers
Debug: Class[Ldap::Client::Config::Debian]: Adding default for require
Debug: Class[Ldap::Client::Config::Debian]: Adding default for notify
Debug: hiera(): Looking up ldap::client::config::debian::ensure in YAML backend
Debug: hiera(): Looking for data source common
Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
Debug: Scope(Class[Ldap::Client::Config::Debian]): Retrieving template ldap/client/common/nss_pam_ldap.conf.erb
Debug: template[/tmp/vagrant-puppet/modules-0/ldap/templates/client/common/nss_pam_ldap.conf.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/ldap/templates/client/common/nss_pam_ldap.conf.erb in 0.00 seconds
Debug: template[/tmp/vagrant-puppet/modules-0/ldap/templates/client/common/nss_pam_ldap.conf.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/ldap/templates/client/common/nss_pam_ldap.conf.erb in 0.00 seconds
Debug: Scope(Class[Ldap::Client::Config::Debian]): Retrieving template ldap/client/common/ldap.conf.erb
Debug: template[/tmp/vagrant-puppet/modules-0/ldap/templates/client/common/ldap.conf.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/ldap/templates/client/common/ldap.conf.erb in 0.00 seconds
Debug: template[/tmp/vagrant-puppet/modules-0/ldap/templates/client/common/ldap.conf.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/ldap/templates/client/common/ldap.conf.erb in 0.02 seconds
Debug: Scope(Class[Ldap::Client::Config::Debian]): Retrieving template ldap/client/debian/pam-nss-base.conf.erb
Debug: template[/tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/pam-nss-base.conf.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/pam-nss-base.conf.erb in 0.00 seconds
Debug: template[/tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/pam-nss-base.conf.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/pam-nss-base.conf.erb in 0.00 seconds
Debug: Scope(Class[Ldap::Client::Config::Debian]): Retrieving template ldap/client/debian/libnss-ldap.conf.erb
Debug: template[/tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/libnss-ldap.conf.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/libnss-ldap.conf.erb in 0.00 seconds
Debug: template[/tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/libnss-ldap.conf.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/libnss-ldap.conf.erb in 0.00 seconds
Debug: Scope(Class[Ldap::Client::Config::Debian]): Retrieving template ldap/client/debian/pam-nss-base.conf.erb
Debug: template[/tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/pam-nss-base.conf.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/pam-nss-base.conf.erb in 0.00 seconds
Debug: template[/tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/pam-nss-base.conf.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/pam-nss-base.conf.erb in 0.00 seconds
Debug: Scope(Class[Ldap::Client::Config::Debian]): Retrieving template ldap/client/debian/pam_ldap.conf.erb
Debug: template[/tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/pam_ldap.conf.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/pam_ldap.conf.erb in 0.00 seconds
Debug: template[/tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/pam_ldap.conf.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/ldap/templates/client/debian/pam_ldap.conf.erb in 0.00 seconds
Debug: Adding relationship from Stage[runtime] to Stage[setup_infra] with 'before'
Debug: Adding relationship from Stage[setup_infra] to Stage[deploy_infra] with 'before'
Debug: Adding relationship from Stage[deploy_infra] to Stage[setup_app] with 'before'
Debug: Adding relationship from Stage[setup_app] to Stage[deploy_app] with 'before'
Debug: Adding relationship from Stage[deploy_app] to Stage[deploy] with 'before'
Debug: Adding relationship from Anchor[ldap::begin] to Anchor[ldap::begin::client] with 'before'
Debug: Adding relationship from Anchor[ldap::begin::client] to Anchor[ldap::end::client] with 'before'
Debug: Adding relationship from Anchor[ldap::end::client] to Anchor[ldap::begin::server] with 'before'
Debug: Adding relationship from Anchor[ldap::begin::server] to Anchor[ldap::end::server] with 'before'
Debug: Adding relationship from Anchor[ldap::end::server] to Anchor[ldap::end] with 'before'
Debug: Adding relationship from Anchor[php::begin] to Class[Php::Package] with 'before'
Debug: Adding relationship from Class[Php::Package] to Anchor[php::end] with 'before'
Debug: File[/etc/nginx]: Adding default for owner
Debug: File[/etc/nginx]: Adding default for group
Debug: File[/etc/nginx]: Adding default for mode
Debug: File[/etc/nginx/conf.d]: Adding default for owner
Debug: File[/etc/nginx/conf.d]: Adding default for group
Debug: File[/etc/nginx/conf.d]: Adding default for mode
Debug: File[/var/nginx]: Adding default for owner
Debug: File[/var/nginx]: Adding default for group
Debug: File[/var/nginx]: Adding default for mode
Debug: File[/var/nginx/client_body_temp]: Adding default for group
Debug: File[/var/nginx/client_body_temp]: Adding default for mode
Debug: File[/var/nginx/proxy_temp]: Adding default for group
Debug: File[/var/nginx/proxy_temp]: Adding default for mode
Debug: File[/etc/nginx/sites-enabled/default]: Adding default for owner
Debug: File[/etc/nginx/sites-enabled/default]: Adding default for group
Debug: File[/etc/nginx/sites-enabled/default]: Adding default for mode
Debug: File[/etc/nginx/nginx.conf]: Adding default for owner
Debug: File[/etc/nginx/nginx.conf]: Adding default for group
Debug: File[/etc/nginx/nginx.conf]: Adding default for mode
Debug: File[/etc/nginx/conf.d/proxy.conf]: Adding default for owner
Debug: File[/etc/nginx/conf.d/proxy.conf]: Adding default for group
Debug: File[/etc/nginx/conf.d/proxy.conf]: Adding default for mode
Debug: File[/tmp/nginx.d]: Adding default for owner
Debug: File[/tmp/nginx.d]: Adding default for group
Debug: File[/tmp/nginx.d]: Adding default for mode
Debug: File[/etc/ldap.conf]: Adding default for owner
Debug: File[/etc/ldap.conf]: Adding default for group
Debug: File[/etc/ldap.conf]: Adding default for mode
Debug: File[/etc/ldap/ldap.conf]: Adding default for owner
Debug: File[/etc/ldap/ldap.conf]: Adding default for group
Debug: File[/etc/ldap/ldap.conf]: Adding default for mode
Debug: File[/etc/libnss-ldap.conf]: Adding default for owner
Debug: File[/etc/libnss-ldap.conf]: Adding default for group
Debug: File[/etc/libnss-ldap.conf]: Adding default for mode
Debug: File[/etc/pam_ldap.conf]: Adding default for owner
Debug: File[/etc/pam_ldap.conf]: Adding default for group
Debug: File[/etc/pam_ldap.conf]: Adding default for mode
Debug: Puppet::Type::Package::ProviderRpm: file rpm does not exist
Debug: Puppet::Type::Package::ProviderUrpmi: file urpmi does not exist
Debug: Puppet::Type::Package::ProviderAix: file /usr/bin/lslpp does not exist
Debug: Puppet::Type::Package::ProviderNim: file /usr/sbin/nimclient does not exist
Debug: Puppet::Type::Package::ProviderSun: file /usr/bin/pkginfo does not exist
Debug: Puppet::Type::Package::ProviderPortupgrade: file /usr/local/sbin/portupgrade does not exist
Debug: Puppet::Type::Package::ProviderZypper: file /usr/bin/zypper does not exist
Debug: Puppet::Type::Package::ProviderRug: file /usr/bin/rug does not exist
Debug: Puppet::Type::Package::ProviderHpux: file /usr/sbin/swinstall does not exist
Debug: Puppet::Type::Package::ProviderPacman: file /usr/bin/pacman does not exist
Debug: Puppet::Type::Package::ProviderAptrpm: file rpm does not exist
Debug: Puppet::Type::Package::ProviderFink: file /sw/bin/fink does not exist
Debug: Puppet::Type::Package::ProviderOpenbsd: file pkg_info does not exist
Debug: Puppet::Type::Package::ProviderFreebsd: file /usr/sbin/pkg_info does not exist
Debug: Puppet::Type::Package::ProviderPorts: file /usr/local/sbin/portupgrade does not exist
Debug: Puppet::Type::Package::ProviderSunfreeware: file pkg-get does not exist
Debug: Puppet::Type::Package::ProviderUp2date: file /usr/sbin/up2date-nox does not exist
Debug: Puppet::Type::Package::ProviderYum: file yum does not exist
Debug: Puppet::Type::Package::ProviderPortage: file /usr/bin/emerge does not exist
Debug: Puppet::Type::Package::ProviderPkgin: file pkgin does not exist
Debug: Puppet::Type::Package::ProviderPkg: file /usr/bin/pkg does not exist
Debug: Puppet::Type::Service::ProviderOpenrc: file /sbin/rc-service does not exist
Debug: Puppet::Type::Service::ProviderRedhat: file /sbin/chkconfig does not exist
Debug: Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist
Debug: Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist
Debug: Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist
Debug: Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist
Debug: Puppet::Type::Service::ProviderSystemd: file /bin/systemctl does not exist
Debug: Creating default schedules
Error: Could not find dependency Class[Ldap::Client::Base] for Anchor[ldap::client::config::begin]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment