Skip to content

Instantly share code, notes, and snippets.

@raphink
Created July 9, 2012 14:36
Show Gist options
  • Save raphink/3076907 to your computer and use it in GitHub Desktop.
Save raphink/3076907 to your computer and use it in GitHub Desktop.
Puppet::Type.newtype(:sshd_config) do
ensurable
newparam(:name) do
desc "The name of the entry."
isnamevar
end
newparam(:value) do
desc "Entry value."
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment