Skip to content

Commit

Permalink
fix service name for Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
oasys committed Apr 10, 2021
1 parent f3ac59c commit 4d87795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
'Debian' : {
if ($winbind::enable_sharing == true and
$winbind::manage_samba_service == true) {
service { 'samba':
service { 'smbd':
ensure => 'running',
enable => true,
}
Expand Down

0 comments on commit 4d87795

Please sign in to comment.