179b337571
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.
12 lines
417 B
Puppet
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'
|