Morning all

I've got an issue when trying to use a defined type which is generating a 
cyclic dependency error when running puppet... 

The defined type is: 
https://gist.github.com/fatmcgav/4722199#file-nfs_mount-pp
There is another defined type called - act::util::linux::nfs_mount - which 
looks like this: https://gist.github.com/fatmcgav/4722199#file-remove-pp

The error is: 
Error: Could not apply complete catalog: Found 1 dependency cycle:
(File[/data/tier1/oracle/oradata/PUTEST01/controlfiles] => 
Act::Util::Linux::Nfs_mount[PUTEST01_controlfiles] => 
Act::Util::Linux::Nfs_mount[PUTEST01_datafiles] => 
Mount[/data/tier1/oracle/oradata/PUTEST01/datafiles] => 
Act::Util::Linux::Nfs_mount[PUTEST01_datafiles] => 
Act::Util::Linux::Nfs_mount[PUTEST01_redologs] => 
File[/data/tier1/oracle/oradata/PUTEST01/redologs] => 
Act::Util::Linux::Nfs_mount[PUTEST01_redologs] => 
Act::Util::Linux::Nfs_mount[PUTEST01_tempfiles] => 
Mount[/data/tier1/oracle/oradata/PUTEST01/tempfiles] => 
Act::Util::Linux::Nfs_mount[PUTEST01_tempfiles] => 
Act::Util::Linux::Nfs_mount[PUTEST01_archive] => 
Mount[/data/tier2/oracle/archivelogs/PUTEST01] => 
Act::Util::Linux::Nfs_mount[PUTEST01_archive] => 
Act::Util::Linux::Nfs_mount[PUTEST01_diag] => 
Mount[/data/tier2/oracle/diag/PUTEST01] => 
Act::Util::Linux::Nfs_mount[PUTEST01_diag] => 
File[/data/tier1/oracle/oradata/PUTEST01] => 
File[/data/tier1/oracle/oradata/PUTEST01/redologs])
Try the '--graph' option and opening the resulting '.dot' file in 
OmniGraffle or GraphViz

I've tried various permeations of the defined type ordering without 
success... 

Any ideas??

Cheers
Gavin 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to