Skip to content

Commit 143ffaf

Browse files
authored
Show allow_override key example in docs
1 parent 3448c1a commit 143ffaf

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

REFERENCE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10157,6 +10157,11 @@ apache::vhost { 'files.example.net':
1015710157
'provider' => 'files',
1015810158
'deny' => 'from all',
1015910159
},
10160+
{ 'path' => '/var/www/html',
10161+
'provider' => 'directory',
10162+
'options' => ['-Indexes'],
10163+
'allow_override' => ['All'],
10164+
},
1016010165
],
1016110166
}
1016210167
```

manifests/vhost.pp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,11 @@
13601360
# 'provider' => 'files',
13611361
# 'deny' => 'from all',
13621362
# },
1363+
# { 'path' => '/var/www/html',
1364+
# 'provider' => 'directory',
1365+
# 'options' => ['-Indexes'],
1366+
# 'allow_override' => ['All'],
1367+
# },
13631368
# ],
13641369
# }
13651370
# ```

0 commit comments

Comments
 (0)