Displaying 1 result from an estimated 1 matches for "without_a_fil".
Did you mean:
without_a_file
2006 Nov 16
7
Negating or removing classes
...t; exists then every node that does not include the main
class has the destructor run. Something like:
class a_file {
file { "/a_file": ensure => present }
}
class a_file_destructor {
file { "/a_file": ensure => absent }
}
node with_a_file { include a_file }
node without_a_file { }
Matt Collins