Vagrantfile ? On Tue, Nov 18, 2014 at 2:39 AM, Asohan Ponnuswamy <[email protected]> wrote:
> I am using vagrant 1.6.3 > > When i run the vagrent, (eg Vagrant up) the following error is shown. > > ==> default: Reading package lists... > ==> default: Building dependency tree... > ==> default: Reading state information... > ==> default: The following extra packages will be installed: > ==> default: augeas-lenses libaugeas0 libxml2 libxml2-dev > ==> default: Suggested packages: > ==> default: augeas-doc > ==> default: The following NEW packages will be installed: > ==> default: augeas-lenses augeas-tools libaugeas-dev libaugeas0 > libxml2-dev > ==> default: The following packages will be upgraded: > ==> default: libxml2 > ==> default: 1 upgraded, 5 newly installed, 0 to remove and 130 not > upgraded. > ==> default: Need to get 1,859 kB of archives. > ==> default: After this operation, 4,121 kB of additional disk space will > be used. > ==> default: Get:1 http://us.archive.ubuntu.com/ubuntu/ > precise-updates/main libxml2 amd64 2.7.8.dfsg-5.1ubuntu4.11 [674 kB] > ==> default: Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/main > augeas-lenses all 0.10.0-0ubuntu4 [175 kB] > ==> default: Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/main > libaugeas0 amd64 0.10.0-0ubuntu4 [171 kB] > ==> default: Get:4 http://us.archive.ubuntu.com/ubuntu/ precise/main > augeas-tools amd64 0.10.0-0ubuntu4 [22.1 kB] > ==> default: Get:5 http://us.archive.ubuntu.com/ubuntu/ > precise-updates/main libxml2-dev amd64 2.7.8.dfsg-5.1ubuntu4.11 [805 kB] > ==> default: Get:6 http://us.archive.ubuntu.com/ubuntu/ precise/main > libaugeas-dev amd64 0.10.0-0ubuntu4 [11.1 kB] > ==> default: Fetched 1,859 kB in 13s (139 kB/s) > ==> default: (Reading database ... > ==> default: 64685 files and directories currently installed.) > ==> default: Preparing to replace libxml2 2.7.8.dfsg-5.1ubuntu4.4 (using > .../libxml2_2.7.8.dfsg-5.1ubuntu4.11_amd64.deb) ... > ==> default: Unpacking replacement libxml2 ... > ==> default: Selecting previously unselected package augeas-lenses. > ==> default: Unpacking augeas-lenses (from > .../augeas-lenses_0.10.0-0ubuntu4_all.deb) ... > ==> default: Selecting previously unselected package libaugeas0. > ==> default: Unpacking libaugeas0 (from > .../libaugeas0_0.10.0-0ubuntu4_amd64.deb) ... > ==> default: Selecting previously unselected package augeas-tools. > ==> default: Unpacking augeas-tools (from > .../augeas-tools_0.10.0-0ubuntu4_amd64.deb) ... > ==> default: Selecting previously unselected package libxml2-dev. > ==> default: Unpacking libxml2-dev (from > .../libxml2-dev_2.7.8.dfsg-5.1ubuntu4.11_amd64.deb) ... > ==> default: Selecting previously unselected package libaugeas-dev. > ==> default: Unpacking libaugeas-dev (from > .../libaugeas-dev_0.10.0-0ubuntu4_amd64.deb) ... > ==> default: Processing triggers for man-db ... > ==> default: Setting up libxml2 (2.7.8.dfsg-5.1ubuntu4.11) ... > ==> default: Setting up augeas-lenses (0.10.0-0ubuntu4) ... > ==> default: Setting up libaugeas0 (0.10.0-0ubuntu4) ... > ==> default: Setting up augeas-tools (0.10.0-0ubuntu4) ... > ==> default: Setting up libxml2-dev (2.7.8.dfsg-5.1ubuntu4.11) ... > ==> default: Setting up libaugeas-dev (0.10.0-0ubuntu4) ... > ==> default: Processing triggers for libc-bin ... > ==> default: ldconfig deferred processing now taking place > ==> default: Installing Puppet requirements > ==> default: /tmp/vagrant-shell: line 54: /usr/bin/gem: No such file or > directory > ==> default: Finished installing Puppet requirements > ==> default: Installing Puppet 3.4.3 > ==> default: /tmp/vagrant-shell: line 58: /usr/bin/gem: No such file or > directory > ==> default: Finished installing Puppet 3.4.3 > ==> default: Running provisioner: puppet... > ==> default: Running Puppet with site.pp... > ==> default: stdin: is not a tty > ==> default: Error: Could not parse application options: invalid option: > --parser > The following SSH command responded with a non-zero exit status. > Vagrant assumes that this means the command failed! > > FACTER_ssh_username='vagrant' FACTER_provisioner_type='virtualbox' > FACTER_vm_target_key='vagrantfile-local' puppet apply --verbose > --hiera_config /vagrant/puphpet/puppet/hiera.yaml --parser future > --modulepath '/tmp/vagrant-puppet-3/modules-0:/etc/puppet/modules' > --manifestdir /tmp/vagrant-puppet-3/manifests --detailed-exitcodes > /tmp/vagrant-puppet-3/manifests/site.pp > > Stdout from the command: > > Stderr from the command: > > stdin: is not a tty > Error: Could not parse application options: invalid option: --parser > > Please let me know any solution. > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
