Remove Puppet templates endings when calling getManifestTemplate
getManifestTemplate sets the default template ending 'pp' when not set in the filename. It is not longer necessary to use the default template ending when calling getManifestTemplate. Change-Id: Ie0c487eef6196fe6276694d7973e943d42a59ae9
This commit is contained in:
committed by
Martin Mágr
parent
b073abede9
commit
ebed2e6b92
@@ -61,7 +61,7 @@ def create_manifest(config, messages):
|
||||
root_home != homedir)
|
||||
config['NO_ROOT_USER_ALLINONE'] = no_root_allinone and True or False
|
||||
|
||||
manifestdata = getManifestTemplate("openstack_client.pp")
|
||||
manifestdata = getManifestTemplate("openstack_client")
|
||||
appendManifestFile(manifestfile, manifestdata)
|
||||
|
||||
msg = ("File %s/keystonerc_admin has been created on OpenStack client host"
|
||||
|
||||
Reference in New Issue
Block a user