diff options
Diffstat (limited to 'manifests/resources.pp')
-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 d885153..8b60ebf 100644 --- a/manifests/resources.pp +++ b/manifests/resources.pp @@ -43,4 +43,8 @@ class nodo::resources { # SSH keys $sshkeys = hiera('sshkeys', {}) create_resources('sshkey', $sshkeys) + + # PaX flags + $pax = hiera('nodo::subsystem::grsec::paxctl', {}) + create_resources('nodo::subsystem::grsec::paxctl', $pax) } |