aboutsummaryrefslogtreecommitdiffstats
path: root/modules/icecream
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-06-22 02:03:49 +0300
committerThomas Backlund <tmb@mageia.org>2015-06-22 02:03:49 +0300
commit7737af30875bb9580de49f38ae82a0a3f5e7f70a (patch)
treea47dbb4d621f6ceb7b8db7667db190a7745f6dec /modules/icecream
parentddff6b8f85bed70e1e6797aa49f9a19b877b207d (diff)
downloadpuppet-7737af30875bb9580de49f38ae82a0a3f5e7f70a.tar
puppet-7737af30875bb9580de49f38ae82a0a3f5e7f70a.tar.gz
puppet-7737af30875bb9580de49f38ae82a0a3f5e7f70a.tar.bz2
puppet-7737af30875bb9580de49f38ae82a0a3f5e7f70a.tar.xz
puppet-7737af30875bb9580de49f38ae82a0a3f5e7f70a.zip
fix typo
Diffstat (limited to 'modules/icecream')
-rw-r--r--modules/icecream/manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/icecream/manifests/client.pp b/modules/icecream/manifests/client.pp
index d58a5e65..5364d87d 100644
--- a/modules/icecream/manifests/client.pp
+++ b/modules/icecream/manifests/client.pp
@@ -1,4 +1,4 @@
-define icecream::client($host => '') {
+define icecream::client($host = '') {
include icecream::client_common
file { '/etc/sysconfig/icecream':
content => template('icecream/sysconfig'),