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
@@ -241,7 +241,7 @@ def create_manifest(config, messages):
|
||||
config['CONFIG_AMQP_AUTH_USER'] = 'guest'
|
||||
|
||||
manifestfile = "%s_amqp.pp" % config['CONFIG_AMQP_HOST']
|
||||
manifestdata = getManifestTemplate('amqp.pp')
|
||||
manifestdata = getManifestTemplate('amqp')
|
||||
|
||||
fw_details = dict()
|
||||
# All hosts should be able to talk to amqp
|
||||
|
||||
Reference in New Issue
Block a user