Add a salt flag for enabling privileged containers.

This commit is contained in:
Brendan Burns
2014-09-16 21:29:39 -07:00
parent dc5a4a8c3f
commit ffa4500e09
4 changed files with 6 additions and 2 deletions

View File

@@ -52,4 +52,4 @@
{% endif %}
{% endif %}
DAEMON_ARGS="{{daemon_args}} {{address}} {{machines}} {{etcd_servers}} {{ minion_regexp }} {{ cloud_provider }}"
DAEMON_ARGS="{{daemon_args}} {{address}} {{machines}} {{etcd_servers}} {{ minion_regexp }} {{ cloud_provider }} --allow_privileged {{pillars['allow_privileged']}}"