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

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

Issue 9432188: Configure secret_token (assuming it`s actually used anywhere) and document other private settings (Closed)
Patch Set: Created Feb. 28, 2013, 11:13 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 | « no previous file | modules/discourse/manifests/init.pp » ('j') | 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
@@ -1,16 +1,16 @@
class base {
stage {'pre': before => Stage['main']}
stage {'post': require => Stage['main']}
- class {'apt':
- stage => 'pre',
- always_apt_update => true
- }
+# class {'apt':
Felix Dahlke 2013/02/28 11:18:21 I suppose that's for improving turnaround times? :
Wladimir Palant 2013/02/28 11:36:37 No, this isn't part of the commit - but I mistaken
+# stage => 'pre',
+# always_apt_update => true
+# }
class {'users':
stage => 'pre',
}
include private::users, postfix
package {['mercurial', 'vim', 'emacs']: ensure => present}
« no previous file with comments | « no previous file | modules/discourse/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld