1 2 3 4 5
@when('nrpe.available') @when_not('hatchs-layer.nrpe.configured') def do_this_once(nrpe): # Do something with nrpe, which is the instantiated Class of the NRPE relation interface set_state('hatchs-layer.nrpe.configured')