Skip to content

Instantly share code, notes, and snippets.

@jamescarr
Created November 19, 2013 02:03
Show Gist options
  • Select an option

  • Save jamescarr/7539022 to your computer and use it in GitHub Desktop.

Select an option

Save jamescarr/7539022 to your computer and use it in GitHub Desktop.
# put the file on the server
file { '/tmp/something.deb':
source => 'puppet:///debs/elasticsearch-0.20.6.deb',
}
# or to install as a package!
package { 'elasticsearch':
source => 'puppet:///debs/elasticsearch-0.20.6.deb',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment