Am Sonntag, 6. Dezember 2015 15:27:21 UTC+1 schrieb César: > > Hi all, > > we're seeing every now and then an odd behaviour with Puppet catalog > compilation. Basically, we modify and save the node manifests and a few > seconds later we trigger a catalog run to apply the changes. > However, what we see is that sometimes the Puppet master compiles the old > version of the node manifest, leaving changes behind and requiring two > catalog runs to apply all of them. > > A sample site.pp would look like this: > > > import "/path/to/manifests/plugins/ms1.pp" > > import "/path/to/manifests/plugins/n1.pp" > > import "/path/to/manifests/plugins/n2.pp" >
not about your problem now, but possible future problems with import: https://docs.puppetlabs.com/puppet/3.8/reference/deprecated_language.html#importing-manifests - Thomas > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/57c9df63-5e37-495f-9936-fc8de3943ced%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
