Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

puppetserver: no such file to load -- puppet/managedmac/common #83

Open
dayglojesus opened this issue Jul 10, 2015 · 5 comments
Open

puppetserver: no such file to load -- puppet/managedmac/common #83

dayglojesus opened this issue Jul 10, 2015 · 5 comments

Comments

@dayglojesus
Copy link
Owner

Puppet version 4's puppetserver can't seem to load one of the plugin files.

Could not autoload puppet/type/mobileconfig: no such file to load -- puppet/managedmac/common

Under Puppet 3, this was preventable by ensuring your puppet master was synchronized (see issues: #62 and #40) but as per comments on issue #80 by @poolski, this appears to be more of an issue in Puppet version 4.

@poolski
Copy link

poolski commented Jul 10, 2015

Great!

If you need anything else from me, give me a shout and I'll try and help.

@dayglojesus
Copy link
Owner Author

If my own limited testing is any indication, there are a lot more Puppet 4 incompatibilities in the module than simple Ruby load path issues. 😐

@dayglojesus
Copy link
Owner Author

@poolski I hate to say this... But Puppet 4 support will not happen quickly. I am going to release version 0.7.1 which will contain documentation to this effect and properly scope the module to Puppet version 3. Sorry! 😒

I will of course leave this issue open until I have completed the work.

@mholttech
Copy link

Hey so I'm playing with Puppetserver and was able to get arround this issue by ensuring that jdbc-sqlite3 and CFPropertyList are installed on the client before hitting the managedmac module. Here's the code I used in my custom manifest:

  package { 'jdbc-sqlite3':
      ensure   => 'installed',
      provider => 'gem',
  }

  package { 'CFPropertyList':
      ensure   => 'installed',
      provider => 'gem',
  }

@mholttech
Copy link

got past that but am still running into an issue with propertylist

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

No branches or pull requests

3 participants