Go to file
Kienan Stewart 3d385bb262 Add spec/fixtures to gitignore 2018-07-26 20:25:26 -04:00
manifests Fix class reference in ordering for alternc source 2018-07-26 20:23:02 -04:00
spec Add start of rspec tests for bureau class 2018-07-26 20:23:52 -04:00
templates Initial commit 2018-06-08 22:16:04 -04:00
.fixtures.yml Add start of rspec tests for bureau class 2018-07-26 20:23:52 -04:00
.gitignore Add spec/fixtures to gitignore 2018-07-26 20:25:26 -04:00
.gitlab-ci.yml Add gitlab-ci.yml 2018-07-26 19:51:13 -04:00
Gemfile Add Gemfile, Rakefile for generating docs 2018-07-26 19:47:19 -04:00
LICENSE Initial commit 2018-06-08 22:16:04 -04:00
README.md Initial commit 2018-06-08 22:16:04 -04:00
Rakefile Add Gemfile, Rakefile for generating docs 2018-07-26 19:47:19 -04:00
metadata.json Change package name to kienan-alternc 2018-07-26 19:48:00 -04:00

README.md

alternc

Dependencies

  • puppetlabs/apt

Setup

Limitations

Currently just manages the basic install, and adds the AlternC upstream source if you want.

Example Usage

Make sure the database alternc is created and the users alternc and alternc_user have access to it. Pass their passwords into the class as follows.

class { 'alternc::bureau': database_password => 'something', database_mail_password => 'something_else', }

Reference

Copyright 2018 Kienan Stewart kienan.stewart@burntworld.ca

Inspired and following on from the manifest started for alternc-vagrant

Licensed under GPLv3 or later, see LICENSE for full text.