Last active
April 20, 2024 08:08
-
-
Save tabrez/37af739ca71f7623f94f8e20c132cc49 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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