Initial version of rsync module.
This commit is contained in:
parent
6d44f55755
commit
e15dd05385
1 changed files with 10 additions and 0 deletions
10
rsync/manifests/init.pp
Normal file
10
rsync/manifests/init.pp
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
# Install rsync
|
||||||
|
#
|
||||||
|
class rsync {
|
||||||
|
|
||||||
|
package { "rsync":
|
||||||
|
ensure => present,
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue