diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-06-22 02:03:49 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-06-22 02:03:49 +0300 |
commit | 7737af30875bb9580de49f38ae82a0a3f5e7f70a (patch) | |
tree | a47dbb4d621f6ceb7b8db7667db190a7745f6dec | |
parent | ddff6b8f85bed70e1e6797aa49f9a19b877b207d (diff) | |
download | puppet-7737af30875bb9580de49f38ae82a0a3f5e7f70a.tar puppet-7737af30875bb9580de49f38ae82a0a3f5e7f70a.tar.gz puppet-7737af30875bb9580de49f38ae82a0a3f5e7f70a.tar.bz2 puppet-7737af30875bb9580de49f38ae82a0a3f5e7f70a.tar.xz puppet-7737af30875bb9580de49f38ae82a0a3f5e7f70a.zip |
fix typo
-rw-r--r-- | modules/icecream/manifests/client.pp | 2 |
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'), |