Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 2d6fd425 authored by Benedikt Wegmann's avatar Benedikt Wegmann
Browse files

ntp: chmod

parent 8a5741f2
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ class ubuntu_server::ntp($gwdg_ntp_servers = ["ntps1.gwdg.de","ntps2.gwdg.de","n
file{"/etc/ntp.conf":
ensure => present,
content => template("ubuntu_server/etc/ntp.conf"),
mode => 750,
mode => 640,
owner => "root",
group => "root",
require => Package["ntp"]
......
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