Skip to content

Commit

Permalink
renaming jkApp fragment template to match other fragment templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharumpe committed Dec 3, 2014
1 parent 0c54452 commit 2982a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/jk/app.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

# Pick the template path we're going to use
$mod_path = get_module_path('apache2')
$specific = "$mod_path/templates/$operatingsystem/$operatingsystemrelease$params::jkAppsConfigPath-app-fragment.erb"
$default = "$mod_path/templates/default$params::jkAppsConfigPath-app-fragment.erb"
$specific = "$mod_path/templates/$operatingsystem/$operatingsystemrelease$params::jkAppsConfigPath-app-frag.erb"
$default = "$mod_path/templates/default$params::jkAppsConfigPath-app-frag.erb"

# write the config file
concat::fragment { $appName :
Expand Down

0 comments on commit 2982a2d

Please sign in to comment.