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

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

Issue 5766400081657856: #760 - Make our ssh configuration used automatically for all servers (Closed)
Patch Set: #760 - Make our ssh configuration used automatically for all servers Created July 15, 2014, 1:21 p.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/filtermaster/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
@@ -12,7 +12,7 @@
Exec['apt_update'] -> Package <| |>
- include private::users, postfix
+ include private::users, postfix, ssh
package {['mercurial', 'vim', 'emacs', 'debian-goodies']: ensure => present}
« no previous file with comments | « no previous file | modules/filtermaster/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld