puppet: Add the preferences configuration directory

refs #6842
This commit is contained in:
Eric Lippmann 2014-12-15 13:44:32 +01:00
parent 37b9aa36ec
commit ea69b3f709
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class icingaweb2::config (
ensure => present,
}
file { [ "${config}", "${config}/enabledModules", "${config}/modules" ]:
file { [ "${config}", "${config}/enabledModules", "${config}/modules", "${config}/preferences" ]:
ensure => directory,
owner => 'root',
group => 'icingaweb',