From d3fe64e6afdebb3fff875632552605ae356f7d88 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 23 Feb 2017 09:28:09 -0300 Subject: Manage exec resources --- manifests/resources.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests') 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) } -- cgit v1.2.3