git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site-modules/role/manifests/webserver.pp
Commit message (Collapse)AuthorAgeFilesLines
* Rename site directory to site-modulesNick Walker 2019-01-311-0/+7
Prior to this commit, we placed modules local to a users installation in the `site` directory. This was just a convention and the name `site` doesn't clearly convey what it is for. After this commit, we place modules local to a users installation in the `site-modules` directory. This makes it more clear to users that this is a directory that modules go i. When users start with bolt they won't even know what a control-repo is and renaming site to site-modules gives them a better idea of why they should put their modules with tasks in them. Also see: https://tickets.puppetlabs.com/browse/BOLT-1108
/tr> | * Update site.pp to use a trusted fact roleNick Walker 2015-08-031-0/+5 | | | | | | Allow including a role if defined via a trusted fact on the node during provisioning time. This is how I will bootstrap any necessary configuration on the master, or other PE internal nodes. * Update config_version to use a script that does not require gitNick Walker 2015-08-033-1/+25 | | | | | | | | | | The config_version now uses a script that will do one of two things: 1. call config_version.rb which uses rugged to find the information about the latest commit if PE is on version 2015.2 or newer 2. make a call to git if the PE version is less than 2015.2 * Remove hiera.yaml and instead manage it with puppet codeNick Walker 2015-08-033-9/+19 | | | | | Added hunner/hiera to the Puppetfile and a manifest to use it instead of placing a hiera.yaml in the repo. * Update environment.confNick Walker 2015-06-261-1/+1 | * Update PuppetfileNick Walker 2015-06-261-0/+4 | * Remove purgedirsNick Walker 2015-06-251-1/+0 | * Add a site directory with example role and profile moduleNick Walker 2015-05-273-0/+19 | * add site to modulepath in environment.confNick Walker 2015-05-271-1/+1 | * Update README.mdNick Walker 2015-05-261-0/+6 | * Update README.md