summaryrefslogtreecommitdiff
path: root/manifests/nosol.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-01-15 16:57:43 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-01-16 22:29:54 +0100
commitd29f6fcf3122e66ef15bf1773cbafd9683722760 (patch)
tree74ed66397dc983dd267209ea5890115eb78e5ee5 /manifests/nosol.pp
parentTransmission create directories. (diff)
downloadprofiles-d29f6fcf3122e66ef15bf1773cbafd9683722760.tar.gz
profiles-d29f6fcf3122e66ef15bf1773cbafd9683722760.tar.xz
Nosol cascasde on uninstall.
Diffstat (limited to '')
-rw-r--r--manifests/nosol.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/nosol.pp b/manifests/nosol.pp
index 9fb02ff..e45c2df 100644
--- a/manifests/nosol.pp
+++ b/manifests/nosol.pp
@@ -6,5 +6,8 @@ class profiles::nosol {
'gnome-mines',
]
- ensure_packages($pkgs, { ensure => absent })
+ ensure_packages($pkgs, {
+ ensure => absent,
+ uninstall_options => ['--cascade'],
+ })
}