2018-12-06 02:56:46 +01:00
|
|
|
class zulip_ops::apt_repository_debathena {
|
2020-05-20 02:58:34 +02:00
|
|
|
$setup_file = "${::zulip_scripts_path}/lib/setup-apt-repo-debathena"
|
2018-12-06 02:56:46 +01:00
|
|
|
exec { 'setup_apt_repo_debathena':
|
|
|
|
command => "bash -c '${setup_file}'",
|
|
|
|
}
|
|
|
|
}
|