aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/interface.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-25 17:46:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-25 17:46:03 -0300
commit8565e440c848b2987f7784cf153fb7a4620b1fab (patch)
tree35af66af86e699ae459ba06992d14927159e755d /manifests/utils/interface.pp
parentf2df062d214aca272594781a04b4eb6981c355bf (diff)
parent9aef437e37902920e5e5bd96c9186d5ebbf9cab3 (diff)
downloadpuppet-nodo-8565e440c848b2987f7784cf153fb7a4620b1fab.tar.gz
puppet-nodo-8565e440c848b2987f7784cf153fb7a4620b1fab.tar.bz2
Merge branch 'master' into develop
Diffstat (limited to 'manifests/utils/interface.pp')
-rw-r--r--manifests/utils/interface.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp
index 1a1d265..235d88a 100644
--- a/manifests/utils/interface.pp
+++ b/manifests/utils/interface.pp
@@ -14,7 +14,7 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
}
# Fonts
- package { [ 'xfonts-terminus', 'ttf-bitstream-vera', 'ttf-inconsolata' ]:
+ package { [ 'xfonts-terminus', 'ttf-bitstream-vera', 'fonts-inconsolata' ]:
ensure => installed,
}