Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit c4e6dfc

Browse files
committed
Merge pull request #222 from tampakrap/tagmail_typo
fix typo on the template path of tagmail
2 parents 231486b + 90e017f commit c4e6dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
owner => $puppet::user,
141141
group => $puppet::group,
142142
mode => '0644',
143-
content => template('profile/tagmail.conf.erb'),
143+
content => template('puppet/tagmail.conf.erb'),
144144
}
145145
}
146146
}

0 commit comments

Comments
 (0)