Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
egg
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
egg
Commits
02779078
Commit
02779078
authored
1 year ago
by
Nils Olof Paulsson
Browse files
Options
Downloads
Patches
Plain Diff
typo
parent
d3058944
No related branches found
Branches containing commit
No related tags found
2 merge requests
!2
Test
,
!1
Devel
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manifests/nodejs.pp
+1
-1
1 addition, 1 deletion
manifests/nodejs.pp
manifests/postgres.pp
+1
-1
1 addition, 1 deletion
manifests/postgres.pp
with
2 additions
and
2 deletions
manifests/nodejs.pp
+
1
−
1
View file @
02779078
# Intelligent cement
class
egg::nodejs
()
{
package
{
'nodejs'
:
package
{
'nodejs'
:
ensure
=>
'installed'
,
}
exec
{
'install pm2'
:
...
...
This diff is collapsed.
Click to expand it.
manifests/postgres.pp
+
1
−
1
View file @
02779078
# comment
class
egg::postgres
()
{
package
{
[
'postgres'
,
'postgresql-contrib'
]
:
package
{
[
'postgres
ql
'
,
'postgresql-contrib'
]:
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