I am trying to creat a simple cookbook to produce network config files but
get a error as below: http://pastebin.com/rJcpLmVz
It looks like chef-client try to use Chef::Mixin::Template instead of
Chef::Provider::File::Template, I am wondering how to assign the template
coming from Chef::Provider::File::Template instead of Chef::Mixin::Template
in my cookbook?
Hi Sam,
error log says that you aren't correctly using mac variable.
Please, try with
HWADDR=<%= @mac %>
in your template and so on for every other variable.
Cheers,
Marco
Il 09/feb/2014 09:18 "Sam Su" sam.debian@gmail.com ha scritto:
Hi,
I am trying to creat a simple cookbook to produce network config files but
get a error as below: chef client error - Pastebin.com
It looks like chef-client try to use Chef::Mixin::Template instead of
Chef::Provider::File::Template, I am wondering how to assign the template
coming from Chef::Provider::File::Template instead of Chef::Mixin::Template
in my cookbook?
It works like a charm now. Could you or someone else explain a little bit
what is the difference between "HWADDR=<%= @mac %>" and "HWADDR=<%= mac %>"
in the template file?
Thanks,
Sam
On Sun, Feb 9, 2014 at 12:25 AM, Marco Betti m.betti@gmail.com wrote:
Hi Sam,
error log says that you aren't correctly using mac variable.
Please, try with
HWADDR=<%= @mac %>
in your template and so on for every other variable.
Cheers,
Marco
Il 09/feb/2014 09:18 "Sam Su" sam.debian@gmail.com ha scritto:
Hi,
I am trying to creat a simple cookbook to produce network config files
but get a error as below: chef client error - Pastebin.com
It looks like chef-client try to use Chef::Mixin::Template instead of
Chef::Provider::File::Template, I am wondering how to assign the template
coming from Chef::Provider::File::Template instead of Chef::Mixin::Template
in my cookbook?
It works like a charm now. Could you or someone else explain a little bit
what is the difference between "HWADDR=<%= @mac %>" and "HWADDR=<%= mac
%>" in the template file?
Thanks,
Sam
On Sun, Feb 9, 2014 at 12:25 AM, Marco Betti m.betti@gmail.com wrote:
Hi Sam,
error log says that you aren't correctly using mac variable.
Please, try with
HWADDR=<%= @mac %>
in your template and so on for every other variable.
Cheers,
Marco
Il 09/feb/2014 09:18 "Sam Su" sam.debian@gmail.com ha scritto:
Hi,
I am trying to creat a simple cookbook to produce network config files
but get a error as below: chef client error - Pastebin.com
It looks like chef-client try to use Chef::Mixin::Template instead of
Chef::Provider::File::Template, I am wondering how to assign the template
coming from Chef::Provider::File::Template instead of Chef::Mixin::Template
in my cookbook?
It works like a charm now. Could you or someone else explain a little bit what is the difference between "HWADDR=<%= @mac %>" and "HWADDR=<%= mac %>" in the template file?
Thanks,
Sam
On Sun, Feb 9, 2014 at 12:25 AM, Marco Betti m.betti@gmail.com wrote:
Hi Sam,
error log says that you aren't correctly using mac variable.
Please, try with
HWADDR=<%= @mac %>
in your template and so on for every other variable.
Cheers,
Marco
Il 09/feb/2014 09:18 "Sam Su" sam.debian@gmail.com ha scritto:
Hi,
I am trying to creat a simple cookbook to produce network config files but get a error as below: chef client error - Pastebin.com
It looks like chef-client try to use Chef::Mixin::Template instead of Chef::Provider::File::Template, I am wondering how to assign the template coming from Chef::Provider::File::Template instead of Chef::Mixin::Template in my cookbook?