diff --git a/.vagrant-puppet/manifests/default.pp b/.vagrant-puppet/manifests/default.pp index 7a71c79d2..6dbe04033 100644 --- a/.vagrant-puppet/manifests/default.pp +++ b/.vagrant-puppet/manifests/default.pp @@ -3,7 +3,7 @@ include mysql include pgsql include openldap -include profile::icingaweb2 +include icingaweb2 include nodejs include profile::icinga2-dev diff --git a/.vagrant-puppet/modules/profile/manifests/icingaweb2.pp b/.vagrant-puppet/profiles/icingaweb2/manifests/init.pp similarity index 99% rename from .vagrant-puppet/modules/profile/manifests/icingaweb2.pp rename to .vagrant-puppet/profiles/icingaweb2/manifests/init.pp index 2def58b0b..c3bb57c65 100644 --- a/.vagrant-puppet/modules/profile/manifests/icingaweb2.pp +++ b/.vagrant-puppet/profiles/icingaweb2/manifests/init.pp @@ -1,4 +1,4 @@ -class profile::icingaweb2 { +class icingaweb2 { mysql::database::create { 'icingaweb': username => 'icingaweb', password => 'icingaweb',