Merge "Fix $manage_index if statement"

This commit is contained in:
Zuul 2018-06-19 23:11:22 +00:00 committed by Gerrit Code Review
commit 18aff0412e
1 changed files with 1 additions and 1 deletions

View File

@ -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'),