Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emmapeel
puppet-tails
Commits
6ea4afb7
Commit
6ea4afb7
authored
Apr 05, 2015
by
intrigeri
Browse files
Ensure pinentry-gtk2 is absent.
This will allow to purge a lot of X and GTK dependencies we don't need.
parent
a687a26f
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/base.pp
View file @
6ea4afb7
...
...
@@ -33,6 +33,8 @@ class tails::base () {
ensure_packages
(
$base_packages
)
package
{
'pinentry-gtk2'
:
ensure
=>
absent
}
case
$::virtual
{
physical
:
{
include
smartmontools
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment