Hi ,

I am using tags according to environments Eg: prd_env and stg_env

How do i implement a default node Eg:

node default inherits basenode {
       tag("prd_eu")|("stg_eu"))
       include general
}

The above does not work.

I invoke the puppe agent

puppet agent --test --noop --server=puppetmaster.domain.local --
tags=prd_env|stg_env

Any ideas how i can allow both the env's to use the default node.?

Regards,
Kevin

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to