-
-
Save levicole/c737376fff06a43a0a42 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#├── manifests | |
#│ └── site.pp | |
#│ └── true_server.pp | |
# site.pp | |
node 'slavedb' { | |
class {'true_server':} | |
} | |
# true_server.pp | |
class true_server { | |
#... | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to include true_server.pp or put true_server in the module auto loading format.