+ Sac,
----- Original Message -----
> From: "Sandro Bonazzola" <sbonazzo@redhat.com>
> To: "Ishmael Tsoaela" <ishmaelt3@gmail.com>, "Ramesh Nachimuthu" <rnachimu@redhat.com>
> Cc: "users" <users@ovirt.org>
> Sent: Wednesday, February 15, 2017 1:52:26 PM
> Subject: Re: [ovirt-users] gdeploy error
>
> On Tue, Feb 14, 2017 at 3:52 PM, Ishmael Tsoaela <ishmaelt3@gmail.com>
> wrote:
>
> > Hi,
> >
> >
> > I am a new sys admin and trying to install glusterfs using gdeploy, I
> > started with a simple script to enable a service(ntpd).
> >
> >
> > gdeploy --version
> > gdeploy 2.0.1
> >
> > [root@ovirt1 gdeploy]# cat ntp.conf
> > [hosts]
> > ovirt1
> >
> > [service1]
> > action=enable
> > service=ntpd
> >
> > [service2]
> > action=start
> > service=ntpd
> >
> >
> >
> > The issue is that the gdeploy is returning error
> > fatal: [ovirt1]: FAILED! => {"failed": true, "msg": "module (setup) is
> > missing interpreter line"}
> >
> >
> > Is there a simple way to debug or figure out how to fix this error?