Commit Graph

14 Commits

Author SHA1 Message Date
Abir Majumdar
df369310b1
Updating content 2019-01-09 13:51:07 -05:00
Abir Majumdar
5effa906d4
Updating to Pittsburgh 2018-11-16 17:44:05 -05:00
Abir Majumdar
1939300053
Update index.html.epp 2018-11-16 17:07:22 -05:00
Abir Majumdar
86a97ec0ba
Update index.html.epp 2018-11-16 16:46:48 -05:00
Abir Majumdar
784ac834e6
Update index.html.epp 2018-09-19 09:41:50 -07:00
Abir Majumdar
abf5805918
Update index.html.epp 2018-09-13 13:32:00 -07:00
Abir Majumdar
e4c388056d
Making website generic 2018-09-13 13:11:57 -07:00
Abir Majumdar
1e9f6596a4
Merge pull request #3 from maju6406/website-update2
Updating website content
2018-08-21 08:27:53 -07:00
maju6406
25389c26e2 Updating website content 2018-08-21 08:26:36 -07:00
maju6406
07743d61f8 Updating website content 2018-08-21 07:43:35 -07:00
maju6406
9bde731d14 Syncing with starter content 2018-08-20 22:16:14 -07:00
Nick Walker
5185a4cb26 Clean up some stale files
Prior to this commit, these two files were laying around but not used.
The code manager template was missed when the code was moved into
a module and the function was added a while ago but then never
put to use.

After this commit, the codebase is a little lighter without these
stale files.
2016-03-23 10:22:02 -07:00
Nick Walker
d2db275028 Create profile::git_webhook to abstract away the details
Prior to this commit there were two possible webhooks
 - zack/r10k webhook
 - code manager

I moved these two profiles under git_webhook and choose the correct
one based on the version of PE being used.

As a safety hatch, I provide the $force_zack_r10k_webhook param
on profile::git_webhook in case someone needs to continue using it
instead of code manager.
2015-12-21 15:19:38 -08:00
Nick Walker
4c2be74083 Add support for code manager which will replace zack r10k
Add pltraing-rbac module
Added a new profile for code_manager that:
 - creates a service users for code manager
 - creates a token for that service user
 - creates a hook on a git server using the token

Turns out that the file function in puppet cannot read files in
/root.  The pe-puppet user needs read permissions on the file
and traversal on the directory which giving to /root would
probably be a bad idea.  So, I just put the file containing
the token in /etc/puppetlabs/puppetserver since I'm not sure
where would be better.
2015-12-09 09:44:35 -08:00