As far as I understand, the puppet agent runs self.instance on all configured types in the catalog and then does it actions. RIght ?
I have some custom types - If I create an instance of one of them, some instances of the other one are created automatically.
(I create a new instance of a special software - and some default users inside that software are automatically created).
I want to change some properties of some of these automatically created users - but Puppet tries to re-create them (with an error), because they are not in the list in self.instances.
Any ideas how to solve that ?
Uli
↧