gnu: Added gnu::rcs
This commit is contained in:
parent
a1665db7d8
commit
158a20a642
1 changed files with 15 additions and 0 deletions
|
@ -51,3 +51,18 @@ class gnu::tar {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
# Install GNU rcs.
|
||||
#
|
||||
class gnu::rcs {
|
||||
|
||||
package { "rcs":
|
||||
ensure => installed,
|
||||
name => $::operatingsystem ? {
|
||||
"openbsd" => "grcs",
|
||||
default => "rcs",
|
||||
},
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue