Skip to content

Instantly share code, notes, and snippets.

@zaynkorai
Last active April 9, 2019 07:41
Show Gist options
  • Save zaynkorai/2b819898d878bd13359c864f98a34b3b to your computer and use it in GitHub Desktop.
Save zaynkorai/2b819898d878bd13359c864f98a34b3b to your computer and use it in GitHub Desktop.
Your fundamentals are quite weak: Puppet
class create-user {
user { 'mruser':
ensure => present,
password => '$1$yQixQXAQ$KtkZXYx5wFMqZaUgXeXDN/',
home => '/home/mruser',
}
}
{
"name": "create-user",
"version": "0.1.0",
"author": "zaynkorai",
"summary": "example user module",
"license": "MIT",
"source": "",
"project_page": "medium :p",
"issues_url": "no where",
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment