We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b0d418 + af8ed07 commit 5cd1d5aCopy full SHA for 5cd1d5a
templates/consul.launchd.erb
@@ -3,6 +3,8 @@
3
<plist version="1.0">
4
<dict>
5
<key>Label</key> <string>io.consul.daemon</string>
6
+ <key>UserName</key> <string><%= scope.lookupvar('consul::user') %></string>
7
+ <key>GroupName</key> <string><%= scope.lookupvar('consul::group') %></string>
8
<% if scope.lookupvar('consul::service_enable') %>
9
<key>Disabled</key> <false/>
10
<% else %>
0 commit comments