Added enabled_dir to pillar.example
This commit is contained in:
parent
481c3d6aa4
commit
36368cae5d
@ -74,7 +74,8 @@ nginx:
|
||||
managed:
|
||||
mysite: # relative pathname of the vhost file
|
||||
# may be True, False, or None where True is enabled, False, disabled, and None indicates no action
|
||||
available_dir: /tmp # an alternate directory (not sites-available) where this vhost may be found
|
||||
available_dir: /tmp/sites-available # an alternate directory (not sites-available) where this vhost may be found
|
||||
enabled_dir: /tmp/sites-enabled # an alternate directory (not sites-available) where this vhost may be found
|
||||
disabled_name: mysite.aint_on # an alternative disabled name to be use when not symlinking
|
||||
enabled: True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user