I did look at that.. But I could not see if the group structure was a more traditional layout. Might bring it up on a VM to have a look.
However the snippet of regex allowed me to pull all the modules together and deploy them in a manor that I want. Its a fantastically powerful tool. I wish the grouping was nicer. On Tuesday, 11 November 2014 08:48:03 UTC, Gavin Williams wrote: > > If you want something a bit smarter, you could look at The Foreman [1]. > > Cheers > Gavin > > [1] http://theforeman.org/ > > On Monday, 10 November 2014 21:18:51 UTC, Dominic wrote: >> >> >> OK Think I found my own answer >>> >> >> >> https://docs.puppetlabs.com/puppet/latest/reference/lang_node_definitions.html >> >> node /^lab1\d+$/ { include common } >> >> node /^lab2\d+$/ { include somthingelse } >> > -- 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/5df796d9-9237-4214-8453-045287d8d834%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
