class testing {
exec { "/bin/echo testing": }
}
include testing
exec { "/bin/echo bouncy bouncy": subscribe => Class[testing], refreshonly => true }
|
class testing {
exec { "/bin/echo testing": }
}
include testing
exec { "/bin/echo bouncy bouncy": subscribe => Class[testing], refreshonly => true }
|