Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aes
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
aes
Commits
370b2d36
Commit
370b2d36
authored
2 years ago
by
Klas Arvidsson
Browse files
Options
Downloads
Patches
Plain Diff
added forgotten --send flag for reminders
parent
a7aa4cd1
No related branches found
No related tags found
2 merge requests
!30
Merge branch 'cherry-pick-b940cfc1' into 'test'
,
!29
Devel
Pipeline
#91272
passed
2 years ago
Stage: puppet
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/tal_cli.pp
+2
-2
2 additions, 2 deletions
manifests/tal_cli.pp
with
2 additions
and
2 deletions
manifests/tal_cli.pp
+
2
−
2
View file @
370b2d36
...
@@ -63,8 +63,8 @@ class aes::tal_cli (
...
@@ -63,8 +63,8 @@ class aes::tal_cli (
fi
fi
if
[
-
e
/
home
/
examadm
/
ENABLE_TAL_REMINDERS
]
if
[
-
e
/
home
/
examadm
/
ENABLE_TAL_REMINDERS
]
then
then
sudo
-
u
examadm
/
home
/
examadm
/
tal
-
cli
/
scripts
/
tal
-
remind
.
py
--
to
$
{
TO
}
sudo
-
u
examadm
/
home
/
examadm
/
tal
-
cli
/
scripts
/
tal
-
remind
.
py
--
to
$
{
TO
}
--
send
sudo
-
u
examadm
/
home
/
examadm
/
tal
-
cli
/
scripts
/
tal
-
remind
.
py
--
to
$
{
TO
}
--
computer
-
exam
sudo
-
u
examadm
/
home
/
examadm
/
tal
-
cli
/
scripts
/
tal
-
remind
.
py
--
to
$
{
TO
}
--
computer
-
exam
--
send
fi
fi
|
END
|
END
}
}
...
...
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