]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Manage exec resources
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Feb 2017 12:28:09 +0000 (09:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Feb 2017 12:28:09 +0000 (09:28 -0300)
manifests/resources.pp

index 8b60ebfe530a283aa75f3b1bd87ca346ab838dee..644c18c42e84a3b16486139ae373813b341747d7 100644 (file)
@@ -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)
 }