From 51dee31bfa3ef26111fa5cb5c0c99fd7c7e02491 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 18 May 2022 22:18:16 +0900 Subject: [PATCH] Fix dependencies related to openstacklib::policy Since [1] was merged, not only openstacklib::poliy::base but also openstacklib::policy::default is included to manage the policy file. This change ensure openstacklib::policy::default is executed after the packages are installed. [1] 740d1bb822e8543535a2fccb4f2eab4b5809422c Change-Id: Ia100cbf628590218dfa4afa051b0fa8acd024a5a --- puppet-{{cookiecutter.project_name}}/manifests/deps.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-{{cookiecutter.project_name}}/manifests/deps.pp b/puppet-{{cookiecutter.project_name}}/manifests/deps.pp index f3a5954..1f88218 100644 --- a/puppet-{{cookiecutter.project_name}}/manifests/deps.pp +++ b/puppet-{{cookiecutter.project_name}}/manifests/deps.pp @@ -33,7 +33,7 @@ class {{cookiecutter.project_name}}::deps { # policy config should occur in the config block also. Anchor['{{cookiecutter.project_name}}::config::begin'] - -> Openstacklib::Policy::Base<||> + -> Openstacklib::Policy<||> ~> Anchor['{{cookiecutter.project_name}}::config::end'] # Installation or config changes will always restart services.