Report abuse


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