Skip to content

Instantly share code, notes, and snippets.

@tabrez
Last active April 20, 2024 08:08
Show Gist options
  • Save tabrez/37af739ca71f7623f94f8e20c132cc49 to your computer and use it in GitHub Desktop.
Save tabrez/37af739ca71f7623f94f8e20c132cc49 to your computer and use it in GitHub Desktop.
version: 1
users:
- default
- name: tabrez
sudo: ALL=(ALL) NOPASSWD:ALL
shell: /bin/bash
ssh_import_id:
- gh:tabrez
write_files:
- content: |
# My new /etc/sysconfig/samba file
SMBDOPTIONS="-D"
path: /etc/sysconfig/samba
package_update: true
package_upgrade: true
packages:
- git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment