From 822c90c02fab6bd6bdb7c296953342ce6f40ae38 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 7 Mar 2016 19:51:30 -0500 Subject: [PATCH] auth_file: add tag to File resource Add a Puppet tag to the File resource that manages '/root/openrc'. It will allow in puppet-keystone to set some orchestration to make sure /root/openrc is created *after* managing admin resources. Change-Id: I203728a25ef8a33787760672b17e61539ad820c3 --- manifests/auth_file.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/auth_file.pp b/manifests/auth_file.pp index 3ec8999..e16081a 100644 --- a/manifests/auth_file.pp +++ b/manifests/auth_file.pp @@ -114,6 +114,7 @@ class openstack_extras::auth_file( owner => 'root', group => 'root', mode => '0700', + tag => ['openrc'], content => template('openstack_extras/openrc.erb') } }