Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit e5cc0ae2 authored by Ralph Krimmel's avatar Ralph Krimmel
Browse files

fixes in ntp

parent fbb205d3
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@
node "default" {
$default_welcome_msg = hiera('default_welcome_msg')
notify {$default_welcome_msg:}
include ubuntu_server
class { 'ubuntu_server::ntp': }
}
......@@ -8,7 +8,7 @@ class ubuntu_server::ntp{
file{"/etc/ntp.conf":
ensure => present,
content => template("debian-server/etc/ntp.conf"),
content => template("ubuntu_server/etc/ntp.conf"),
mode => 750,
owner => "root",
group => "root"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment