OP#547 update Readme
This commit is contained in:
@@ -22,6 +22,8 @@ dnf-automatic is a mechanism to allow automatic OS updates for Rocky 9 and simil
|
|||||||
|
|
||||||
`confdroid_automatic` manages dnf-automatic installations and configurations.
|
`confdroid_automatic` manages dnf-automatic installations and configurations.
|
||||||
|
|
||||||
|
Choose the required update and reboot policy per host, host group, environment etc. Set the email notification about updates, that's all it needs.
|
||||||
|
|
||||||
## WARNING
|
## WARNING
|
||||||
|
|
||||||
> **Attention: Never use this puppet module on systems which have been previously configured manually. It is impossible to predict how and what would have been configured, hence previous configurations outside the scope of this module may be overwritten! Automated configurations require a test environment to verify that the module suits the purpose intended by the user, as well as tune the parameters, before deploying into live production**
|
> **Attention: Never use this puppet module on systems which have been previously configured manually. It is impossible to predict how and what would have been configured, hence previous configurations outside the scope of this module may be overwritten! Automated configurations require a test environment to verify that the module suits the purpose intended by the user, as well as tune the parameters, before deploying into live production**
|
||||||
@@ -56,7 +58,7 @@ via site.pp or nodes.pp
|
|||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
node 'example.example.net' {
|
node 'example.example.net' {
|
||||||
include automatic
|
include confdroid_automatic
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -74,6 +76,7 @@ See [more details about class deployment on confdroid.com](https://confdroid.com
|
|||||||
- Puppet Parser
|
- Puppet Parser
|
||||||
- ERB Template Parser
|
- ERB Template Parser
|
||||||
- Sonar Quality Gate
|
- Sonar Quality Gate
|
||||||
|
- End-to-end deployments in Rocky-9 environments
|
||||||
|
|
||||||
## Contact Us
|
## Contact Us
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user