aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/ntp/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ntp/manifests/init.pp b/modules/ntp/manifests/init.pp
index 9a962211..f75310e7 100644
--- a/modules/ntp/manifests/init.pp
+++ b/modules/ntp/manifests/init.pp
@@ -11,7 +11,7 @@ if versioncmp($::lsbdistrelease, '9') < 0 {
}
file { '/etc/ntp.conf':
- require => Package['ntp'],
+ require => Package[$ntppkg],
content => template('ntp/ntp.conf'),
}
}