From e6544ecc5a51ad6502a64bd08df71aa7ff75a3ee Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 29 Aug 2016 16:39:13 -0700 Subject: moved vagrant example provider to tests/example-provider --- vagrant/install-platform.pp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 vagrant/install-platform.pp (limited to 'vagrant/install-platform.pp') diff --git a/vagrant/install-platform.pp b/vagrant/install-platform.pp deleted file mode 100755 index 223853c1..00000000 --- a/vagrant/install-platform.pp +++ /dev/null @@ -1,15 +0,0 @@ -class {'apt': } -Exec['update_apt'] -> Package <||> - -# install leap_cli from source, so it will work with the develop -# branch of leap_platform -class { '::leap::cli::install': - source => true, -} - -file { [ '/srv/leap', '/srv/leap/configuration', '/var/log/leap' ]: - ensure => directory -} - -# install prerequisites for configuring the provider -include ::git -- cgit v1.2.3