Skip to content

Commit

Permalink
Ensure that the plugin directory is actually a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Tyler Croy committed Oct 15, 2011
1 parent 0c5e9cd commit e4bc8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
if (!defined(File["${plugin_dir}"])) {
file {
"${plugin_dir}" :
ensure => present;
ensure => directory;
}
}

Expand Down

0 comments on commit e4bc8e9

Please sign in to comment.