diff options
author | Dan Prince <dprince@redhat.com> | 2017-02-04 13:57:03 -0500 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2017-02-04 13:57:03 -0500 |
commit | 27b25981c64694a45431d1f3365ddc6b0b26705f (patch) | |
tree | 17038302059b15d4d6f804b670a2f17402e04e09 | |
parent | a75c6c618e34d74389b9963f994f5e18ec29674a (diff) |
Add ::ironic::config to Ironic base profile
I have ExtraConfig settings that need to be set in
ironic.conf. Adding the ::ironic::config module
to our base Ironic profile should allow users to
customize Ironic if needed.
Change-Id: I93e9b3b5d4def1d8fa42b77b611b7d9d6cb7963b
-rw-r--r-- | manifests/profile/base/ironic.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/base/ironic.pp b/manifests/profile/base/ironic.pp index 5db1e1f..94619ad 100644 --- a/manifests/profile/base/ironic.pp +++ b/manifests/profile/base/ironic.pp @@ -54,6 +54,7 @@ class tripleo::profile::base::ironic ( rabbit_hosts => $rabbit_endpoints, } + include ::ironic::config include ::ironic::cors } } |