grahamgilbert / vagrant-puppetmaster

Vagrant config for a testing setup with a Puppet Master, Puppet Dashboard and PuppetDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid parameter puppetdb_version on Class[Puppetdb]

opened this issue · comments

When trying to vagrant up this, I get the following error:

==> master: Error: Invalid parameter puppetdb_version on Class[Puppetdb] at /tmp/vagrant-puppet/manifests-1f0029affb7c85c448d6e31ce3cfde0b/default.pp:23 on node puppet.grahamgilbert.dev

When removing that line 23, I get a little further but exit with an error as well:

==> master: Info: Loading facts
==> master: Info: Loading facts
==> master: Info: Loading facts
==> master: Info: Loading facts
==> master: Info: Loading facts
==> master: Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
==> master: Warning: Scope(Apt::Source[apt.postgresql.org]): $include_src is deprecated and will be removed in the next major release, please use $include => { 'src' => false } instead
==> master: Warning: Scope(Apt::Source[apt.postgresql.org]): $key_source is deprecated and will be removed in the next major release, please use $key => { 'source' => https://www.postgresql.org/media/keys/ACCC4CF8.asc } instead.
==> master: Warning: Scope(Apt::Key[Add key: B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8 from Apt::Source apt.postgresql.org]): $key_source is deprecated and will be removed in the next major release. Please use $source instead.
==> master: Notice: Compiled catalog for puppet.grahamgilbert.dev in environment production in 4.64 seconds
==> master: Error: Could not find dependent Service[puppetmaster] for File[/etc/puppet/puppet.conf] at /tmp/vagrant-puppet/manifests-1f0029affb7c85c448d6e31ce3cfde0b/default.pp:41

same here