added some directory control, testing

This commit is contained in:
Arne Teuke
2017-06-19 15:33:27 +01:00
parent 83b33bf7f5
commit 9f79e6b25b
4 changed files with 164 additions and 1 deletions

View File

@@ -15,6 +15,8 @@
* [native Puppet deployment](#native-puppet-deployment)
* [through Foreman](#through-foreman)
* [Parameters](#parameters)
* [Mandatory Parameters](#mandatory-parameters)
* [Optional Parameters](#optional-parameters)
* [SELINUX](#selinux)
* [Known Problems](#known-problems)
* [Support](#support)
@@ -26,7 +28,7 @@
### Features
* install required binaries and dependencies
* manage user
* manage user settings (optional)
### Repo Structure
@@ -56,6 +58,11 @@ See [more details about class deployment on Confdroid.com](https://confdroid.com
### Parameters
The following parameters are editable via params.pp or through ENC (**__recommended__**). Values changed will take immediate effect at next puppet run. Services will be restarted where neccessary.
#### Mandatory Parameters
#### Optional Parameters
* `$ae_manage_user` : Whether or not to manage the user settings. Important when accessing shared resources accross nodes. Defaults to `false`.
### SELINUX
All files and directories are configured with correct selinux context. If selinux is disabled, these contexts are ignored.