diff --git a/puppet/puppet_Murano_Conductor.pp b/puppet/puppet_Murano_Conductor.pp index a9c05da9..e5a872a0 100644 --- a/puppet/puppet_Murano_Conductor.pp +++ b/puppet/puppet_Murano_Conductor.pp @@ -112,3 +112,5 @@ class murano::conductor ( hasstatus => true, } } + +class { 'murano::conductor': } diff --git a/puppet/puppet_Murano_REST_API.pp b/puppet/puppet_Murano_REST_API.pp index 780c2853..5fd314fd 100644 --- a/puppet/puppet_Murano_REST_API.pp +++ b/puppet/puppet_Murano_REST_API.pp @@ -54,7 +54,7 @@ class murano::api ( } exec {'Install new version': - require => Exec['step1'], + require => Vcsrepo['step1'], command => 'chmod +x setup.sh; ./setup.sh purge-init; ./setup.sh install', user => 'root', provider => shell, @@ -198,3 +198,5 @@ class murano::api ( hasstatus => true, } } + +class { 'murano::api': }