Jira (PUP-292) Mount type `atboot` property validation is too restrictive in 3.3.0rcX

2014-11-06 Thread Raoul Bhatia (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Raoul Bhatia commented on  PUP-292 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Mount type `atboot` property validation is too restrictive in 3.3.0rcX  
 
 
 
 
 
 
 
 
 
 
is atboot even doing something? For me, it seems it does not ... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.7#6337-sha1:2ed701e) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3628) mount's atboot property not used

2014-11-06 Thread Raoul Bhatia (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Raoul Bhatia created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3628 
 
 
 
  mount's atboot property not used  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 PUP 3.6.1 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2014/11/06 1:58 AM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Raoul Bhatia 
 
 
 
 
 
 
 
 
 
 
It seems that the atboot property of the mount type is not honored correctly, at least on my Linux machine. 
Sample .pp: 
 mount  { 'mountNFS': name = '/mnt', ensure = present, atboot = no, device = 127.0.0.1:/data/nfs/export, options = 'retrans=5,timeo=14,intr,tcp,_netdev', pass = 0, dump = 0, remounts = true, fstype = 'nfs', tag = 'nfsmount', } 
Expected result in /etc/fstab: 127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev,noauto 0 0 
Actual result: 127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev 0 0 
Am I doing something wrong or is there any specific reason why this is not working? 
Thanks, Raoul 
 
 
 
 
 
 
 
 
 
 
 
 

 

Jira (PUP-3628) mount's atboot property not used

2014-11-06 Thread Raoul Bhatia (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Raoul Bhatia updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3628 
 
 
 
  mount's atboot property not used  
 
 
 
 
 
 
 
 
 

Change By:
 
 Raoul Bhatia 
 
 
 
 
 
 
 
 
 
 Itseemsthattheatbootpropertyofthemounttypeisnothonoredcorrectly,atleastonmyLinuxmachine.Sample nfsmount .pp: {{ mount{'mountNFS':name='/mnt',ensure=present,atboot=no,device=127.0.0.1:/data/nfs/export,options='retrans=5,timeo=14,intr,tcp,_netdev',pass=0,dump=0,remounts=true,fstype='nfs',tag='nfsmount',} }} Expectedresultin/etc/fstab: {{ 127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev,noauto 0 0 }} Actualresult: {{ 127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev 0 0 }} AmIdoingsomethingwrongoristhereanyspecificreasonwhythisisnotworking?Thanks,Raoul 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.7#6337-sha1:2ed701e) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3628) mount's atboot property not used

2014-11-06 Thread Raoul Bhatia (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Raoul Bhatia updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3628 
 
 
 
  mount's atboot property not used  
 
 
 
 
 
 
 
 
 

Change By:
 
 Raoul Bhatia 
 
 
 
 
 
 
 
 
 
 Itseemsthattheatbootpropertyofthemounttypeisnothonoredcorrectly,atleastonmyLinuxmachine.Samplenfsmount.pp:{ { quote} mount{'mountNFS':name='/mnt',ensure=present,atboot=no,device=127.0.0.1:/data/nfs/export,options='retrans=5,timeo=14,intr,tcp,_netdev',pass=0,dump=0,remounts=true,fstype='nfs',tag='nfsmount',} {quote } } Expectedresultin/etc/fstab:{ { quote} 127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev,noauto 0 0 {quote } } Actualresult:{ { quote} 127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev 0 0 {quote } } AmIdoingsomethingwrongoristhereanyspecificreasonwhythisisnotworking?Thanks,Raoul 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.7#6337-sha1:2ed701e) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3628) mount's atboot property not used

2014-11-06 Thread Raoul Bhatia (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Raoul Bhatia updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3628 
 
 
 
  mount's atboot property not used  
 
 
 
 
 
 
 
 
 

Change By:
 
 Raoul Bhatia 
 
 
 
 
 
 
 
 
 
 Itseemsthattheatbootpropertyofthemounttypeisnothonoredcorrectly,atleastonmyLinuxmachine.Samplenfsmount.pp:{ quote noformat }mount{'mountNFS':name='/mnt',ensure=present,atboot=no,device=127.0.0.1:/data/nfs/export,options='retrans=5,timeo=14,intr,tcp,_netdev',pass=0,dump=0,remounts=true,fstype='nfs',tag='nfsmount',}{ quote noformat }Expectedresultin/etc/fstab:{quote}127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev,noauto 0 0{quote}Actualresult:{quote}127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev 0 0{quote}AmIdoingsomethingwrongoristhereanyspecificreasonwhythisisnotworking?Thanks,Raoul 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.7#6337-sha1:2ed701e) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3628) mount's atboot property not used

2014-11-06 Thread Raoul Bhatia (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Raoul Bhatia updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3628 
 
 
 
  mount's atboot property not used  
 
 
 
 
 
 
 
 
 

Change By:
 
 Raoul Bhatia 
 
 
 
 
 
 
 
 
 
 Itseemsthattheatbootpropertyofthemounttypeisnothonoredcorrectly,atleastonmyLinuxmachine.Samplenfsmount.pp:{noformat}mount{'mountNFS':name='/mnt',ensure=present,atboot=no,device=127.0.0.1:/data/nfs/export,options='retrans=5,timeo=14,intr,tcp,_netdev',pass=0,dump=0,remounts=true,fstype='nfs',tag='nfsmount',}{noformat}Expectedresultin/etc/fstab:{noformat}127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev, b noauto /b  0 0{noformat}Actualresult:{noformat}127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev 0 0{noformat}AmIdoingsomethingwrongoristhereanyspecificreasonwhythisisnotworking?Thanks,Raoul 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.7#6337-sha1:2ed701e) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3628) mount's atboot property not used

2014-11-06 Thread Raoul Bhatia (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Raoul Bhatia updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3628 
 
 
 
  mount's atboot property not used  
 
 
 
 
 
 
 
 
 

Change By:
 
 Raoul Bhatia 
 
 
 
 
 
 
 
 
 
 Itseemsthattheatbootpropertyofthemounttypeisnothonoredcorrectly,atleastonmyLinuxmachine.Samplenfsmount.pp:{noformat}mount{'mountNFS':name='/mnt',ensure=present,atboot=no,device=127.0.0.1:/data/nfs/export,options='retrans=5,timeo=14,intr,tcp,_netdev',pass=0,dump=0,remounts=true,fstype='nfs',tag='nfsmount',}{noformat}Expectedresultin/etc/fstab:{ quote noformat }127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev,noauto 0 0{ quote noformat }Actualresult:{ quote noformat }127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev 0 0{ quote noformat }AmIdoingsomethingwrongoristhereanyspecificreasonwhythisisnotworking?Thanks,Raoul 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.7#6337-sha1:2ed701e) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3628) mount's atboot property not used

2014-11-06 Thread Raoul Bhatia (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Raoul Bhatia updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3628 
 
 
 
  mount's atboot property not used  
 
 
 
 
 
 
 
 
 

Change By:
 
 Raoul Bhatia 
 
 
 
 
 
 
 
 
 
 Itseemsthattheatbootpropertyofthemounttypeisnothonoredcorrectly,atleastonmyLinuxmachine.Samplenfsmount.pp:{noformat}mount{'mountNFS':name='/mnt',ensure=present,atboot=no,device=127.0.0.1:/data/nfs/export,options='retrans=5,timeo=14,intr,tcp,_netdev',pass=0,dump=0,remounts=true,fstype='nfs',tag='nfsmount',}{noformat}Expectedresultin/etc/fstab ,including*noauto* :{noformat}127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev, b noauto /b  0 0{noformat}Actualresult ,without*noauto* :{noformat}127.0.0.1:/data/nfs/export /mnt nfs retrans=5,timeo=14,intr,tcp,_netdev 0 0{noformat}AmIdoingsomethingwrongoristhereanyspecificreasonwhythisisnotworking?Thanks,Raoul 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.7#6337-sha1:2ed701e) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.