mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
efa790923a
commit
4ea178edeb
@ -1,5 +1,7 @@
|
|||||||
class icingaweb2_dev (
|
class icingaweb2_dev (
|
||||||
|
$config = hiera('icingaweb2::config'),
|
||||||
$log = hiera('icingaweb2::log'),
|
$log = hiera('icingaweb2::log'),
|
||||||
|
$web_path = hiera('icingaweb2::web_path'),
|
||||||
$db_user = hiera('icingaweb2::db_user'),
|
$db_user = hiera('icingaweb2::db_user'),
|
||||||
$db_pass = hiera('icingaweb2::db_pass'),
|
$db_pass = hiera('icingaweb2::db_pass'),
|
||||||
$db_name = hiera('icingaweb2::db_name'),
|
$db_name = hiera('icingaweb2::db_name'),
|
||||||
@ -77,7 +79,7 @@ class icingaweb2_dev (
|
|||||||
}
|
}
|
||||||
|
|
||||||
file { '/etc/httpd/conf.d/icingaweb.conf':
|
file { '/etc/httpd/conf.d/icingaweb.conf':
|
||||||
source => 'puppet:////vagrant/.vagrant-puppet/files/etc/httpd/conf.d/icingaweb.conf',
|
content => template("$name/icingaweb.conf.erb"),
|
||||||
notify => Service['apache'],
|
notify => Service['apache'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user