Skip to content

Instantly share code, notes, and snippets.

@supercow
Created January 11, 2013 17:46
Show Gist options
  • Save supercow/4512622 to your computer and use it in GitHub Desktop.
Save supercow/4512622 to your computer and use it in GitHub Desktop.
This is awful.
[root@james modules]# cat /tmp/one /tmp/two
three
three
class one {
file { '/tmp/one':
content => "one\n",
}
}
class two {
File {
content => "two",
}
file { '/tmp/two': }
}
class three {
File <| |> {
content => "three\n",
}
}
include one,two,three
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment