Hello,
I need to be able to execute some puppet statements at the end of an automatic installation, essentially packages removal. But I don't want it to be executed later.

I'm looking on a way to test tag definition into my default node but did not find it. What I would like to do is sort of:
node default {
    if tagged("bootstrap") {
        include bootstrap
    }
}

so that "puppetd --test --tags bootstrap" matches, whereas "puppetd --test" does not.

How could I achieve this ?

Regards,
JB

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

Reply via email to