/distribute/

e' title='Atom feed' href='https://git.pfeiffer.tech/control-repo-template/atom/Puppetfile?h=production' type='application/atom+xml'/>

git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/Puppetfile
Commit message (Collapse)AuthorAgeFilesLines
* point "forge" to new canonical URL, with httpsIgor Galić 2017-11-271-1/+1
|
* Reduce the scope of the control-repo to mostly an exampleNick Walker 2016-03-291-51/+14
| | | | | | | | | | | | | | | | | | | 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
* Move stash profile out to its own 'profile' moduleNick Walker 2016-03-241-0/+4
| | | | | | | | | 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.
* Move gitlab profile out to its own 'profile' moduleNick Walker 2016-03-241-0/+4
| | | | | | | | | | | | 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.
* Move puppetmaster profile to rampup_profile_puppetmaster module