Skip to content
Snippets Groups Projects
Commit b8c5e74c authored by Golen's avatar Golen
Browse files

Remove yarn dependency

parent 6fe94679
No related branches found
No related tags found
3 merge requests!19Test,!18Remove yarn dependency,!17Draft: Test
Pipeline #74270 passed
...@@ -39,7 +39,7 @@ class tracingcarbon { ...@@ -39,7 +39,7 @@ class tracingcarbon {
include certdist include certdist
include tracingcarbon::python include tracingcarbon::python
include tracingcarbon::yarn # include tracingcarbon::yarn
include tracingcarbon::runserver include tracingcarbon::runserver
} }
...@@ -4,7 +4,7 @@ class tracingcarbon::yarn ( ) { ...@@ -4,7 +4,7 @@ class tracingcarbon::yarn ( ) {
ensure => 'installed', ensure => 'installed',
} }
package { 'yarn' : # package { 'yarn' :
ensure => 'installed', # ensure => 'installed',
} # }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment