Mathijs <bluescreen...@gmail.com> writes:

> For some definition-based and custom resources, I'm looking for a way
> to tell systems: "only these should be present, the rest should be
> purged".

Please don't run this, but:

    # The puppet version of rm -rf /*
    Package { ensure => absent, noop => true }
    User { ensure => absent, noop => true }

    # These override the defaults
    package { "foo": ensure => present }

        Daniel

-- 
✣ Daniel Pittman            ✉ dan...@rimspace.net            ☎ +61 401 155 707
               ♽ made with 100 percent post-consumer electrons

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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