Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rsquires-anaconda
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rane Squires
rsquires-anaconda
Commits
e8ca61ac
Commit
e8ca61ac
authored
Jun 13, 2019
by
local-machine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed formatting according to lint auto-checker specifications
parent
0f6792cc
Pipeline
#19
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
manifests/environments.pp
manifests/environments.pp
+5
-5
manifests/init.pp
manifests/init.pp
+1
-1
No files found.
manifests/environments.pp
View file @
e8ca61ac
...
...
@@ -7,14 +7,14 @@
class
anaconda::environments
{
file
{
'/vanilla3.yml'
:
ensure
=>
present
,
source
=>
'puppet:///modules/anaconda/data'
,
ensure
=>
present
,
source
=>
'puppet:///modules/anaconda/data'
,
}
exec
{
'setupvanilla3'
:
unless
=>
"conda env list | grep -q 'vanilla3'"
,
command
=>
'conda env create -f vanilla3.yml'
,
require
=>
File
[
vanilla3
.
yml
],
unless
=>
"conda env list | grep -q 'vanilla3'"
,
command
=>
'conda env create -f vanilla3.yml'
,
require
=>
File
[
vanilla3
.
yml
],
}
}
manifests/init.pp
View file @
e8ca61ac
...
...
@@ -8,7 +8,7 @@ class anaconda {
contain
anaconda::install
contain
anaconda::update
contain
anaconda::environments
Class
[
'anaconda::install'
]
->
Class
[
'anaconda::update'
]
->
Class
[
'anaconda::environments'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment