blob: 9cefcf7c5dd04f2ab8ee5a01fb8853876e941ed8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
}
|