Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Small fix for Debian installations #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down