Skip to content

Commit

Permalink
Merge pull request #44 from seanscottking/puppetdb_termini_fix
Browse files Browse the repository at this point in the history
needed to specify puppetdb version
  • Loading branch information
rnelson0 committed Dec 4, 2015
2 parents ad5e9cb + ab1f961 commit 299113a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion master.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@

include ::epel
Yumrepo<| |> -> Package <| |>
include ::puppetdb

# https://github.com/puppetlabs/puppetlabs-puppetdb#upgrading-from-4x-to-version-5x
class { '::puppetdb::globals':
version => '2.3.7-1.el6',
}
include '::puppetdb'


class { '::puppet::master':
storeconfigs => true,
environments => directory,
Expand Down

0 comments on commit 299113a

Please sign in to comment.