OP#436 add user access

This commit is contained in:
2026-02-14 21:21:43 +01:00
parent 0273e9553a
commit 5f5e2e7deb
4 changed files with 20 additions and 1 deletions

View File

@@ -21,5 +21,12 @@ class confdroid_nagios::server::access_rules (
seluser => system_u,
notify => Service[$ng_nagios_service],
}
}
# manage file header
concat::fragment { 'fle_header':
target => $ng_htpasswd_file,
content => template($ng_htpasswd_head),
order => '000',
}
}
}