Coder Social home page Coder Social logo

jss-recipes's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @sheagcraig
  • ๐Ÿ‘€ Iโ€™m interested in spores, molds and fungus
  • ๐ŸŒฑ Iโ€™m currently learning the King's Indian Defense
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on world peace.
  • ๐Ÿ“ซ How to reach me: With cunning phrases and jubilent silliness.

jss-recipes's People

Contributors

homebysix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jss-recipes's Issues

Exception with AdobeFlashPlayer.jss.recipe

Hey Shea,
Not sure if this is the place to post this, it may actually be jss-python related, but this exception keeps getting raised when running AdobeFlashPlayer.jss.recipe

Traceback (most recent call last):
  File "/usr/local/bin/autopkg", line 1334, in <module>
    sys.exit(main(sys.argv))
  File "/usr/local/bin/autopkg", line 1328, in main
    exit(subcommands[verb]['function'](argv))
  File "/usr/local/bin/autopkg", line 1152, in run_recipes
    autopackager.process(recipe)
  File "/Library/AutoPkg/autopkglib/__init__.py", line 466, in process
    self.env = processor.process()
  File "/Library/AutoPkg/autopkglib/__init__.py", line 295, in process
    self.main()
  File "/Library/AutoPkg/autopkglib/JSSImporter.py", line 599, in main
    self.handle_icon()
  File "/Library/AutoPkg/autopkglib/JSSImporter.py", line 498, in handle_icon
    icon.save()
  File "/Library/Python/2.7/site-packages/jss/jss.py", line 1131, in save
    self.jss._error_handler(JSSPostError, response)
  File "/Library/Python/2.7/site-packages/jss/jss.py", line 186, in _error_handler
    raise exception
jss.jss.JSSPostError: JSS Error. Response Code: 409 Response" Conflict
File format not supported

Not sure if you've seen this before, could be an issue with the content-type in the JSS POST request.

--Thanks
Eldon

Specify overridable JSSImporter arguments for "policy_trigger" and "version".

Many recipes in com.github.novaksam.jss are duplicates of jss-recipes and the only difference is that jss-recipes don't have overridable JSSImporter arguments for "policy_trigger" or "version". I know com.github.novaksam.jss isn't your repo, but those duplicates could be done away if "policy_trigger" and "version" were specified in jss-recipes and were overridable.

README.md needs fixed.

In the README.md you have this line ...

These recipes are intended to be used with my jss-autopkg-addon. Grab the package installer from the releases section, and you're good to go.

Which I think needs updated to JSSImporter.

Adobe Acrobat Reader DC

Does not pull the right app in the Smart Group missing "Acrobat" in the title
Same app does not pull in version number either

Is this the right spot to mention these?

Thanks
Ryan

Issue with AdobeFlashPlayer.jss

Hi,

Since few days I got an error when running AdobeFlashPlayer.jss in autopkgr/autopkg :

autopkg run AdobeFlashPlayer.jss
Processing AdobeFlashPlayer.jss...
Traceback (most recent call last):
  File "/usr/local/bin/autopkg", line 1469, in <module>
    sys.exit(main(sys.argv))
  File "/usr/local/bin/autopkg", line 1463, in main
    exit(subcommands[verb]['function'](argv))
  File "/usr/local/bin/autopkg", line 1287, in run_recipes
    autopackager.process(recipe)
  File "/Library/AutoPkg/autopkglib/__init__.py", line 466, in process
    self.env = processor.process()
  File "/Library/AutoPkg/autopkglib/__init__.py", line 295, in process
    self.main()
  File "/Library/AutoPkg/autopkglib/JSSImporter.py", line 767, in main
    self.groups = self.handle_groups()
  File "/Library/AutoPkg/autopkglib/JSSImporter.py", line 380, in handle_groups
    computer_group = self._add_or_update_smart_group(group)
  File "/Library/AutoPkg/autopkglib/JSSImporter.py", line 421, in _add_or_update_smart_group
    update_env="jss_group_updated", added_env="jss_group_added")
  File "/Library/AutoPkg/autopkglib/JSSImporter.py", line 475, in _update_or_create_new
    self.j.put(url, recipe_object)
  File "/Library/Python/2.7/site-packages/python_jss-0.5.9-py2.7.egg/jss/jss.py", line 234, in put
    self._error_handler(JSSPutError, response)
  File "/Library/Python/2.7/site-packages/python_jss-0.5.9-py2.7.egg/jss/jss.py", line 179, in _error_handler
    raise exception
jss.exceptions.JSSPutError: Response Code: 500  Response: Internal Server Error. The server encountered an unexpected condition which prevented it from fulfilling the request

Can you help on this issue ?
Thanks in advance

Extension Attribute not overridable...

Trying to write an override for the AdobeFlashPlayer.jss.recipe and it has an extension attribute in it's Process Key that is not overridable. The override works but always returns error:

A Python exception occurred during the execution of autopkg, see the console log for more details.
[ERROR] IOError: [Errno 2] No such file or directory: u'/Users/serveradmin/Library/AutoPkg/RecipeOverrides/AdobeFlashPlayerExtensionAttribute.xml'

If I just do
touch /Users/serveradmin/Library/AutoPkg/RecipeOverrides/AdobeFlashPlayerExtensionAttribute.xml
Then get:

A Python exception occurred during the execution of autopkg, see the console log for more details.
[ERROR] xml.etree.ElementTree.ParseError: no element found: line 1, column 0

So looking for a real xml file. When I copy the one from the parent recipe repo works but the EA would be created which I don't want.
I am only familiar with overriding inputs so maybe I missed a way to suppress the creation of the EA?

recipe pulling old version

MSOffice2011Updates-DisabledAllQuit.jss.recipe

Looks like this recipe is pulling old versions (14.7.3 instead of 14.7.5).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.