Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tracingcarbon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
liu-puppet-modules
Tracingcarbon
Commits
b8c5e74c
Commit
b8c5e74c
authored
2 years ago
by
Golen
Browse files
Options
Downloads
Patches
Plain Diff
Remove yarn dependency
parent
6fe94679
No related branches found
No related tags found
3 merge requests
!19
Test
,
!18
Remove yarn dependency
,
!17
Draft: Test
Pipeline
#74270
passed
2 years ago
Stage: puppet
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manifests/init.pp
+1
-1
1 addition, 1 deletion
manifests/init.pp
manifests/yarn.pp
+3
-3
3 additions, 3 deletions
manifests/yarn.pp
with
4 additions
and
4 deletions
manifests/init.pp
+
1
−
1
View file @
b8c5e74c
...
@@ -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
}
}
This diff is collapsed.
Click to expand it.
manifests/yarn.pp
+
3
−
3
View file @
b8c5e74c
...
@@ -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',
}
#
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment