Netuitive / chef-netuitive

Installs Native Netuitive Agent
MIT License
4 stars 6 forks source link

Support for chef client 12.16 #49

Closed Grumblesmith closed 7 years ago

Grumblesmith commented 7 years ago

I'm not sure if this is a bug or enhancement, but the cookbook fails to install the netuitive agent in Ubuntu with chef client 12.9+ due to the addition of apt_repository as a core resource.

The repo gets created in Ubuntu 14.04 as

vagrant@netuitive-ubuntu-1404:~$ cat /etc/apt/sources.list.d/netuitive.list
deb     "https://repos.app.netuitive.com/deb/" trusty stable main

whereas, it should be

vagrant@netuitive-ubuntu-1404:~$ cat /etc/apt/sources.list.d/netuitive.list
deb     "https://repos.app.netuitive.com/deb/"  stable main