Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/base/manifests/init.pp

Issue 6162855837564928: Issue 311 - Switch to a current Ubuntu image for infrastructure testing (Closed)
Patch Set: Created April 12, 2014, 9:40 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Vagrantfile ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/base/manifests/init.pp
===================================================================
--- a/modules/base/manifests/init.pp
+++ b/modules/base/manifests/init.pp
@@ -9,17 +9,17 @@ class base {
class {'apt':
always_apt_update => true
}
Exec['apt_update'] -> Package <| |>
include private::users, postfix
- package {['mercurial', 'vim', 'emacs']: ensure => present}
+ package {['mercurial', 'vim', 'emacs', 'debian-goodies']: ensure => present}
file {'/etc/timezone':
ensure => file,
owner => root,
group => root,
mode => 0644,
content => 'UTC',
notify => Service['cron']
« no previous file with comments | « Vagrantfile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld