diff --git a/manifests/site.pp b/manifests/site.pp index 6315169..c5a6225 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -31,7 +31,7 @@ define meetbot::site( ensure => directory, } - if manage_index == true { + if $manage_index == true { file { "${meetbot}/index.html": ensure => present, content => template('meetbot/index.html.erb'),