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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -