diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-30 09:36:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-30 09:36:00 -0300 |
commit | 408e52c03bb5fa63845e6c806849f7c7a8e1a228 (patch) | |
tree | 8432e2b238d729a68267278024b78edbfac68e10 /manifests | |
parent | e1db348053e369619822bdfa45cd840464353c6b (diff) | |
download | puppet-ikiwiki-408e52c03bb5fa63845e6c806849f7c7a8e1a228.tar.gz puppet-ikiwiki-408e52c03bb5fa63845e6c806849f7c7a8e1a228.tar.bz2 |
Syntax fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/packages.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/packages.pp b/manifests/packages.pp index f55fcac..7822022 100644 --- a/manifests/packages.pp +++ b/manifests/packages.pp @@ -1,5 +1,5 @@ class ikiwiki::packages { - package { 'ikiwiki' ]: + package { 'ikiwiki': ensure => installed, } } |