summaryrefslogtreecommitdiffstats
path: root/examples/mcx_notexists_absent.pp
blob: ef44db10e014bc80b49dd8be9a1c8a0c04dfa9ca (plain)
1
2
3
4
mcx { '/Groups/foobar':
    ensure => 'absent',
    content => 'absent'
}