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
shibsp
Commits
c1fde621
Commit
c1fde621
authored
May 29, 2018
by
Scotty Logan
Browse files
added httpd_user and shibd_user definitions
parent
36f81b5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/Debian.yaml
View file @
c1fde621
# data/Debian.yaml
# generic defaults for Debian-based systems
---
shib_sp::shibd_user: _shibd
shib_sp::shibd_group: _shibd
shib_sp::httpd_user: www-data
shib_sp::httpd_group: www-data
data/common.yaml
View file @
c1fde621
...
...
@@ -2,11 +2,9 @@
# common defaults
---
shib_sp::shib_dir: /etc/shibboleth
shib_sp::shibd_group:
shib_sp::shibd_user: nobody
shib_sp::shibd_group: nogroup
shib_sp::apache_service_enable:
true
shib_sp::apache_service_ensure:
false
shib_sp::httpd_group:
shib_sp::entity_id: https://example.stanford.edu/
shib_sp::support_email: support@example.com
shib_sp::idp: https://idp.stanford.edu/
shib_sp::metadata_uri: https://idp.stanford.edu/idp/shibboleth
shib_sp::httpd_user: nobody
shib_sp::httpd_group: nogroup
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