Fix Puppet install in OVSDB Vagrantfile 74/38374/2
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 4 May 2016 14:45:25 +0000 (10:45 -0400)
committerMichael Vorburger <vorburger@redhat.com>
Wed, 4 May 2016 16:23:57 +0000 (18:23 +0200)
commitd1a4aef2d3a0671b7f0294ca7a1d393e6d55cd93
tree221e5ef35558d20707c321793d6586f02c9317cc
parent0aac22135761d53592ee503b60a0ad5b94405539
Fix Puppet install in OVSDB Vagrantfile

The Vagrantfile's initial shell provisioner call attempted to
install Puppet via an old method that now fails. The repos
for installing Puppet on Ubuntu seem to have changed.

http://pastebin.com/6A4eBzM2

Puppet is now included in the default repos, so a simple apt-get
install works as expected.

Change-Id: Id5bb8e4d9d966ac69397fc7ab877bc5495e2dce5
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
resources/puppet/scripts/bootstrap.sh