Skip to content

Commit

Permalink
This will fix Refactor #16643.
Browse files Browse the repository at this point in the history
The Hyphen ‘–’ in name only unofficially supported in some puppet
versions.

Fix: sample-module name changed into sample_module which is supported.
  • Loading branch information
aboe76 authored and Jeff McCune committed Sep 30, 2012
1 parent 340fdf8 commit 5412e1f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions examples/modules/sample-module/README.txt

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Demonstration of a custom parser function and erb template within
# a module, working in concert.

class sample-module {
class sample_module {
$fqdn_to_dn = hostname_to_dn($domain)
$sample_template = template("sample-module/sample.erb")

Expand Down

0 comments on commit 5412e1f

Please sign in to comment.