added tagfile and make use of it in modules
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
# * NTPSERVERS: list of NTP servers
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
export VER_conf_ntp="0.1.3"
|
||||
export VER_conf_ntp="0.1.4"
|
||||
export DEP_conf_ntp=""
|
||||
|
||||
conf_ntp()
|
||||
@@ -29,6 +29,7 @@ conf_ntp()
|
||||
prnt I "Installation du fichier de configuration de NTP."
|
||||
local dest="/etc/ntp.conf.work"
|
||||
backupdist /etc/ntp.conf
|
||||
tagfile $dest
|
||||
installfile ntp.conf $dest
|
||||
local line=""
|
||||
for srv in $NTP_SERVERS; do
|
||||
|
||||
Reference in New Issue
Block a user