Browse Source

Added enabled_dir to pillar.example

susefix
Imran Haider 9 years ago
parent
commit
36368cae5d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      pillar.example

+ 2
- 1
pillar.example View File

@@ -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…
Cancel
Save