Index: trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 26516)
+++ trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 27092)
@@ -655,9 +655,10 @@
     my $self = shift;                # Configuration object
     my $name = shift;                # File name to check
+    my $force = shift;               # pass force flag to the delete method
     my $status;
 
     my $scheme = file_scheme($name); # The scheme, e.g., file://, path://
     if (defined $scheme and lc($scheme) eq 'neb') {
-        $status = eval { $self->nebulous->delete( $name ); };
+        $status = eval { $self->nebulous->delete( $name, $force ); };
         ( carp "Unable to delete Nebulous handle $name" and return undef ) if $@;
     } else {
