Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Issue with Firefox Override #5

Closed
mrmte opened this issue Jan 24, 2014 · 2 comments
Closed

Issue with Firefox Override #5

mrmte opened this issue Jan 24, 2014 · 2 comments

Comments

@mrmte
Copy link

mrmte commented Jan 24, 2014

followed these instructions https://github.com/autopkg/autopkg/wiki/Recipe-Overrides

my override looks like this

Identifier local.jss.Firefox Input CATEGORY %NAME% LOCALE en_GB NAME Firefox latest-esr latest-esr SELFSERVE_POLICY SelfServeLatest_%NAME% SMART_GROUP LessThanMostRecent_%NAME% ParentRecipe com.github.autopkg.jss.Firefox

When i look at the info it doesnt see it as the latest-esr release

Description: Uses parent pkg recipe to downloads latest Firefox and import it into the JSS.
Identifier: local.jss.Firefox
Munki import recipe: False
Has check phase: True
Builds package: True
Recipe file path: /Users/svccasperadmin/Library/AutoPkg/RecipeOverrides/Firefox.jss.recipe
Parent recipe(s): /Users/svccasperadmin/Library/AutoPkg/RecipeRepos/com.github.arubdesu.jssRecipes/Firefox.jss.recipe
/Users/svccasperadmin/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes/Mozilla/Firefox.pkg.recipe
/Users/svccasperadmin/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes/Mozilla/Firefox.download.recipe
Input values:

CATEGORY = "%NAME%";
LOCALE = "en_GB";
NAME = Firefox;
RELEASE = latest;
"SELFSERVE_POLICY" = "SelfServeLatest_%NAME%";
"SMART_GROUP" = "LessThanMostRecent_%NAME%";
"latest-esr" = "latest-esr";
@arubdesu
Copy link
Owner

Hmm, you'd only see that it's working in more verbose output, but the one that just worked for me looks like this:
https://gist.github.com/arubdesu/8597281
Please gist the output of the autopkg run with the verbose options after cleaning out your jss(and sanitizing your API auth!!) if you're still having issues. Thanks!

@mrmte
Copy link
Author

mrmte commented Jan 24, 2014

Thanks thats it. I was following the instruction to the EXACT letter. "For example, we can change RELEASE to latest-esr"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants