From b503fc864c8152f4e76d284a6ef89eddec59028b Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 1 Jan 2015 10:38:00 +0100 Subject: Simplyfied Vagrant support, added offlineimap config file Change-Id: I4bdb6cfe34d4c0edbf31d425d7f682c137ae1596 --- vagrant/install-platform.pp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 vagrant/install-platform.pp (limited to 'vagrant/install-platform.pp') diff --git a/vagrant/install-platform.pp b/vagrant/install-platform.pp new file mode 100755 index 00000000..012a0eb0 --- /dev/null +++ b/vagrant/install-platform.pp @@ -0,0 +1,19 @@ +class {'apt': } +File['/etc/apt/preferences'] -> + Exec['refresh_apt'] -> + Package <| ( title != 'lsb' ) |> + +package { [ 'rsync', 'ruby-hiera-puppet', 'git', 'ruby1.9.1-dev', 'rake', 'jq' ]: + ensure => installed +} + +package { 'leap_cli': + ensure => latest, + provider => 'gem', + require => Package['ruby1.9.1-dev'] +} + +file { [ '/srv/leap', '/srv/leap/configuration', '/var/log/leap' ]: + ensure => directory +} + -- cgit v1.2.3