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
This commit is contained in:
Emilien Macchi 2016-03-07 19:51:30 -05:00
parent 67a21c9a8d
commit 822c90c02f
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ class openstack_extras::auth_file(
owner => 'root',
group => 'root',
mode => '0700',
tag => ['openrc'],
content => template('openstack_extras/openrc.erb')
}
}