Skip to content

Commit

Permalink
The convention for templates is to end in .erb
Browse files Browse the repository at this point in the history
  • Loading branch information
akumria committed Aug 8, 2012
1 parent d1af44e commit 93a101a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
file { "postgresql-server-config-$version":
name => "/etc/postgresql/$version/main/postgresql.conf",
ensure => present,
content => template('postgresql/postgresql.conf'),
content => template('postgresql/postgresql.conf.erb'),
owner => 'postgres',
group => 'postgres',
mode => '0644',
Expand Down
File renamed without changes.

0 comments on commit 93a101a

Please sign in to comment.