From: Silvio Rhatto Date: Thu, 23 Feb 2017 12:28:09 +0000 (-0300) Subject: Manage exec resources X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d3fe64e6afdebb3fff875632552605ae356f7d88;p=puppet-nodo.git Manage exec resources --- 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) }