projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1200453
)
No reason for this:
author
Stephen Gran
<steve@lobefin.net>
Sun, 22 Mar 2009 20:06:29 +0000
(16:06 -0400)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 22 Mar 2009 20:06:29 +0000
(16:06 -0400)
debconf: delaying package configuration, since apt-utils is not
installed
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
b77dcd6
..
ec92378
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-1,6
+1,7
@@
class debian-org {
package { "userdir-ldap": ensure => latest;
"zsh": ensure => installed;
+ "apt-utils": ensure => installed;
"tcsh": ensure => installed;
"pdksh": ensure => installed;
"ksh": ensure => installed;