Skip to content

Instantly share code, notes, and snippets.

@cwarden
Created December 2, 2011 18:35
Show Gist options
  • Select an option

  • Save cwarden/1424321 to your computer and use it in GitHub Desktop.

Select an option

Save cwarden/1424321 to your computer and use it in GitHub Desktop.
chained resource collections example
package { "libc6":
ensure => "present",
} -> file {
"/tmp/file1":
content => 'file1';
"/tmp/file2":
content => 'file2';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment