From f8b08b2bf327cab10677fcd601c65af84b0a89ac Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Mon, 18 Apr 2005 19:49:20 +0000 Subject: adding an fqpath method to state.rb git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@177 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/blink/types/state.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib') diff --git a/lib/blink/types/state.rb b/lib/blink/types/state.rb index fbaec04ef..33a872706 100644 --- a/lib/blink/types/state.rb +++ b/lib/blink/types/state.rb @@ -25,6 +25,13 @@ module Blink end #----------------------------------- + #----------------------------------- + # return the full path to us, for logging and rollback + def fqpath + return @object.fqpath, self.name + end + #----------------------------------- + #----------------------------------- # we aren't actually comparing the states themselves, we're only # comparing the "should" value with the "is" value -- cgit