Skip to content

Commit

Permalink
fixed references to non-existing parameter dependency_class
Browse files Browse the repository at this point in the history
  • Loading branch information
James DeFelice authored and OASIS User committed Sep 25, 2013
1 parent 0a01ee7 commit fccd0c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/dependencies.pp
Expand Up @@ -10,7 +10,7 @@
#
# This class is not intended to be used directly.
# It's automatically included by mcollective with the parameter
# dependency_class
# dependencies_class
# Note: This class may contain resources available on the
# Example42 modules set
#
Expand Down
4 changes: 2 additions & 2 deletions manifests/init.pp
Expand Up @@ -523,8 +523,8 @@
}

### Include Mcollective Plugin Dependencies
if $mcollective::dependency_class {
include $mcollective::dependency_class
if $mcollective::dependencies_class {
include $mcollective::dependencies_class
}

### Provide puppi data, if enabled ( puppi => true )
Expand Down

0 comments on commit fccd0c4

Please sign in to comment.