Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Emerging Technology Puppet Modules
webauth
Commits
6b2f9312
Commit
6b2f9312
authored
Dec 14, 2016
by
Scotty Logan
Browse files
adding prefixes to all hiera settings
parent
a3d4b5be
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/common.yaml
View file @
6b2f9312
# /data/common.yaml
---
webauth
:
svc_enable
:
true
svc_ensure
:
running
logroot
:
/var/log/apache2
access_log
:
access.log
error_log
:
error.log
log_format
:
'
%v
%h
%l
%u
%t
\"%r\"
%>s
%b'
servername
:
"
%{::fqdn}"
serveradmin
:
"
webmaster@%{::fqdn}"
keyring
:
/var/lib/webauth/keyring
keytab
:
/etc/webauth/keytab
service_token_cache
:
/var/lib/webauth/service_token_cache
webauth::svc_enable:
true
webauth::svc_ensure: running
webauth::logroot: /var/log/apache2
webauth::access_log: access.log
webauth::error_log: error.log
webauth::log_format: '%v %h %l %u %t \"%r\" %>s %b'
webauth::servername: "%{::fqdn}"
webauth::serveradmin: "webmaster@%{::fqdn}"
webauth::keyring: /var/lib/webauth/keyring
webauth::keytab: /etc/webauth/keytab
webauth::service_token_cache: /var/lib/webauth/service_token_cache
data/docker.yaml
View file @
6b2f9312
# /data/docker.yaml
---
webauth
:
svc_enable
:
true
svc_ensure
:
running
servername
:
'
${ENV_DOMAIN}'
serveradmin
:
'
${ADMIN_MAIL}'
log_format
:
'
%v:%p
%{X-Forwarded-For}i
%l
%u
%t
\"%r\"
%>s
%O
\"%{Referer}i\"
\"%{User-Agent}i\"'
\ No newline at end of file
webauth::svc_enable:
true
webauth::svc_ensure: running
webauth::servername: '${ENV_DOMAIN}'
webauth::serveradmin: '${ADMIN_MAIL}'
webauth::log_format: '%v:%p %{X-Forwarded-For}i %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment