diff options
-rw-r--r-- | manifests/resources.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/resources.pp b/manifests/resources.pp index 8b60ebf..644c18c 100644 --- a/manifests/resources.pp +++ b/manifests/resources.pp @@ -47,4 +47,8 @@ class nodo::resources { # PaX flags $pax = hiera('nodo::subsystem::grsec::paxctl', {}) create_resources('nodo::subsystem::grsec::paxctl', $pax) + + # Exec + $execs = hiera('execs', {}) + create_resources('exec', $execs) } |