Re: [Puppet Users] Base directory with File

2012-06-27 Thread Mark Roggenkamp
Even better. Thank you, sir. Mark On Tuesday, June 26, 2012 7:17:34 PM UTC-4, Stefan Schulte wrote: > > On Mon, Jun 25, 2012 at 10:27:40AM -0700, Mark Roggenkamp wrote: > > Hi all, > > > > I'd like to specify a base_directory and a list of directories (as > > variables that may be pulled via

Re: [Puppet Users] Base directory with File

2012-06-26 Thread Stefan Schulte
On Mon, Jun 25, 2012 at 10:27:40AM -0700, Mark Roggenkamp wrote: > Hi all, > > I'd like to specify a base_directory and a list of directories (as > variables that may be pulled via hiera later) that will be created under > that base directory. > > base_dir = "/home/base" > bars = ["a", "b", "c"

[Puppet Users] Base directory with File

2012-06-25 Thread Mark Roggenkamp
Hi all, I'd like to specify a base_directory and a list of directories (as variables that may be pulled via hiera later) that will be created under that base directory. base_dir = "/home/base" bars = ["a", "b", "c"] bars will be used to create the folders under base and also part of the infor