diff options
author | elijah <elijah@riseup.net> | 2016-02-26 01:45:07 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-02-26 01:45:07 -0800 |
commit | 15ca782e3bcd22f131c2b8745d7fad118b4b8648 (patch) | |
tree | ab04c576d6024e2fce1490d00c86c4ba0ecced8e /vagrant/install-platform.pp | |
parent | 89a3cd71f50a383a5f85510193087446da0e661f (diff) | |
parent | 0206d426bd51aa4805915f6e23b53d5fdb40d738 (diff) |
Merge branch 'develop' of ssh://leap.se/leap_platform into develop
Diffstat (limited to 'vagrant/install-platform.pp')
-rwxr-xr-x | vagrant/install-platform.pp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vagrant/install-platform.pp b/vagrant/install-platform.pp index 8d177156..223853c1 100755 --- a/vagrant/install-platform.pp +++ b/vagrant/install-platform.pp @@ -1,13 +1,6 @@ class {'apt': } Exec['update_apt'] -> Package <||> - -if $::lsbdistcodename == 'wheezy' { - package { 'ruby-hiera-puppet': - ensure => installed - } -} - # install leap_cli from source, so it will work with the develop # branch of leap_platform class { '::leap::cli::install': |