module-puppetdb/Modulefile
Chris Price 179b337571 Add a parameter for restarting puppet master
Prior to this commit, the module always attempted
to restart the puppet master service whenever it
managed the master config files.  This commit
disables that behavior since our acceptance nodes
don't have the service installed.
2012-09-23 10:05:00 -07:00

12 lines
417 B
Puppet

name 'puppetlabs-puppetdb'
version '1.0.3'
source 'git://github.com/puppetlabs-puppet/puppetlabs-puppetdb.git'
author 'Puppet Labs'
description 'PuppetDB resource types'
summary 'PuppetDB resource types'
license 'Apache'
project_page 'https://github.com/puppetlabs-puppet/puppetlabs-puppetdb'
dependency 'cprice404/inifile', '0.0.x'
dependency 'inkling/postgresql', '0.3.x'
dependency 'puppetlabs/firewall', '0.0.x'