Fix parent class name.
This commit is contained in:
parent
f0320059a9
commit
7b82df6d0b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
class apt::cron::dist-upgrade inherits cron-apt::base {
|
||||
class apt::cron::dist-upgrade inherits apt::cron::base {
|
||||
|
||||
$action = "autoclean -y
|
||||
dist-upgrade -y -o APT::Get::Show-Upgraded=true
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
class apt::cron::download inherits cron-apt::base {
|
||||
class apt::cron::download inherits apt::cron::base {
|
||||
|
||||
$action = "autoclean -y
|
||||
dist-upgrade -d -y -o APT::Get::Show-Upgraded=true
|
||||
|
|
Loading…
Reference in a new issue