Re: [Puppet Users] One big manifest?

2013-12-21 Thread Peter Nijssen
ple: > > https://ask.puppetlabs.com/question/1655/an-end-to-end-roleprofile-example-using-hiera/ > > Some thoughts on module design: > > http://www.devco.net/archives/2012/12/13/simple-puppet-module-structure-redux.php > > > - Chad > > On Fri, Dec 20, 2013 at

Re: [Puppet Users] One big manifest?

2013-12-21 Thread Peter Nijssen
ng a "growing number of servers", you should probably > look into either running an actual puppeg master, or at least keeping all > your puppet stuff in version control (git seems to be the most popular in > the puppet world by far). > > Hope that helps, > jantman > >

Re: [Puppet Users] One big manifest?

2013-12-21 Thread Peter Nijssen
test/execute > your module. > > grts > > jo > > > > > > > > > > > > > On 12/20/2013 07:15 PM, Peter Nijssen wrote: > > I read that document, however, it doesn't provide me the answer. > > Should I write, in general, my own

Re: [Puppet Users] One big manifest?

2013-12-20 Thread Peter Nijssen
bs.com/puppet/latest/reference/modules_fundamentals.html > > Also check up on how to do hiera lookups from within puppet3. > > Other than that, structuring your modules tends to be a bit > site-dependent. > > On Fri, Dec 20, 2013 at 08:38:03AM -0800, Peter Nijssen wrote: &g

[Puppet Users] One big manifest?

2013-12-20 Thread Peter Nijssen
Hi, I started to use vagrant with puphpet . Very nice. However, the gui of puphpet gives me too few options, so I want to configure everything myself. So, I decided to write everything from scratch, using modules. Modules like apache, mysql, php, phpmyadmin which are in th