summaryrefslogtreecommitdiffstats
path: root/modules/syncthing/manifests/init.pp
blob: 4f45f093c151b9ebb2f35feb5d9fc75f3661c112 (plain) (blame)
1
2
3
4
5
class syncthing {
  package { 'syncthing':
    ensure => installed;
  }
}