Created
November 1, 2017 14:46
-
-
Save dhollinger/3b3166173ddcff5944dd02edf154b78f to your computer and use it in GitHub Desktop.
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::npm: | |
my-custom-app: | |
ensure: "present" | |
user: www | |
target: "/var/www/apps/my-custom-app" | |
use_package_json: true |
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
create_resources('nodejs::npm', lookup('nodejs::npm')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment