Skip to content

Commit 9503f54

Browse files
committed
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.
1 parent 55f983f commit 9503f54

File tree

4 files changed

+5
-64
lines changed

4 files changed

+5
-64
lines changed

Puppetfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ mod 'gms',
4040
mod 'pltraining-rbac',
4141
:git => 'https://github.com/puppetlabs/pltraining-rbac',
4242
:ref => '2f60e1789a721ce83f8df061e13f8bf81cd4e4ce'
43+
44+
mod 'rampup_profile_puppetmaster',
45+
:git => 'https://github.com/PuppetLabs-RampUpProgram/RampUp_profile_puppetmaster',
46+
:branch => 'master'

site/profile/files/puppetmaster/update-classes.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

site/profile/manifests/puppetmaster.pp

Lines changed: 0 additions & 52 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class role::all_in_one_pe {
22

3-
include profile::puppetmaster
3+
include rampup_profile_puppetmaster
44
include pe_code_manager_webhook
55

66
}

0 commit comments

Comments
 (0)