Re: [Puppet Users] Re: Excluding a host

2010-03-29 Thread LOhit
Thanks, in fact, I was going to use that if nothing else worked. It would be nice to have a exclude list though. Best Regards, -LOhit On Mon, Mar 29, 2010 at 5:59 PM, christian wrote: > If you don't want to edit your regexp, a simple solution could be > adding something like this to the beginni

[Puppet Users] Re: Excluding a host

2010-03-29 Thread christian
If you don't want to edit your regexp, a simple solution could be adding something like this to the beginning of your manifests : if $hostname == "host-that-should-be-excluded" {} else { your actual manifest } At least that worked for me as I just tested it. christian On 29 Mrz., 10:35, LOhit