Skip to content

Commit

Permalink
use include instead of class
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Jan 16, 2024
1 parent c6ed86c commit fc37e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/dependencies.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
manage_repo => true,
}

class { 'nodejs': }
include nodejs

yumrepo { 'yarn':
ensure => 'present',
Expand Down

0 comments on commit fc37e0a

Please sign in to comment.