-
jclulowbahamat: SMF properties are actually a pretty great mechanism for declarative configuration. If you're using some configuration management platform it really just needs a way to interact with libscf, which gives you a typed key value store with transactions.
-
jclulowYou get things for free then, like "do I need to restart this service to get the new properties in there or have I already done that"
-
jclulowI think the mistake is people usually try to do it in shell
-
jclulowWhen really you want a program that more directly diffs and interacts with the repository
-
jclulowand the snapshots and transactions and so on
-
sjorgesaltstack at least use to have some svcs manipelation options
-
sjorge(because I added it wrapping around svccfg and svcadm)
-
sjorgeI stopt using salt so not sure it still exists