ruby - Vagrant up wit puppet => install compass -
is there has experience installing compass via puppet on vagrant box?
if i'm installing compass via following puppet command (http://www.thisprogrammingthing.com/2013/installing-ruby-gems-in-puppet/):
package { ['sass', 'compass']: ensure => 'installed', provider => 'gem', }
the sass package installed in few seconds. compass package installed takes 30 minutes install. , that's bit anoying if want destroy , box on regular base.
i use vagrantbox => puppetlabs/centos-7.2-64-puppet
i installed following needed centos packages:
"rubygems", "ruby-devel"
is there solution?
thx!
i found solution. if tried same scenario on localhost succeeded in 1 minute. compared gem version , gem version on puppet older version.
now i'm first executing:
/bin/gem update --system
Comments
Post a Comment