Version information
released Jan 20th 2016
Start using this module
Add this module to your Puppetfile:
mod 'peopleware-enable_puppet', '0.0.2'
Learn more about managing modules with a PuppetfileDocumentation
peopleware/enable_puppet — version 0.0.2 Jan 20th 2016
Enable_Puppet Puppet Module
Installs Puppet and makes sure puppet agent starts at boot time. This is
achieved by setting the contents of /etc/default/puppet
to START=yes
. It
has been tested on Debian and Ubuntu.
Usage is extremely straightforward:
include enable_puppet
Copyright 2013, 2016 PeopleWare NV Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.