Created
November 1, 2017 13:35
-
-
Save ssplatt/6aac492af87b92a110e5bab7884b8e39 to your computer and use it in GitHub Desktop.
puppet nodejs module hiera data
This file contains hidden or 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
nodejs::repo_url_suffix: 6.x | |
nodejs::npm: | |
my-custom-app: | |
ensure: "present" | |
user: www | |
target: "/var/www/apps/my-custom-app" | |
use_package_json: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment