vagrant-ubuntu-oracle-xe icon indicating copy to clipboard operation
vagrant-ubuntu-oracle-xe copied to clipboard

ubuntu vagrant box address update

Open jkorotkiewicz opened this issue 7 years ago • 1 comments
trafficstars

Change to correct configuration according to this: https://app.vagrantup.com/ubuntu/boxes/precise64

jkorotkiewicz avatar Jul 18 '18 14:07 jkorotkiewicz

After trying to start the machine, an error showed up:

    default: Error: Unknown Puppet subcommand 'module'
    default: See 'puppet help' for help on available puppet subcommands

There is a problem with puppet version inside precise64 package:

2.7.11
vagrant@oracle:~$ puppet module
Error: Unknown Puppet subcommand 'module'
See 'puppet help' for help on available puppet subcommands

I don't know if the previous version of precise64 had newer package, or what? It does not work with trusty64 either, but different error occurs later:

==> default: Error: invalid byte sequence in UTF-8 at /tmp/vagrant-puppet/manifests-a11d1078b1b1f2e3bdea27312f6ba513/base.pp:14 on node oracle

jkorotkiewicz avatar Jul 18 '18 15:07 jkorotkiewicz