Skip to content

Commit 78393a4

Browse files
authored
Merge pull request #710 from stevenpost/rename_template
Remove old version from template name
2 parents 7a4c27b + 97d4200 commit 78393a4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

manifests/server/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
} else {
120120
# Template has available user-supplied data
121121
# - $config_data
122-
$cfg_content = template('mongodb/mongodb.conf.2.6.erb')
122+
$cfg_content = template('mongodb/mongodb.conf.erb')
123123
}
124124

125125
file { $config:
File renamed without changes.

0 commit comments

Comments
 (0)