Hi,
after the update of the puppet master from 3.3.1 to 3.6.2 a host gets a catalog even if it is not defined in manifests. Is this a new funcationality? I did not see anything in the release notes.
It gets a catalog with all the information from profiles::base
manifests/
cat site.pp
node default {
notify { 'Server ist noch nicht in Puppet definiert': }
}
if versioncmp($::puppetversion, '3.6.0') >= 0 {
Package {
allow_virtual => true,
}
}
hiera_include('classes')
a nodes.pp with server, but not the one
hiera/
cat common.yaml
classes:
- profiles::base
Best regards
Andreas