From ff6f140529b646e09fb66952abfbe6fa7b4cc746 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Thu, 24 Mar 2016 08:27:17 -0700 Subject: 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. --- site/role/manifests/gitlab.pp | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 site/role/manifests/gitlab.pp (limited to 'site/role/manifests/gitlab.pp') diff --git a/site/role/manifests/gitlab.pp b/site/role/manifests/gitlab.pp deleted file mode 100644 index 1f459d6..0000000 --- a/site/role/manifests/gitlab.pp +++ /dev/null @@ -1,5 +0,0 @@ -class role::gitlab { - - include profile::gitlab - -} -- cgit v1.2.3