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
0ff41670
Commit
0ff41670
authored
1 year ago
by
Klas Arvidsson
Browse files
Options
Downloads
Patches
Plain Diff
Python requirements for tal-cli need correct HOME; More failsafe on_update for tal build.
parent
7651323d
No related branches found
No related tags found
2 merge requests
!50
Fix: Puppet Defining "data_provider": "hiera" in metadata.json is deprecated....
,
!41
Python requirements for tal-cli need correct HOME; More failsafe on_update for tal build.
Pipeline
#111147
passed
1 year ago
Stage: puppet
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
files/tal/on_update.sh
+3
-1
3 additions, 1 deletion
files/tal/on_update.sh
manifests/tal_cli.pp
+1
-1
1 addition, 1 deletion
manifests/tal_cli.pp
with
4 additions
and
2 deletions
files/tal/on_update.sh
+
3
−
1
View file @
0ff41670
...
...
@@ -8,8 +8,10 @@ sed -i 's|url = \.\./database|url = https://oauth2:glpat-WeW_ytbQ83JMs2UnQmhe@gi
git submodule update
--init
git checkout .gitmodules
make
make
clean all
cd
..
rm
-f
oracle
ln
-s
source
/oracle oracle
rm
-f
tal
cp source
/tal tal
This diff is collapsed.
Click to expand it.
manifests/tal_cli.pp
+
1
−
1
View file @
0ff41670
...
...
@@ -72,7 +72,7 @@ class aes::tal_cli (
group
=>
examadm
,
cwd
=>
'/home/examadm/tal-cli'
,
path
=>
'/bin:/usr/bin'
,
environment
=>
[
'HOME=/home/examadm
/tal-cli
'
],
environment
=>
[
'HOME=/home/examadm'
],
creates
=>
'/home/examadm/tal-cli/source/tal'
,
command
=>
'/home/examadm/tal-cli/on_update.sh'
,
require
=>
File
[
'/home/examadm/tal-cli/on_update.sh'
],
...
...
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