Skip to content
Snippets Groups Projects
Commit bdc2e659 authored by Nils Olof Paulsson's avatar Nils Olof Paulsson
Browse files

Add service

parent ddb8b137
Branches
No related tags found
1 merge request!4Devel
Pipeline #99773 passed
...@@ -78,4 +78,9 @@ class vlc { ...@@ -78,4 +78,9 @@ class vlc {
# source => "puppet:///modules/${module_name}/config.xml", # source => "puppet:///modules/${module_name}/config.xml",
# require => File['/home/henfr13/.config/syncthing'], # require => File['/home/henfr13/.config/syncthing'],
# } # }
## service { 'syncthing@henfr13':
## ensure => 'running',
## eable => true,
## }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment