aboutsummaryrefslogtreecommitdiff
path: root/manifests/preferences/absent.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/preferences/absent.pp')
-rw-r--r--manifests/preferences/absent.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/preferences/absent.pp b/manifests/preferences/absent.pp
index 0e96119..f32e030 100644
--- a/manifests/preferences/absent.pp
+++ b/manifests/preferences/absent.pp
@@ -2,5 +2,6 @@ class apt::preferences::absent {
file { '/etc/apt/preferences':
ensure => absent,
+ alias => 'apt_config',
}
}