projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add new-klecker as a static mirror
[mirror/dsa-puppet.git]
/
3rdparty
/
modules
/
archive
/
examples
/
s3.pp
1
class { '::archive':
2
aws_cli_install => true,
3
}
4
5
archive { '/tmp/gravatar.png':
6
ensure => present,
7
source => 's3://bodecoio/gravatar.png',
8
}