diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-07-21 10:52:53 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-07-21 10:52:53 +0000 |
commit | 7fc1f4df89019d2771d5d055a99d02ad3373e6b9 (patch) | |
tree | e3819e2b45fd16e02c9c3026abcac35cb5587236 /puppet/compute-puppet.yaml | |
parent | 9c8364184c0c79e4dc94533901cbab65aff0d399 (diff) | |
parent | 4f88464a62e72a0a53b081edfe4e2a5f95f333b1 (diff) |
Merge "Puppet: wire in tripleo::packages"
Diffstat (limited to 'puppet/compute-puppet.yaml')
-rw-r--r-- | puppet/compute-puppet.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/compute-puppet.yaml b/puppet/compute-puppet.yaml index 02756925..45c845a8 100644 --- a/puppet/compute-puppet.yaml +++ b/puppet/compute-puppet.yaml @@ -406,7 +406,7 @@ resources: neutron_public_interface_raw_device: {get_input: neutron_public_interface_raw_device} admin_password: {get_input: admin_password} ntp::servers: {get_input: ntp_servers} - enable_package_install: {get_input: enable_package_install} + tripleo::packages::enable_install: {get_input: enable_package_install} NovaComputeDeployment: type: OS::TripleO::SoftwareDeployment |