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') } }