mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
parent
5b1377e5df
commit
616a95550c
11
.vagrant-puppet/modules/icingacli/manifests/init.pp
Normal file
11
.vagrant-puppet/modules/icingacli/manifests/init.pp
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
class icingacli {
|
||||||
|
file { '/usr/local/bin/icingacli':
|
||||||
|
ensure => link,
|
||||||
|
target => '/vagrant/bin/icingacli',
|
||||||
|
}
|
||||||
|
|
||||||
|
file { '/etc/bash_completion.d/icingacli':
|
||||||
|
ensure => link,
|
||||||
|
target => '/vagrant/etc/bash_completion.d/icingacli',
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user