diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-16 16:28:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-16 16:28:37 -0300 |
commit | 7112946dd522bc23b2216e3c3c8f4581052c6e1b (patch) | |
tree | 1823ff5cd45bff1bde092c77ee3d11693e557920 | |
parent | b09617ffc00e804bb917fb907a60c45f87d85f7c (diff) | |
download | puppet-ikiwiki-7112946dd522bc23b2216e3c3c8f4581052c6e1b.tar.gz puppet-ikiwiki-7112946dd522bc23b2216e3c3c8f4581052c6e1b.tar.bz2 |
Syntax fix
-rw-r--r-- | manifests/instance.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/instance.pp b/manifests/instance.pp index 89aea95..55f12cc 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -91,7 +91,7 @@ define ikiwiki::instance( ensure => $ensure, owner => $owner, group => $owner, - $source = "puppet:///modules/site_keys/ikiwiki/${name}_id_rsa", + source => "puppet:///modules/site_keys/ikiwiki/${name}_id_rsa", } } } |