diff --git a/data/common.yaml b/data/common.yaml index 43d15d2..5e90824 100644 --- a/data/common.yaml +++ b/data/common.yaml @@ -1,6 +1,6 @@ --- pound::package_ensure: present -pound::package_name: Pound +pound::package_name: pound pound::service_ensure: running pound::service_manage: true pound::config_file: /etc/pound.cfg diff --git a/manifests/init.pp b/manifests/init.pp index d99baf2..4d4297f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -9,7 +9,7 @@ # Copyright 2017 Adam Crews, unless otherwise noted. # # @param package_ensure Ensure the package is either present or absent. Default: present -# @param package_name The name of the package to install. Default: Pound +# @param package_name The name of the package to install. Default: pound # @param service_ensure Ensure the service is running or stopped. Default: running # @param service_manage Manage the state of the service or not. Default: true # @param config_name The path to the config file. Default: /etc/pound.cfg