Skip to content

Instantly share code, notes, and snippets.

@farosas
Created February 7, 2018 16:12
Show Gist options
  • Select an option

  • Save farosas/3d00ad22c111c962a535769a84ccaa9e to your computer and use it in GitHub Desktop.

Select an option

Save farosas/3d00ad22c111c962a535769a84ccaa9e to your computer and use it in GitHub Desktop.
├── generic
│   ├── cfg
│   │   └── base.cfg
│   ├── __init__.py
│   └── tests
│   ├── cfg
│   │   ├── yum_install.cfg
│   │   └── yum_update.cfg
│   ├── __init__.py
│   ├── utils.py
│   ├── yum_install.py
│   └── yum_update.py
├── __init__.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment