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