Vagrant/doc module: Add menu link to the documentation module

refs 
This commit is contained in:
Eric Lippmann 2014-07-28 19:14:50 +02:00
parent edc89d6ad6
commit ce4fa1fd3d

@ -792,3 +792,15 @@ file { '/etc/bash_completion.d/icingacli':
require => Exec['install bash-completion']
}
file { '/etc/icingaweb/modules/doc/':
ensure => 'directory',
owner => 'apache',
group => 'apache'
}
file { '/etc/icingaweb/modules/doc/menu.ini':
source => 'puppet:////vagrant/.vagrant-puppet/files/etc/icingaweb/modules/doc/menu.ini',
owner => 'apache',
group => 'apache',
}