superpanda@ML-C02XC4RCJG5L ~ % defaults read com.github.autopkg { "API_PASSWORD" = [sanitized]; "API_USERNAME" = autopkg; "GIT_PATH" = "/usr/local/git/bin/git"; "JSS_REPOS" = ( { type = CDP; } ); "JSS_URL" = "https://myjssinstance.com:8443/?failover"; "JSS_VERIFY_SSL" = 1; "RECIPE_REPOS" = { "/Users/superpanda/Library/AutoPkg/RecipeRepos/com.github.autopkg.jss-recipes" = { URL = "https://github.com/autopkg/jss-recipes.git"; }; "/Users/superpanda/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes" = { URL = "https://github.com/autopkg/recipes.git"; }; }; "RECIPE_SEARCH_DIRS" = ( ".", "~/Library/AutoPkg/Recipes", "/Library/AutoPkg/Recipes", "/Users/superpanda/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes", "/Users/superpanda/Library/AutoPkg/RecipeRepos/com.github.autopkg.jss-recipes" ); } superpanda@ML-C02XC4RCJG5L ~ %