Add module/class `icingacli'

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-15 14:35:28 +02:00
parent 5b1377e5df
commit 616a95550c
1 changed files with 11 additions and 0 deletions

View 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',
}
}