Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ordering error in init.pp #7

Open
markhowells opened this issue Oct 1, 2013 · 0 comments
Open

Ordering error in init.pp #7

markhowells opened this issue Oct 1, 2013 · 0 comments

Comments

@markhowells
Copy link

init.pp defines ::bacula::common and ::bacula::director.

Unfortunately, ::bacula::common is declared before ::bacula::director but is dependent upon ::bacula::director::db_package for required_packages. Moving the declaration of common to follow director solves the problem.

How did this ever work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant