Re: [Puppet Users] issue understanding site modules

2014-07-29 Thread Wijnand Wiersma
Hi, thank you for your response! - Oorspronkelijk bericht - > Okay, could be a couple of things here: > > Environments still require normal module layout. You have 'profile' set in > manifests. > Check modules section here: > http://docs.puppetlabs.com/pe/latest/puppet_modules_manifests.

Re: [Puppet Users] issue understanding site modules

2014-07-29 Thread Denmat
Okay, could be a couple of things here: Environments still require normal module layout. You have 'profile' set in manifests. Check modules section here: http://docs.puppetlabs.com/pe/latest/puppet_modules_manifests.html Also when using environments you have to set --environment test when doing

Re: [Puppet Users] issue understanding site modules

2014-07-28 Thread Wijnand Wiersma
Hi, thank you for the responses. I should have pasted the relevant configs instead of pointing to somewhere externally. Some more information: /etc/puppet/puppet.conf [main] logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet factpath=$vardir/lib/fact

Re: [Puppet Users] issue understanding site modules

2014-07-28 Thread Denmat
You might like to read this: http://docs.puppetlabs.com/puppet/latest/reference/config_file_environment.html Also this: http://docs.puppetlabs.com/puppet/latest/reference/environments.html If you provide relevant puppet master puppet.conf and directory structure we may be able to help further. T

Re: [Puppet Users] issue understanding site modules

2014-07-28 Thread Christopher Wood
On Mon, Jul 28, 2014 at 11:54:34AM -0700, Wijnand Wiersma wrote: >Hi all, >I am a bit in distress right now. I have to replicate a dead puppet server >on a new server. I have all hiera files and manifests etc in git but I am >not able to get a new puppet server to compile catalogs.

[Puppet Users] issue understanding site modules

2014-07-28 Thread Wijnand Wiersma
Hi all, I am a bit in distress right now. I have to replicate a dead puppet server on a new server. I have all hiera files and manifests etc in git but I am not able to get a new puppet server to compile catalogs. The old server was 3.4 and the new server is 3.6.2 with directory environments en