projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa66a01
)
define, not class
author
Stephen Gran
<steve@lobefin.net>
Thu, 5 Apr 2012 11:28:49 +0000
(12:28 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Thu, 5 Apr 2012 11:28:49 +0000
(12:28 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/site/manifests/aptrepo.pp
patch
|
blob
|
history
diff --git
a/modules/site/manifests/aptrepo.pp
b/modules/site/manifests/aptrepo.pp
index
eb03d46
..
b1c825d
100644
(file)
--- a/
modules/site/manifests/aptrepo.pp
+++ b/
modules/site/manifests/aptrepo.pp
@@
-1,4
+1,4
@@
-
class
site::aptrepo ($key = undef, $template = undef, $config = undef, $ensure = present) {
+
define
site::aptrepo ($key = undef, $template = undef, $config = undef, $ensure = present) {
if $key {
exec { "apt-key-update-${name}":