EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vagrant
Builder
Commits
11761264
Commit
11761264
authored
Nov 15, 2013
by
Stephan Meißl
Browse files
Merge branch 'pypi' of /home/git/repositories/vagrant/builder_rpm
parents
77a66cfd
c65075fc
Changes
1
Show whitespace changes
Inline
Side-by-side
puppet/modules/buildtools/manifests/init.pp
View file @
11761264
...
...
@@ -36,4 +36,10 @@ class buildtools {
"
${home}
/rpmbuild/SRPMS"
]:
ensure
=>
directory
,
mode
=>
'0775'
}}
}
file
{
"
${home}
/.pypirc"
:
ensure
=>
file
,
content
=>
"[distutils]
\n
index-servers =
\n
pypi
\n\n
[pypi]
\n
username:<USER>
\n
password:<PW>
\n
"
,
}
}
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