diff --git a/README.md b/README.md index 17799f4..48c483b 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,13 @@ via site.pp or nodes.pp ```bash node 'example.example.net' { - include confdroid_apache + include confdroid_gitea } ``` - through Foreman: -In order to apply parameters through Foreman, --__confdroid_apache::params__-- must be added to the host or host group in question. +In order to apply parameters through Foreman, --__confdroid_gitea::params__-- must be added to the host or host group in question. See [more details about class deployment on Confdroid.com](https://confdroid.com/2017/05/deploying-our-puppet-modules/).