I'm looking for some help with getting the banners in the showcase_template file deployed to clients. Here's where I'm at so far.
I have the server configured and it works fine with the Managed Software Client on the server, but it's not getting deployed to my testing Macbook.
I've gone through
this tutorial which is what got it working on the server, but I can't figure out why my Macbook client isn't pulling the settings.
My showcase_template file is:
</script>
<div class="showcase">
<div class="stage" onClick='stageClicked();'>
<img href="blank" alt="Branding" src="custom/resources/left.png" />
<img href="blank" alt="Branding1" src="custom/resources/center.png" />
<img href="blank" alt="Branding2" src="custom/resources/right.png" />
</div>
</div>
...And I have it zipped and put in Library/Managed Installs/client_resources on the server
My repo has the standard catalogs, icons, manifests, pkgs, and pkgsinfo folders.
Please help!
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.
.
.