Browse Source
Similar to what is done with os_service_default, but here we have the possibility to tell puppet to not change the existing value, whatever this is. The associated fact for syntactic sugar in the module is `::os_immutable`. Partial-Bug: #1763322 Change-Id: Iaea44309db9b1b075425fa15890ba592d8bc9b7echanges/83/579183/4
5 changed files with 84 additions and 0 deletions
@ -0,0 +1,8 @@
|
||||
--- |
||||
features: |
||||
- | |
||||
This add `os_immutable` fact that can be used in the puppet |
||||
openstack module as value for all types that inherit |
||||
openstack_config. Using ::os_immutable as a value of the |
||||
configuration parameter will tell puppet to not change the current |
||||
value, whatever it is. |
Loading…
Reference in new issue