Sha256: 719579898d3c84ac5405ed3975bdd68948aa748a70d8399bfdf42e3ac42ca28d

Contents?: true

Size: 603 Bytes

Versions: 5

Compression:

Stored size: 603 Bytes

Contents

file { '/etc/motd':
  content => "Welcome to your Vagrant-built virtual machine! Managed by Puppet.\n"
}

file { '/opt/deploy/target':
  ensure => directory,
  owner => 'vagrant',
  group => 'vagrant',
  mode => '775'
}

file { '/home/vagrant/.bashrc':
  ensure => 'present',
  owner => 'vagrant',
  group => 'vagrant',
  mode => '755',
  content => 'RUBYLIB="/opt/lib"; export RUBYLIB'
}

host {'host':
  ensure       => 'present',
  host_aliases => 'wd-git.example.com',
  ip           => '10.0.2.2',
}

package {'git-core':
  ensure       => 'latest'
}

package {'rake':
  ensure       => 'latest'
}

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
ol-whisk_deploy-0.6.25 scenarios/setup/vagrant/manifests/integration.pp
ol-whisk_deploy-0.6.26 scenarios/setup/vagrant/manifests/integration.pp
whisk_deploy-0.6.26 scenarios/setup/vagrant/manifests/integration.pp
whiskey_disk-0.6.24 scenarios/setup/vagrant/manifests/integration.pp
whiskey_disk-0.6.23 scenarios/setup/vagrant/manifests/integration.pp