Gitlab Community Edition Instance

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

changetrack: default config

parent dffafe93
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,12 @@ class ubuntu_server::changetrack{
ensure => present,
}
file_line{'changetrack_config_1':
path => "/etc/default/changetrack",
line => "AUTO_TRACK_ALL_CONFFILES=no",
match => "^AUTO_TRACK_ALL_CONFFILES",
}
file{'changetrack_cfg':
path => "/etc/changetrack.conf",
ensure => file,
......
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