Skip to content

Commit

Permalink
Merge pull request #710 from stevenpost/rename_template
Browse files Browse the repository at this point in the history
Remove old version from template name
  • Loading branch information
h-haaks authored Mar 21, 2024
2 parents 7a4c27b + 97d4200 commit 78393a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
} else {
# Template has available user-supplied data
# - $config_data
$cfg_content = template('mongodb/mongodb.conf.2.6.erb')
$cfg_content = template('mongodb/mongodb.conf.erb')
}

file { $config:
Expand Down
File renamed without changes.

0 comments on commit 78393a4

Please sign in to comment.