summaryrefslogtreecommitdiffstats
path: root/modules/syncthing/manifests/user.pp
blob: dcc17907d9ea1585871f970b7fc6d0220df8963e (plain) (blame)
1
2
3
4
5
6
7
8
define syncthing::user {
  include syncthing

  service { "syncthing@$name":
    enable => true,
    ensure => running;
  }
}