Created
June 29, 2013 14:08
-
-
Save anonymous/5891227 to your computer and use it in GitHub Desktop.
Mongoose deploy in json.
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
//System example | |
{ | |
'packages': { | |
'groups': ['KDE', 'Gnome', 'minimal'], | |
'else': ['inkscape', 'gimp', 'firefox'] | |
}, | |
'timezone': 'Europe/Moscow', | |
'users': { | |
'root': {'password': 'asdf'}, | |
'rogvold': {'password': 'qwerty', | |
'full_name': 'Rogaboru Kujimoshi', | |
'e-mail': '[email protected]'} | |
}, | |
'hostname': 'MAGI', | |
'grub_device': '/dev/sda', | |
'mountpoints': { | |
'/': '/dev/sda1', | |
'/home': '/dev/sda5', | |
'/usr': '/dev/sda4', | |
'/media/windows_c': '/dev/sda6' | |
}, | |
'locales': ['ru_RU.UTF-8', 'en_US.UTF-8'] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment