ayohrling / local_security_policy

Apache License 2.0
6 stars 28 forks source link

Question instead of issue #31

Closed JasonMcMahan closed 4 years ago

JasonMcMahan commented 6 years ago

I was trying to determine, does the module over write existing values in the lsp or merely append user supplied values to those in the lsp? Thank you

silug commented 4 years ago

Puppet always enforces a value. If the value in LSP matches the value you provide to the module, the module will do nothing. If they don't match, the module will overwrite the existing value.