aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/interface.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/interface.pp')
-rw-r--r--manifests/utils/interface.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp
index a6d1ac3..d337d13 100644
--- a/manifests/utils/interface.pp
+++ b/manifests/utils/interface.pp
@@ -42,7 +42,9 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
# https://bbs.archlinux.org/viewtopic.php?id=50647
# http://linuxforcynics.com/how-to/using-rxvt-unicode-with-screen
package { [
- 'rxvt-unicode-256color',
+ # Package rxvt-unicode-256color was replaced by rxvt-unicode-256color
+ #'rxvt-unicode-256color',
+ 'rxvt-unicode',
]:
ensure => present,
}