view modules/staging/tests/file.pp @ 26:58d1818c2ded puppet-3.6

Update MySQL module (which adds "staging" module)
author IBBoard <dev@ibboard.co.uk>
date Mon, 09 Mar 2015 01:34:59 +0000
parents
children
line wrap: on
line source

$caller_module_name = 'demo'

class { 'staging':
  path => '/tmp/staging',
}

staging::file { 'sample':
  source => 'puppet:///modules/staging/sample',
}

staging::file { 'passwd':
  source => '/etc/passwd',
}

staging::file { 'manpage.html':
  source => 'http://curl.haxx.se/docs/manpage.html',
}