components/openstack/cloudbase-init/files/cloudbase-init.stencil
changeset 7799 e35d3ee6d1b8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/openstack/cloudbase-init/files/cloudbase-init.stencil	Fri Mar 24 14:28:46 2017 -0600
@@ -0,0 +1,14 @@
+# This file is generated via SMF, and configuration should be changed by
+# setting or updating properties in the cloudbase-init:default service:instance.
+# Any modifications to this file will be overwritten on the next start of the
+# cloudbase-init.
+#
+# For example to turn on debugging do the following :
+#	svccfg -s cloudbase-init:default setprop config/debug = boolean: true
+#	svcadm refresh cloudbase-init
+
+[DEFAULT]
+; add any properties and their values that are in the config property group.
+$%/config/(.*)/ {
+$%1 = $%{config/$%1}
+}