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

Side by Side Diff: modules/hosts/manifests/init.pp

Issue 9349025: Generate /etc/hosts via usual host class, do not define a custom one (Closed)
Patch Set: Created Feb. 8, 2013, 10:11 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « manifests/vagrant.pp ('k') | modules/hosts/templates/hosts.erb » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 class hosts($hosts) {
2 file {'/etc/hosts':
3 mode => 644,
4 owner => root,
5 group => root,
6 content => template('hosts/hosts.erb')
7 }
8 }
OLDNEW
« no previous file with comments | « manifests/vagrant.pp ('k') | modules/hosts/templates/hosts.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld