blob: d66e943cf6f1b57353f29c9db7b26b6469a1c653 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# install soledad-common, both needed both soledad-client and soledad-server
class soledad::common {
include site_apt::preferences::twisted
package { 'soledad-common':
ensure => latest;
}
}
|