inuits/puppet-basemodule

Name: puppet-basemodule

Owner: Inuits

Description: Basic starting ground for new Puppet modules. Includes RSpec test coverage.

Created: 2015-08-06 13:59:56.0

Updated: 2015-08-06 13:59:57.0

Pushed: 2015-08-06 14:20:31.0

Homepage: http://arioch.github.io/puppet-basemodule

Size: 164

Language: Puppet

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Puppet basemodule

Build status

Build Status

Requirements

Debian only:

Tested on…
Example usage
Install basemodule
node /box/ {
  include basemodule
}
Configure basemodule
node /box/ {
  class { 'basemodule':
    pkg_ensure     => latest,
    service_ensure => running,
  }
}
Manage repository
node /box/ {
  class { 'basemodule':
    manage_repo => true,
  }
}
Contributing

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.