diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-11 19:01:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-11 19:01:49 -0300 |
commit | e89b91abb6c662579ee04929bf40d39a67600a2a (patch) | |
tree | f2596dba6dec2d9b67cbbf4dd57c7815c71e90a6 | |
parent | 1cdd5266b389ac2e0d70fa884e20e9074d29d82a (diff) | |
download | puppet-ikiwiki-e89b91abb6c662579ee04929bf40d39a67600a2a.tar.gz puppet-ikiwiki-e89b91abb6c662579ee04929bf40d39a67600a2a.tar.bz2 |
Oops
-rw-r--r-- | manifests/instance.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/instance.pp b/manifests/instance.pp index 2bf0d8e..c6d0e63 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -73,7 +73,6 @@ define ikiwiki::instance( recurse => true, notify => Exec["ikiwiki_refresh_${name}"], require => File["${ikiwiki::sites_folder}/${name}"], - require => File["${ikiwiki::sites_folder}/${name}"], } if $create_ssh_key == true { |