Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Puppet Modules
bash
Commits
6f140aad
Commit
6f140aad
authored
Jun 16, 2008
by
mh
Browse files
fixed typo
parent
57a448b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
6f140aad
...
...
@@ -40,17 +40,18 @@ class bash::openbsd inherits bash::base {
package
{
'libiconv'
:
ensure
=>
present
,
source
=>
'ftp://mirror.switch.ch/pub/OpenBSD/${operatingsystemrelease}/packages/${hardwaremodel}/'
source
=>
'ftp://mirror.switch.ch/pub/OpenBSD/${operatingsystemrelease}/packages/${hardwaremodel}/'
,
}
package
{
'gettext'
:
ensure
=>
'
present
'
,
source
=>
'ftp://mirror.switch.ch/pub/OpenBSD/${operatingsystemrelease}/packages/${hardwaremodel}/'
ensure
=>
present
,
source
=>
'ftp://mirror.switch.ch/pub/OpenBSD/${operatingsystemrelease}/packages/${hardwaremodel}/'
,
require
=>
Package
[
libiconv
],
}
Package
[
bash
]{
source
=>
'ftp://mirror.switch.ch/pub/OpenBSD/${operatingsystemrelease}/packages/${hardwaremodel}/'
ensure
=>
present
,
source
=>
'ftp://mirror.switch.ch/pub/OpenBSD/${operatingsystemrelease}/packages/${hardwaremodel}/'
,
require
=>
Package
[
gettext
],
}
bash::deploy_profile
{
bash_profile_root
:
source
=>
'openbsd'
}
...
...
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