I am experiencing a very strange error in puppet. I have around 4-5 environments in my puppet codebase and whenever i add a new environment, it doesn't work. Even thought the code of new environment added is almost similar, it doesn't work.
Below is my puppet.conf file: [main] logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet factpath=$vardir/lib/facter templatedir=$confdir/templates pluginsync=true masterport=8141 [master] reports = store environment_timeout = unlimited autosign = true [newdcdeploy] modulepath = $confdir/modules manifest = $confdir/environments/newdcdeploy/manifests/site.pp [newdcalerts] modulepath = $confdir/modules manifest = $confdir/environments/newdcalerts/manifests/site.pp So, newdcdeploy is working and newdcalerts is not. And both have exact same tree directory and content in files, only the names of environment are different. Am I missing something here? -- 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/a11ba4c8-f871-4d76-85fc-99a1948fcc7a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
