I have a definition where I am trying to include a class...

class db_deploy::base {
    $build_user = "build"
}

define db_deploy::elements($db_deploy_version) {
    include db_deploy::base

    # Use $build_user here
}

When I attempt to access $build_user in the db_deploy::elements
definition, puppet thinks it has no value. What am I doing wrong?

Doug.

--

You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.


Reply via email to