Commit Graph

91 Commits

Author SHA1 Message Date
Abir Majumdar
581932ef2a
Removing firewall 2018-09-26 11:37:23 -07:00
Abir Majumdar
c28415873c
Update linux_baseline.pp 2018-09-26 10:47:34 -07:00
Abir Majumdar
66198d77e4
Update linux_baseline.pp 2018-09-21 10:52:58 -07:00
Abir Majumdar
5f13826f51
Removing trailing space 2018-09-21 10:41:52 -07:00
Abir Majumdar
141ffa1920
Update linux_baseline.pp 2018-09-21 10:30:12 -07:00
Abir Majumdar
784ac834e6
Update index.html.epp 2018-09-19 09:41:50 -07:00
maju6406
84d4b41dd2 Merge branch 'master' of https://github.com/maju6406/control-repo 2018-09-18 01:14:59 -04:00
maju6406
91e3e41cd8 Updating error pages 2018-09-18 01:14:48 -04:00
Abir Majumdar
ce4a8ef917
Update linux.pp 2018-09-18 01:05:20 -04:00
Abir Majumdar
ab9b0c25f9
Fixing formatting again 2018-09-18 01:04:11 -04:00
Abir Majumdar
b5dce88810
Fixing formatting issue 2018-09-18 01:00:35 -04:00
Abir Majumdar
753585482d
Update linux.pp 2018-09-18 00:58:27 -04:00
Abir Majumdar
f218f21ac3
Update windows.pp 2018-09-14 15:22:22 -07:00
Abir Majumdar
97da4055a4
Update windows_baseline.pp 2018-09-14 15:07:36 -07:00
Abir Majumdar
2fb2018d64
Update windows_baseline.pp 2018-09-14 14:53:02 -07:00
Abir Majumdar
d993c90a0d
Update windows.pp 2018-09-14 12:09:30 -07:00
Abir Majumdar
79cb523d01
Create windows_base_hipaa.pp 2018-09-14 11:31:28 -07:00
Abir Majumdar
184a35c59b
Merge pull request #17 from maju6406/maju6406-patch-11
Adding compliance classes
2018-09-14 09:50:06 -07:00
maju6406
d5c259a7b9 Adding compliance classes 2018-09-14 09:46:46 -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
db60c7f667
Removing user 2018-09-13 12:53:39 -07:00
Abir Majumdar
856b070104
Update windows_baseline.pp 2018-09-13 12:49:46 -07:00
Abir Majumdar
51c3fb1244
Update windows_baseline.pp 2018-09-13 12:37:23 -07:00
Abir Majumdar
09cdf7d217
Updating user 2018-09-13 12:28:37 -07:00
Abir Majumdar
bc474cd5ca
Updating user password 2018-09-13 12:25:10 -07:00
Abir Majumdar
14a0d8ccd9
Update windows_baseline.pp 2018-09-10 17:18:33 -07:00
Abir Majumdar
f99ca0ab41
Update windows_baseline.pp 2018-09-10 11:39:46 -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
1f5ef05c21 Fixing vro 2018-08-20 22:56:55 -07:00
maju6406
982fdb659b Fixing require 2018-08-20 22:55:20 -07:00
maju6406
97ba73f13d Fixing linting issues 2018-08-20 22:52:05 -07:00
maju6406
9bde731d14 Syncing with starter content 2018-08-20 22:16:14 -07:00
Dylan Ratcliffe
aa2dba158b Removed old role 2016-06-14 14:37:43 +10:00
Nick Walker
2c98a9264c Reduce the scope of the control-repo to mostly an example
Prior to this commit, the control-repo was an example of the
structure of a control repo but it also included puppet code to
help setup code manager and instructions to get that all setup
in a very specific way.

This was great for users that wanted to follow those instructions
exactly but wasn't great for people just looking for an example to
start from.

After this commit, the control-repo will be just an example once
again and a new repo somehwere else will pop up to provide the
explicit instructions on how to use the example with code manager.

There are links added to puppetlabs/control-repo to a new repo
that will have a version of the code that once lived in
puppetlabs/control-repo
2016-03-29 15:53:10 -07:00
Nick Walker
b3519dd48c Move stash profile out to its own 'profile' module
Prior to this commit, there was a stash profile in the site dir
of this control-repo.

After this commit, the profile has been moved to it's own repo
where it can be used more generally and not tightly coupled to this
repository.
2016-03-24 14:07:16 -07:00
Nick Walker
ff6f140529 Move gitlab profile out to its own 'profile' module
Prior to this commit, there was a gitlab profile in the site dir
of this control-repo.

After this commit, the profile has been moved to it's own repo
where it can be used more generally and not tightly coupled to this
repository.

As a result, the gitlab role has been removed from this repository
as well.
2016-03-24 08:27:17 -07:00
Nick Walker
9503f54349 Move puppetmaster profile to rampup_profile_puppetmaster module
Prior to this commit, the puppetmaster profile was embedded in this
control-repo.

After this commit, the puppetmaster profile is moved out into its
own module.
2016-03-23 15:55:58 -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
00d3aa1f4f Move profile::git_webhook into seperate module pe_code_manager_webhook
Prior to this commit the functionality to setup the either code
manager or zack/r10k was tightly coupled to this control-repo. In
an effort to make that functionality useful to more people we're
splitting it into a dedicated module.

After this commit, the pe_code_manager_webhook module will contain all logic
around setting up the webhook while this control-repo will still
gloss over the details needed to get everything in PE setup correctly
to use that module.

This commit removes the files associated with the profile including
some custom functions that were only there to make it work.

This commit removes the all_in_one_pe_2015_2 role as it was exactly
the same as the all_in_one_pe role.

This commit modifies all_in_one_pe to use the pe_code_manager_webhook module
instead of the profile.
2016-03-17 14:33:01 -07:00
Nate McCurdy
d250d971b9 Merge pull request #18 from stjeanp/production
Fixed code so hunner/hiera can be pulled from forge
2016-03-15 09:36:46 -07:00
Philip Morrison
d5032cbb67 Update all_in_one_pe_2015_2.pp
Shouldn't this be profile::git_webhook as in all_in_one_pe.pp since the abstraction logic is located there?
Either that or the profile::zack_r10k_webook is missing from the location specified?
2016-02-14 00:58:19 -05:00
Patrick St. Jean
b415200eb0 Fixed code so hunner/hiera can be pulled from forge 2016-02-04 11:34:52 -06:00
Nick Walker
3f22ce0ae7 Fix hostname on role creation curl command
Prior to the this commit, if you were using the code_manager
profile on a split install it would incorrectly try to curl the
NC api on the master node.

After this commit, it should correctly curl the hostname of the NC

This has no impact on the functionality of the code on a monolithic
PE installation.
2016-01-12 09:32:06 -08:00
Nick Walker
508b9cc600 Move hiera_config to main section of puppet.conf
If it is in master instead of main then puppet apply will give a
warning.
2016-01-06 15:26:08 -08:00
Nick Walker
ad00dd7a9a Add an exec to create the Deploy Environments RBAC Role
Prior to this commit there was a requirement for the user of this
repo to create a RBAC role in order for code manager to work.

After this commit an exec statement will curl the RBAC API to
create the role one time and hopefully it works otherwise the exec
will not run again.
2015-12-28 16:42:40 -08:00
Nick Walker
ec7a8d81a6 Add functionality to disable the zack/r10k webhook
Prior to this commit, if you upgraded from a previous version of
the control-repo both code manager and zack/r10k webhook would
be running and ready to receive data.  This can present problems
if the webhook isn't disbled in the git management system is
sending data to both receivers.

This commit adds rudimentary ability to break the zack/r10k
webhook so it can't receive data.
2015-12-21 15:52:15 -08: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