diff --git a/manifests/init.pp b/manifests/init.pp index 023046f..30ceb61 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -98,7 +98,7 @@ # @param manage_service # Whether we want to manage the NetworkManager service. # -# @param service_ensure +# @param ensure_service # Whether a service should be running. Valid values are 'stopped', 'running', true, false. # # @param service_name diff --git a/manifests/service.pp b/manifests/service.pp index 78f0d31..e49c652 100644 --- a/manifests/service.pp +++ b/manifests/service.pp @@ -1,4 +1,3 @@ -# # @summary Ensure and restarts NetworkManager Service # # @example Setting up NetworkManager service