```if $facts['networking']['fqdn'] in $elligible_h...
# puppet
b
Copy code
if $facts['networking']['fqdn'] in $elligible_hosts {
    $activate_ensure = file
  } else {
    $activate_ensure = absent
  }
like that?