You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a fresh puppet install, the following manifest will not compile,
class {
'nodejs':
repo_url_suffix => 'node_0.12',
legacy_debian_symlinks => true;
}
Error is
Error: Evaluation Error: Error while evaluating a Function Call, Could not find class ::apt for node.example.net at /home/ff/.puppetlabs/etc/code/modules/nodejs/manifests/repo/nodesource/apt.pp:11:3 on node node.example.net
Puppet 4.2.3
The text was updated successfully, but these errors were encountered:
If it's just needed for one OS, the style guide defines that as a soft dependency that should be listed in the README (The soft dependencies should be made a lot clearer in the README though)
On a fresh puppet install, the following manifest will not compile,
Error is
Puppet 4.2.3
The text was updated successfully, but these errors were encountered: