On 2013-08-19 16:23, Sandra Schlichting wrote:
Dear Brian and John,Thanks a lot for your replies. I was under the impression that site.pp had to be in the environment, which I now see it doesn't have to. =) What I don't quite understand is though is the following: There are four forbidden environment names: * |main| * |master| * |agent| * |user| These names are already taken by the primary config blocks <http://docs.puppetlabs.com/guides/configuring.html#config-blocks>. If you are using Git branches for your environment names, this may mean you’ll need to rename the master branch to something like |production| or |stable|. How can a git branch name (master) conflict with content in the puppet.conf file?
When using puppet agent --environment=master, the [master] section containing configuration directives (e.g. database connection for puppetdb) will be interpreted by the puppet agent, with less than stellar results.
Regards, David -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
