Skip to content

Commit

Permalink
Adjusted the wrong service file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrenner committed Jun 22, 2015
1 parent 67ce5c4 commit 7cb8f32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions manifests/server.pp
Expand Up @@ -568,6 +568,7 @@
service { "openvpn@${name}":
ensure => running,
enable => true,
provider => 'systemd',
require => [ File["/etc/openvpn/${name}.conf"], Openvpn::Ca[$ca_name] ]
}
}
Expand Down
1 change: 0 additions & 1 deletion manifests/service.pp
Expand Up @@ -36,7 +36,6 @@
enable => true,
hasrestart => true,
hasstatus => true,
provider => 'systemd'
}
}
}

0 comments on commit 7cb8f32

Please sign in to comment.