added some directory control, testing
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user